Uses of Class
com.oracle.bmc.ailanguage.requests.UpdateModelRequest
- 
Packages that use UpdateModelRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests 
- 
- 
Uses of UpdateModelRequest in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelResponseAIServiceLanguage. updateModel(UpdateModelRequest request)Updates the modelFuture<UpdateModelResponse>AIServiceLanguageAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)Updates the modelFuture<UpdateModelResponse>AIServiceLanguageAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)UpdateModelResponseAIServiceLanguageClient. updateModel(UpdateModelRequest request)Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateModelRequest Modifier and Type Method Description Future<UpdateModelResponse>AIServiceLanguageAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)Updates the modelFuture<UpdateModelResponse>AIServiceLanguageAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
- 
Uses of UpdateModelRequest in com.oracle.bmc.ailanguage.requestsMethods in com.oracle.bmc.ailanguage.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.ailanguage.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.
 
-