Uses of Class
com.oracle.bmc.aidocument.requests.GetModelRequest
-
Packages that use GetModelRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of GetModelRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return types with arguments of type GetModelRequest Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, Model.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, Model.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Model.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.aidocument with parameters of type GetModelRequest Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, Model.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, Model.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceDocumentWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Model.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetModelResponse
AIServiceDocument. getModel(GetModelRequest request)
Get a model by identifier.Future<GetModelResponse>
AIServiceDocumentAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Get a model by identifier.Future<GetModelResponse>
AIServiceDocumentAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
GetModelResponse
AIServiceDocumentClient. getModel(GetModelRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type GetModelRequest Modifier and Type Method Description Future<GetModelResponse>
AIServiceDocumentAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Get a model by identifier.Future<GetModelResponse>
AIServiceDocumentAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
-
Uses of GetModelRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.requests that return GetModelRequest Modifier and Type Method Description GetModelRequest
GetModelRequest.Builder. build()
Build the instance of GetModelRequest as configured by this builderGetModelRequest
GetModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetModelRequest as configured by this builderMethods in com.oracle.bmc.aidocument.requests with parameters of type GetModelRequest Modifier and Type Method Description GetModelRequest.Builder
GetModelRequest.Builder. copy(GetModelRequest o)
Copy method to populate the builder with values from the given instance.
-