Uses of Class
com.oracle.bmc.generativeai.responses.UpdateImportedModelResponse
-
Packages that use UpdateImportedModelResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of UpdateImportedModelResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return UpdateImportedModelResponse 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.UpdateImportedModelResponseGenerativeAiClient. updateImportedModel(UpdateImportedModelRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type UpdateImportedModelResponse 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)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateImportedModelResponse 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 UpdateImportedModelResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return UpdateImportedModelResponse Modifier and Type Method Description UpdateImportedModelResponseUpdateImportedModelResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type UpdateImportedModelResponse Modifier and Type Method Description UpdateImportedModelResponse.BuilderUpdateImportedModelResponse.Builder. copy(UpdateImportedModelResponse o)Copy method to populate the builder with values from the given instance.
-