public class GetEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEvaluationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getEvaluationId()
The ID of the
Evaluation to retrieve. |
int |
hashCode() |
void |
setEvaluationId(String evaluationId)
The ID of the
Evaluation to retrieve. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetEvaluationRequest |
withEvaluationId(String evaluationId)
The ID of the
Evaluation to retrieve. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEvaluationId(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.
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.public String getEvaluationId()
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 withEvaluationId(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.
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.public String toString()
toString in class ObjectObject.toString()public GetEvaluationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.