Uses of Class
com.oracle.bmc.aianomalydetection.requests.DeleteModelRequest
-
Packages that use DeleteModelRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of DeleteModelRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type DeleteModelRequest Modifier and Type Method Description DeleteModelResponse
AnomalyDetection. deleteModel(DeleteModelRequest request)
Deletes an ai model resource by identifier.Future<DeleteModelResponse>
AnomalyDetectionAsync. deleteModel(DeleteModelRequest request, AsyncHandler<DeleteModelRequest,DeleteModelResponse> handler)
Deletes an ai model resource by identifier.Future<DeleteModelResponse>
AnomalyDetectionAsyncClient. deleteModel(DeleteModelRequest request, AsyncHandler<DeleteModelRequest,DeleteModelResponse> handler)
DeleteModelResponse
AnomalyDetectionClient. deleteModel(DeleteModelRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteModelRequest Modifier and Type Method Description Future<DeleteModelResponse>
AnomalyDetectionAsync. deleteModel(DeleteModelRequest request, AsyncHandler<DeleteModelRequest,DeleteModelResponse> handler)
Deletes an ai model resource by identifier.Future<DeleteModelResponse>
AnomalyDetectionAsyncClient. deleteModel(DeleteModelRequest request, AsyncHandler<DeleteModelRequest,DeleteModelResponse> handler)
-
Uses of DeleteModelRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DeleteModelRequest Modifier and Type Method Description DeleteModelRequest
DeleteModelRequest.Builder. build()
Build the instance of DeleteModelRequest as configured by this builderDeleteModelRequest
DeleteModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteModelRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type DeleteModelRequest Modifier and Type Method Description DeleteModelRequest.Builder
DeleteModelRequest.Builder. copy(DeleteModelRequest o)
Copy method to populate the builder with values from the given instance.
-