Uses of Class
com.oracle.bmc.aianomalydetection.responses.UpdateModelResponse
-
Packages that use UpdateModelResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of UpdateModelResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return UpdateModelResponse Modifier and Type Method Description UpdateModelResponse
AnomalyDetection. updateModel(UpdateModelRequest request)
Updates the ModelUpdateModelResponse
AnomalyDetectionClient. updateModel(UpdateModelRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type UpdateModelResponse Modifier and Type Method Description Future<UpdateModelResponse>
AnomalyDetectionAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the ModelFuture<UpdateModelResponse>
AnomalyDetectionAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type UpdateModelResponse Modifier and Type Method Description Future<UpdateModelResponse>
AnomalyDetectionAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the ModelFuture<UpdateModelResponse>
AnomalyDetectionAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
-
Uses of UpdateModelResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return UpdateModelResponse Modifier and Type Method Description UpdateModelResponse
UpdateModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.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.
-