public static interface AlgorithmValidationProfile.Builder extends SdkPojo, CopyableBuilder<AlgorithmValidationProfile.Builder,AlgorithmValidationProfile>
Modifier and Type | Method and Description |
---|---|
AlgorithmValidationProfile.Builder |
profileName(String profileName)
The name of the profile for the algorithm.
|
default AlgorithmValidationProfile.Builder |
trainingJobDefinition(Consumer<TrainingJobDefinition.Builder> trainingJobDefinition)
The
TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to
validate your algorithm. |
AlgorithmValidationProfile.Builder |
trainingJobDefinition(TrainingJobDefinition trainingJobDefinition)
The
TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to
validate your algorithm. |
default AlgorithmValidationProfile.Builder |
transformJobDefinition(Consumer<TransformJobDefinition.Builder> transformJobDefinition)
The
TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to
validate your algorithm. |
AlgorithmValidationProfile.Builder |
transformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to
validate your algorithm. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
AlgorithmValidationProfile.Builder profileName(String profileName)
The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
profileName
- The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are
a-z, A-Z, 0-9, and - (hyphen).AlgorithmValidationProfile.Builder trainingJobDefinition(TrainingJobDefinition trainingJobDefinition)
The TrainingJobDefinition
object that describes the training job that Amazon SageMaker runs to
validate your algorithm.
trainingJobDefinition
- The TrainingJobDefinition
object that describes the training job that Amazon SageMaker
runs to validate your algorithm.default AlgorithmValidationProfile.Builder trainingJobDefinition(Consumer<TrainingJobDefinition.Builder> trainingJobDefinition)
The TrainingJobDefinition
object that describes the training job that Amazon SageMaker runs to
validate your algorithm.
TrainingJobDefinition.Builder
avoiding the need
to create one manually via TrainingJobDefinition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to trainingJobDefinition(TrainingJobDefinition)
.trainingJobDefinition
- a consumer that will call methods on TrainingJobDefinition.Builder
trainingJobDefinition(TrainingJobDefinition)
AlgorithmValidationProfile.Builder transformJobDefinition(TransformJobDefinition transformJobDefinition)
The TransformJobDefinition
object that describes the transform job that Amazon SageMaker runs to
validate your algorithm.
transformJobDefinition
- The TransformJobDefinition
object that describes the transform job that Amazon SageMaker
runs to validate your algorithm.default AlgorithmValidationProfile.Builder transformJobDefinition(Consumer<TransformJobDefinition.Builder> transformJobDefinition)
The TransformJobDefinition
object that describes the transform job that Amazon SageMaker runs to
validate your algorithm.
TransformJobDefinition.Builder
avoiding the
need to create one manually via TransformJobDefinition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to transformJobDefinition(TransformJobDefinition)
.transformJobDefinition
- a consumer that will call methods on TransformJobDefinition.Builder
transformJobDefinition(TransformJobDefinition)
Copyright © 2020. All rights reserved.