Uses of Class
com.oracle.bmc.aianomalydetection.responses.CreateModelResponse
-
Packages that use CreateModelResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of CreateModelResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return CreateModelResponse Modifier and Type Method Description CreateModelResponse
AnomalyDetection. createModel(CreateModelRequest request)
Creates a new Model.CreateModelResponse
AnomalyDetectionClient. createModel(CreateModelRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type CreateModelResponse 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)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type CreateModelResponse 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 CreateModelResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return CreateModelResponse Modifier and Type Method Description CreateModelResponse
CreateModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type CreateModelResponse Modifier and Type Method Description CreateModelResponse.Builder
CreateModelResponse.Builder. copy(CreateModelResponse o)
Copy method to populate the builder with values from the given instance.
-