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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEvaluationRequest.BuilderevaluationDataSourceId(String evaluationDataSourceId)The ID of theDataSourcefor the evaluation.CreateEvaluationRequest.BuilderevaluationId(String evaluationId)A user-supplied ID that uniquely identifies theEvaluation.CreateEvaluationRequest.BuilderevaluationName(String evaluationName)A user-supplied name or description of theEvaluation.CreateEvaluationRequest.BuildermlModelId(String mlModelId)The ID of theMLModelto evaluate.CreateEvaluationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEvaluationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
evaluationId
CreateEvaluationRequest.Builder evaluationId(String 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
CreateEvaluationRequest.Builder evaluationName(String 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
CreateEvaluationRequest.Builder mlModelId(String 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
CreateEvaluationRequest.Builder evaluationDataSourceId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-