public static interface GetEvaluationRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationRequest.Builder |
evaluationId(String evaluationId)
The ID of the
Evaluation to retrieve. |
GetEvaluationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetEvaluationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetEvaluationRequest.Builder evaluationId(String evaluationId)
The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded
and cataloged. The ID provides the means to access the information.
evaluationId - The ID of the Evaluation to retrieve. The evaluation of each MLModel is
recorded and cataloged. The ID provides the means to access the information.GetEvaluationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.