Uses of Class
com.oracle.bmc.generativeai.requests.CreateImportedModelRequest
-
Packages that use CreateImportedModelRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateImportedModelRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateImportedModelRequest Modifier and Type Method Description CreateImportedModelResponseGenerativeAi. createImportedModel(CreateImportedModelRequest request)Import a model from ModelDataSource.Future<CreateImportedModelResponse>GenerativeAiAsync. createImportedModel(CreateImportedModelRequest request, AsyncHandler<CreateImportedModelRequest,CreateImportedModelResponse> handler)Import a model from ModelDataSource.Future<CreateImportedModelResponse>GenerativeAiAsyncClient. createImportedModel(CreateImportedModelRequest request, AsyncHandler<CreateImportedModelRequest,CreateImportedModelResponse> handler)CreateImportedModelResponseGenerativeAiClient. createImportedModel(CreateImportedModelRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateImportedModelRequest Modifier and Type Method Description Future<CreateImportedModelResponse>GenerativeAiAsync. createImportedModel(CreateImportedModelRequest request, AsyncHandler<CreateImportedModelRequest,CreateImportedModelResponse> handler)Import a model from ModelDataSource.Future<CreateImportedModelResponse>GenerativeAiAsyncClient. createImportedModel(CreateImportedModelRequest request, AsyncHandler<CreateImportedModelRequest,CreateImportedModelResponse> handler) -
Uses of CreateImportedModelRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateImportedModelRequest Modifier and Type Method Description CreateImportedModelRequestCreateImportedModelRequest.Builder. build()Build the instance of CreateImportedModelRequest as configured by this builderCreateImportedModelRequestCreateImportedModelRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateImportedModelRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateImportedModelRequest Modifier and Type Method Description CreateImportedModelRequest.BuilderCreateImportedModelRequest.Builder. copy(CreateImportedModelRequest o)Copy method to populate the builder with values from the given instance.
-