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) |
GetEvaluationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderGetEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.