Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem.Jsii$Proxy
Enclosing class:
SageMakerTrainingJobStateChange

@Stability(Experimental) public static interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for SageMakerTrainingJobStateChangeItem.

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();
 
  • Method Details

    • getChannelName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCompressionType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getContentType

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRecordWrapperType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem.Builder of SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem