Uses of Class
com.oracle.bmc.generativeai.requests.UpdateModelRequest
- 
Packages that use UpdateModelRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests 
- 
- 
Uses of UpdateModelRequest in com.oracle.bmc.generativeaiMethods in com.oracle.bmc.generativeai with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelResponseGenerativeAi. updateModel(UpdateModelRequest request)Updates the properties of a custom model such as name, description, version, freeform tags, and defined tags.Future<UpdateModelResponse>GenerativeAiAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)Updates the properties of a custom model such as name, description, version, freeform tags, and defined tags.Future<UpdateModelResponse>GenerativeAiAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)UpdateModelResponseGenerativeAiClient. updateModel(UpdateModelRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateModelRequest Modifier and Type Method Description Future<UpdateModelResponse>GenerativeAiAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)Updates the properties of a custom model such as name, description, version, freeform tags, and defined tags.Future<UpdateModelResponse>GenerativeAiAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
- 
Uses of UpdateModelRequest in com.oracle.bmc.generativeai.requestsMethods in com.oracle.bmc.generativeai.requests that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequestUpdateModelRequest.Builder. build()Build the instance of UpdateModelRequest as configured by this builderUpdateModelRequestUpdateModelRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateModelRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelRequest.BuilderUpdateModelRequest.Builder. copy(UpdateModelRequest o)Copy method to populate the builder with values from the given instance.
 
-