CopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>, SdkBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>public static interface CreateEvaluationRequest.Builder extends CopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
| Modifier and Type | Method | 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. |
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.