Uses of Class
com.oracle.bmc.aianomalydetection.requests.CreateModelRequest
-
Packages that use CreateModelRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of CreateModelRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type CreateModelRequest Modifier and Type Method Description CreateModelResponse
AnomalyDetection. createModel(CreateModelRequest request)
Creates a new Model.Future<CreateModelResponse>
AnomalyDetectionAsync. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
Creates a new Model.Future<CreateModelResponse>
AnomalyDetectionAsyncClient. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
CreateModelResponse
AnomalyDetectionClient. createModel(CreateModelRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type CreateModelRequest Modifier and Type Method Description Future<CreateModelResponse>
AnomalyDetectionAsync. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
Creates a new Model.Future<CreateModelResponse>
AnomalyDetectionAsyncClient. createModel(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResponse> handler)
-
Uses of CreateModelRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return CreateModelRequest Modifier and Type Method Description CreateModelRequest
CreateModelRequest.Builder. build()
Build the instance of CreateModelRequest as configured by this builderCreateModelRequest
CreateModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateModelRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type CreateModelRequest Modifier and Type Method Description CreateModelRequest.Builder
CreateModelRequest.Builder. copy(CreateModelRequest o)
Copy method to populate the builder with values from the given instance.
-