Uses of Class
com.oracle.bmc.generativeai.requests.GetSemanticStoreRequest
-
Packages that use GetSemanticStoreRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of GetSemanticStoreRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type GetSemanticStoreRequest Modifier and Type Method Description Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, SemanticStore.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, SemanticStore.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SemanticStore.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.generativeai with type arguments of type GetSemanticStoreRequest Modifier and Type Method Description Future<GetSemanticStoreResponse>GenerativeAiAsync. getSemanticStore(GetSemanticStoreRequest request, AsyncHandler<GetSemanticStoreRequest,GetSemanticStoreResponse> handler)Gets information about a semanticStore.Future<GetSemanticStoreResponse>GenerativeAiAsyncClient. getSemanticStore(GetSemanticStoreRequest request, AsyncHandler<GetSemanticStoreRequest,GetSemanticStoreResponse> handler) -
Uses of GetSemanticStoreRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetSemanticStoreRequest Modifier and Type Method Description GetSemanticStoreRequestGetSemanticStoreRequest.Builder. build()Build the instance of GetSemanticStoreRequest as configured by this builderGetSemanticStoreRequestGetSemanticStoreRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetSemanticStoreRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetSemanticStoreRequest Modifier and Type Method Description GetSemanticStoreRequest.BuilderGetSemanticStoreRequest.Builder. copy(GetSemanticStoreRequest o)Copy method to populate the builder with values from the given instance.
-