public static interface CreateEvaluationRequest.Builder extends MachineLearningRequest.Builder, CopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEvaluationRequest.Builder |
evaluationDataSourceId(String evaluationDataSourceId)
The ID of the
DataSource for the evaluation. |
CreateEvaluationRequest.Builder |
evaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation. |
CreateEvaluationRequest.Builder |
evaluationName(String evaluationName)
A user-supplied name or description of the
Evaluation. |
CreateEvaluationRequest.Builder |
mlModelId(String mlModelId)
The ID of the
MLModel to evaluate. |
CreateEvaluationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateEvaluationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateEvaluationRequest.Builder evaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the Evaluation.
evaluationId - A user-supplied ID that uniquely identifies the Evaluation.CreateEvaluationRequest.Builder evaluationName(String evaluationName)
A user-supplied name or description of the Evaluation.
evaluationName - A user-supplied name or description of the Evaluation.CreateEvaluationRequest.Builder mlModelId(String mlModelId)
The ID of the MLModel to evaluate.
The schema used in creating the MLModel must match the schema of the DataSource
used in the Evaluation.
mlModelId - The ID of the MLModel to evaluate.
The schema used in creating the MLModel must match the schema of the
DataSource used in the Evaluation.
CreateEvaluationRequest.Builder evaluationDataSourceId(String evaluationDataSourceId)
The ID of the DataSource for the evaluation. The schema of the DataSource must
match the schema used to create the MLModel.
evaluationDataSourceId - The ID of the DataSource for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel.CreateEvaluationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateEvaluationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.