Uses of Class
com.oracle.bmc.datascience.responses.UpdateModelResponse
-
Packages that use UpdateModelResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of UpdateModelResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return UpdateModelResponse Modifier and Type Method Description UpdateModelResponse
DataScience. updateModel(UpdateModelRequest request)
Updates the properties of a model.UpdateModelResponse
DataScienceClient. updateModel(UpdateModelRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type UpdateModelResponse Modifier and Type Method Description Future<UpdateModelResponse>
DataScienceAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the properties of a model.Future<UpdateModelResponse>
DataScienceAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateModelResponse Modifier and Type Method Description Future<UpdateModelResponse>
DataScienceAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the properties of a model.Future<UpdateModelResponse>
DataScienceAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
-
Uses of UpdateModelResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return UpdateModelResponse Modifier and Type Method Description UpdateModelResponse
UpdateModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type UpdateModelResponse Modifier and Type Method Description UpdateModelResponse.Builder
UpdateModelResponse.Builder. copy(UpdateModelResponse o)
Copy method to populate the builder with values from the given instance.
-