Uses of Class
com.oracle.bmc.generativeai.requests.UpdateImportedModelRequest
-
Packages that use UpdateImportedModelRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of UpdateImportedModelRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type UpdateImportedModelRequest Modifier and Type Method Description UpdateImportedModelResponseGenerativeAi. updateImportedModel(UpdateImportedModelRequest request)Updates the properties of an imported model such as name, description, freeform tags, and defined tags.Future<UpdateImportedModelResponse>GenerativeAiAsync. updateImportedModel(UpdateImportedModelRequest request, AsyncHandler<UpdateImportedModelRequest,UpdateImportedModelResponse> handler)Updates the properties of an imported model such as name, description, freeform tags, and defined tags.Future<UpdateImportedModelResponse>GenerativeAiAsyncClient. updateImportedModel(UpdateImportedModelRequest request, AsyncHandler<UpdateImportedModelRequest,UpdateImportedModelResponse> handler)UpdateImportedModelResponseGenerativeAiClient. updateImportedModel(UpdateImportedModelRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateImportedModelRequest Modifier and Type Method Description Future<UpdateImportedModelResponse>GenerativeAiAsync. updateImportedModel(UpdateImportedModelRequest request, AsyncHandler<UpdateImportedModelRequest,UpdateImportedModelResponse> handler)Updates the properties of an imported model such as name, description, freeform tags, and defined tags.Future<UpdateImportedModelResponse>GenerativeAiAsyncClient. updateImportedModel(UpdateImportedModelRequest request, AsyncHandler<UpdateImportedModelRequest,UpdateImportedModelResponse> handler) -
Uses of UpdateImportedModelRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateImportedModelRequest Modifier and Type Method Description UpdateImportedModelRequestUpdateImportedModelRequest.Builder. build()Build the instance of UpdateImportedModelRequest as configured by this builderUpdateImportedModelRequestUpdateImportedModelRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateImportedModelRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateImportedModelRequest Modifier and Type Method Description UpdateImportedModelRequest.BuilderUpdateImportedModelRequest.Builder. copy(UpdateImportedModelRequest o)Copy method to populate the builder with values from the given instance.
-