Uses of Class
com.oracle.bmc.aianomalydetection.requests.UpdateModelRequest
-
Packages that use UpdateModelRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of UpdateModelRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelResponse
AnomalyDetection. updateModel(UpdateModelRequest request)
Updates the ModelFuture<UpdateModelResponse>
AnomalyDetectionAsync. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
Updates the ModelFuture<UpdateModelResponse>
AnomalyDetectionAsyncClient. updateModel(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResponse> handler)
UpdateModelResponse
AnomalyDetectionClient. updateModel(UpdateModelRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type UpdateModelRequest 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 UpdateModelRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequest
UpdateModelRequest.Builder. build()
Build the instance of UpdateModelRequest as configured by this builderUpdateModelRequest
UpdateModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateModelRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelRequest.Builder
UpdateModelRequest.Builder. copy(UpdateModelRequest o)
Copy method to populate the builder with values from the given instance.
-