public static interface UpdateEvaluationResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>
Modifier and Type | Method and Description |
---|---|
UpdateEvaluationResponse.Builder |
evaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
build
copy
apply, build
UpdateEvaluationResponse.Builder evaluationId(String evaluationId)
The ID assigned to the Evaluation
during creation. This value should be identical to the value
of the Evaluation
in the request.
evaluationId
- The ID assigned to the Evaluation
during creation. This value should be identical to the
value of the Evaluation
in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.