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 theDataSourcefor 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 theMLModelto 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
MLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Parameters:
 mlModelId- The ID of theMLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
evaluationDataSourceId
The ID of the
DataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.- Parameters:
 evaluationDataSourceId- The ID of theDataSourcefor the evaluation. The schema of theDataSourcemust 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -