@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetEvaluationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.