@Generated(value="software.amazon.awssdk:codegen") public class GetEvaluationRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEvaluationRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static GetEvaluationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
evaluationId()
The ID of the
Evaluation to retrieve. |
int |
hashCode() |
static Class<? extends GetEvaluationRequest.Builder> |
serializableBuilderClass() |
GetEvaluationRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutfinalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String evaluationId()
The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and
cataloged. The ID provides the means to access the information.
Evaluation to retrieve. The evaluation of each MLModel is
recorded and cataloged. The ID provides the means to access the information.public GetEvaluationRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>public static GetEvaluationRequest.Builder builder()
public static Class<? extends GetEvaluationRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.