public static interface UpdateEvaluationRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<UpdateEvaluationRequest.Builder,UpdateEvaluationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEvaluationRequest.Builder |
evaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
UpdateEvaluationRequest.Builder |
evaluationName(String evaluationName)
A new user-supplied name or description of the
Evaluation that will replace the current content. |
UpdateEvaluationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEvaluationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEvaluationRequest.Builder evaluationId(String evaluationId)
The ID assigned to the Evaluation during creation.
evaluationId - The ID assigned to the Evaluation during creation.UpdateEvaluationRequest.Builder evaluationName(String evaluationName)
A new user-supplied name or description of the Evaluation that will replace the current content.
evaluationName - A new user-supplied name or description of the Evaluation that will replace the current
content.UpdateEvaluationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.