public static interface UpdateEvaluationResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>
Modifier and Type | Method and Description |
---|---|
UpdateEvaluationResponse.Builder |
evaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.