Interface CreateEvaluationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateEvaluationRequest.Builder,
,CreateEvaluationRequest> MachineLearningRequest.Builder
,SdkBuilder<CreateEvaluationRequest.Builder,
,CreateEvaluationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateEvaluationRequest
public static interface CreateEvaluationRequest.Builder
extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionevaluationDataSourceId
(String evaluationDataSourceId) The ID of theDataSource
for the evaluation.evaluationId
(String evaluationId) A user-supplied ID that uniquely identifies theEvaluation
.evaluationName
(String evaluationName) A user-supplied name or description of theEvaluation
.The ID of theMLModel
to evaluate.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
evaluationId
A user-supplied ID that uniquely identifies the
Evaluation
.- Parameters:
evaluationId
- A user-supplied ID that uniquely identifies theEvaluation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationName
A user-supplied name or description of the
Evaluation
.- Parameters:
evaluationName
- A user-supplied name or description of theEvaluation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlModelId
The ID of the
MLModel
to evaluate.The schema used in creating the
MLModel
must match the schema of theDataSource
used in theEvaluation
.- Parameters:
mlModelId
- The ID of theMLModel
to evaluate.The schema used in creating the
MLModel
must match the schema of theDataSource
used in theEvaluation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationDataSourceId
The ID of the
DataSource
for the evaluation. The schema of theDataSource
must match the schema used to create theMLModel
.- Parameters:
evaluationDataSourceId
- The ID of theDataSource
for the evaluation. The schema of theDataSource
must match the schema used to create theMLModel
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateEvaluationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-