public static interface CreateEvaluationResponse.Builder extends MachineLearningResponse.Builder, software.amazon.awssdk.utils.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. |
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. All rights reserved.