CopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
, SdkBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
public static interface GetEvaluationRequest.Builder extends CopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
Modifier and Type | Method | Description |
---|---|---|
GetEvaluationRequest.Builder |
evaluationId(String evaluationId) |
The ID of the
Evaluation to retrieve. |
copy
apply, build
GetEvaluationRequest.Builder evaluationId(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.