Interface EvaluationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationConfig.Builder,
,EvaluationConfig> SdkBuilder<EvaluationConfig.Builder,
,EvaluationConfig> SdkPojo
- Enclosing class:
EvaluationConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault EvaluationConfig.Builder
automated
(Consumer<AutomatedEvaluationConfig.Builder> automated) Used to specify an automated model evaluation job.automated
(AutomatedEvaluationConfig automated) Used to specify an automated model evaluation job.default EvaluationConfig.Builder
Used to specify a model evaluation job that uses human workers.SeeHumanEvaluationConfig
to view the required parameters.human
(HumanEvaluationConfig human) Used to specify a model evaluation job that uses human workers.SeeHumanEvaluationConfig
to view the required parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
automated
Used to specify an automated model evaluation job. See
AutomatedEvaluationConfig
to view the required parameters.- Parameters:
automated
- Used to specify an automated model evaluation job. SeeAutomatedEvaluationConfig
to view the required parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automated
Used to specify an automated model evaluation job. See
This is a convenience method that creates an instance of theAutomatedEvaluationConfig
to view the required parameters.AutomatedEvaluationConfig.Builder
avoiding the need to create one manually viaAutomatedEvaluationConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautomated(AutomatedEvaluationConfig)
.- Parameters:
automated
- a consumer that will call methods onAutomatedEvaluationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
human
Used to specify a model evaluation job that uses human workers.See
HumanEvaluationConfig
to view the required parameters.- Parameters:
human
- Used to specify a model evaluation job that uses human workers.SeeHumanEvaluationConfig
to view the required parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
human
Used to specify a model evaluation job that uses human workers.See
This is a convenience method that creates an instance of theHumanEvaluationConfig
to view the required parameters.HumanEvaluationConfig.Builder
avoiding the need to create one manually viaHumanEvaluationConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohuman(HumanEvaluationConfig)
.- Parameters:
human
- a consumer that will call methods onHumanEvaluationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-