Class SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem>
- Enclosing interface:
SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem
@Stability(Experimental)
public static final class SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelName(List<String> channelName) compressionType(List<String> compressionType) contentType(List<String> contentType) recordWrapperType(List<String> recordWrapperType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelName
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder channelName(List<String> channelName) Sets the value ofSageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.getChannelName()- Parameters:
channelName- ChannelName property. Specify an array of string values to match this event if the actual value of ChannelName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
compressionType
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder compressionType(List<String> compressionType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.getCompressionType()- Parameters:
compressionType- CompressionType property. Specify an array of string values to match this event if the actual value of CompressionType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
contentType
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder contentType(List<String> contentType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.getContentType()- Parameters:
contentType- ContentType property. Specify an array of string values to match this event if the actual value of ContentType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
dataSource
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder dataSource(SageMakerHyperParameterTuningJobStateChange.DataSource dataSource) Sets the value ofSageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.getDataSource()- Parameters:
dataSource- DataSource property. Specify an array of string values to match this event if the actual value of DataSource is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
recordWrapperType
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.Builder recordWrapperType(List<String> recordWrapperType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem.getRecordWrapperType()- Parameters:
recordWrapperType- RecordWrapperType property. Specify an array of string values to match this event if the actual value of RecordWrapperType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem>- Returns:
- a new instance of
SageMakerHyperParameterTuningJobStateChange.TrainingJobDefinitionItem - Throws:
NullPointerException- if any required attribute was not provided
-