public static interface DeleteEvaluationResponse.Builder extends MachineLearningResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteEvaluationResponse.Builder,DeleteEvaluationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteEvaluationResponse.Builder |
evaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation. |
buildDeleteEvaluationResponse.Builder evaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the Evaluation. This value should be identical to
the value of the EvaluationId in the request.
evaluationId - A 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.