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. |
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 © 2015. All rights reserved.