Uses of Class
com.oracle.bmc.aianomalydetection.responses.GetModelResponse
-
Packages that use GetModelResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of GetModelResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return GetModelResponse Modifier and Type Method Description GetModelResponse
AnomalyDetection. getModel(GetModelRequest request)
Gets a Model by identifierGetModelResponse
AnomalyDetectionClient. getModel(GetModelRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type GetModelResponse Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
AnomalyDetectionWaiters. forModel(GetModelRequest request, Model.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
AnomalyDetectionWaiters. forModel(GetModelRequest request, Model.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
AnomalyDetectionWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Model.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetModelResponse>
AnomalyDetectionAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets a Model by identifierFuture<GetModelResponse>
AnomalyDetectionAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type GetModelResponse Modifier and Type Method Description Future<GetModelResponse>
AnomalyDetectionAsync. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
Gets a Model by identifierFuture<GetModelResponse>
AnomalyDetectionAsyncClient. getModel(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResponse> handler)
-
Uses of GetModelResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return GetModelResponse Modifier and Type Method Description GetModelResponse
GetModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type GetModelResponse Modifier and Type Method Description GetModelResponse.Builder
GetModelResponse.Builder. copy(GetModelResponse o)
Copy method to populate the builder with values from the given instance.
-