Uses of Class
com.oracle.bmc.aianomalydetection.requests.GetModelRequest.Builder
-
Packages that use GetModelRequest.Builder Package Description com.oracle.bmc.aianomalydetection.requests -
-
Uses of GetModelRequest.Builder in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return GetModelRequest.Builder Modifier and Type Method Description static GetModelRequest.Builder
GetModelRequest. builder()
Return a new builder for this request object.GetModelRequest.Builder
GetModelRequest.Builder. copy(GetModelRequest o)
Copy method to populate the builder with values from the given instance.GetModelRequest.Builder
GetModelRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetModelRequest.Builder
GetModelRequest.Builder. modelId(String modelId)
The OCID of the Model.GetModelRequest.Builder
GetModelRequest.Builder. opcRequestId(String opcRequestId)
The client request ID for tracing.GetModelRequest.Builder
GetModelRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetModelRequest.Builder
GetModelRequest. toBuilder()
Return an instance ofGetModelRequest.Builder
that allows you to modify request properties.
-