Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1

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

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

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.*;
 SageMakerTrainingJobStateChangeItem1 sageMakerTrainingJobStateChangeItem1 = SageMakerTrainingJobStateChangeItem1.builder()
         .startTime(List.of("startTime"))
         .status(List.of("status"))
         .statusMessage(List.of("statusMessage"))
         .build();
 
  • Method Details

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> getStartTime()
      (experimental) StartTime property.

      Specify an array of string values to match this event if the actual value of StartTime 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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) Status property.

      Specify an array of string values to match this event if the actual value of Status 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

    • getStatusMessage

      @Stability(Experimental) @Nullable default List<String> getStatusMessage()
      (experimental) StatusMessage property.

      Specify an array of string values to match this event if the actual value of StatusMessage 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.SageMakerTrainingJobStateChangeItem1.Builder of SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1