public class GetEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetEvaluation operation.
 
 Returns an Evaluation that includes metadata as well as
 the current status of the Evaluation .
 
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  Evaluationto retrieve. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)The ID of the  Evaluationto retrieve. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetEvaluationRequest | withEvaluationId(String evaluationId)The ID of the  Evaluationto retrieve. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getEvaluationId()
Evaluation to retrieve. The evaluation of
 each MLModel is recorded and cataloged. The ID provides
 the means to access the information.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
Evaluation to retrieve. The evaluation of
         each MLModel is recorded and cataloged. The ID provides
         the means to access the information.public void setEvaluationId(String evaluationId)
Evaluation to retrieve. The evaluation of
 each MLModel is recorded and cataloged. The ID provides
 the means to access the information.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
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 GetEvaluationRequest withEvaluationId(String evaluationId)
Evaluation to retrieve. The evaluation of
 each MLModel is recorded and cataloged. The ID provides
 the means to access the information.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
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 © 2015. All rights reserved.