Uses of Class
com.oracle.bmc.generativeai.requests.GetImportedModelRequest
-
Packages that use GetImportedModelRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of GetImportedModelRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type GetImportedModelRequest Modifier and Type Method Description Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, ImportedModel.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, ImportedModel.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ImportedModel.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.generativeai with type arguments of type GetImportedModelRequest Modifier and Type Method Description Future<GetImportedModelResponse>GenerativeAiAsync. getImportedModel(GetImportedModelRequest request, AsyncHandler<GetImportedModelRequest,GetImportedModelResponse> handler)Gets information about an imported model.Future<GetImportedModelResponse>GenerativeAiAsyncClient. getImportedModel(GetImportedModelRequest request, AsyncHandler<GetImportedModelRequest,GetImportedModelResponse> handler) -
Uses of GetImportedModelRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetImportedModelRequest Modifier and Type Method Description GetImportedModelRequestGetImportedModelRequest.Builder. build()Build the instance of GetImportedModelRequest as configured by this builderGetImportedModelRequestGetImportedModelRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetImportedModelRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetImportedModelRequest Modifier and Type Method Description GetImportedModelRequest.BuilderGetImportedModelRequest.Builder. copy(GetImportedModelRequest o)Copy method to populate the builder with values from the given instance.
-