public static interface CreateEvaluationResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEvaluationResponse.Builder |
evaluationId(String evaluationId)
The user-supplied ID that uniquely identifies the
Evaluation. |
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateEvaluationResponse.Builder evaluationId(String evaluationId)
The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to
the value of the EvaluationId in the request.
evaluationId - The user-supplied ID that uniquely identifies the Evaluation. This value should be
identical to the value of the EvaluationId in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.