Class SageMakerTrainingJobStateChange.AlgorithmSpecification.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerTrainingJobStateChange.AlgorithmSpecification.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerTrainingJobStateChange.AlgorithmSpecification>
- Enclosing interface:
SageMakerTrainingJobStateChange.AlgorithmSpecification
@Stability(Experimental)
public static final class SageMakerTrainingJobStateChange.AlgorithmSpecification.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerTrainingJobStateChange.AlgorithmSpecification>
A builder for
SageMakerTrainingJobStateChange.AlgorithmSpecification-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.trainingImage(List<String> trainingImage) trainingInputMode(List<String> trainingInputMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
trainingImage
@Stability(Experimental) public SageMakerTrainingJobStateChange.AlgorithmSpecification.Builder trainingImage(List<String> trainingImage) - Parameters:
trainingImage- TrainingImage property. Specify an array of string values to match this event if the actual value of TrainingImage is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
trainingInputMode
@Stability(Experimental) public SageMakerTrainingJobStateChange.AlgorithmSpecification.Builder trainingInputMode(List<String> trainingInputMode) - Parameters:
trainingInputMode- TrainingInputMode property. Specify an array of string values to match this event if the actual value of TrainingInputMode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerTrainingJobStateChange.AlgorithmSpecification>- Returns:
- a new instance of
SageMakerTrainingJobStateChange.AlgorithmSpecification - Throws:
NullPointerException- if any required attribute was not provided
-