Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem.Jsii$Proxy
- Enclosing class:
SageMakerTrainingJobStateChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.events.*;
SageMakerTrainingJobStateChangeItem sageMakerTrainingJobStateChangeItem = SageMakerTrainingJobStateChangeItem.builder()
.channelName(List.of("channelName"))
.compressionType(List.of("compressionType"))
.contentType(List.of("contentType"))
.dataSource(DataSource.builder()
.s3DataSource(S3DataSource.builder()
.s3DataDistributionType(List.of("s3DataDistributionType"))
.s3DataType(List.of("s3DataType"))
.s3Uri(List.of("s3Uri"))
.build())
.build())
.recordWrapperType(List.of("recordWrapperType"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) ChannelName property.(experimental) CompressionType property.(experimental) ContentType property.(experimental) DataSource property.(experimental) RecordWrapperType property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelName
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompressionType
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getContentType
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDataSource
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.DataSource getDataSource()(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRecordWrapperType
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem.Builder builder()
-