Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps

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

@Stability(Experimental) public static interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.sagemaker@SageMakerTrainingJobStateChange event.

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.*;
 SageMakerTrainingJobStateChangeProps sageMakerTrainingJobStateChangeProps = SageMakerTrainingJobStateChangeProps.builder()
         .algorithmSpecification(AlgorithmSpecification.builder()
                 .trainingImage(List.of("trainingImage"))
                 .trainingInputMode(List.of("trainingInputMode"))
                 .build())
         .creationTime(List.of("creationTime"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .hyperParameters(List.of("hyperParameters"))
         .inputDataConfig(List.of(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()))
         .lastModifiedTime(List.of("lastModifiedTime"))
         .modelArtifacts(ModelArtifacts.builder()
                 .s3ModelArtifacts(List.of("s3ModelArtifacts"))
                 .build())
         .outputDataConfig(OutputDataConfig.builder()
                 .s3OutputPath(List.of("s3OutputPath"))
                 .build())
         .resourceConfig(ResourceConfig.builder()
                 .instanceCount(List.of("instanceCount"))
                 .instanceType(List.of("instanceType"))
                 .volumeSizeInGb(List.of("volumeSizeInGb"))
                 .build())
         .roleArn(List.of("roleArn"))
         .secondaryStatus(List.of("secondaryStatus"))
         .secondaryStatusTransitions(List.of(SageMakerTrainingJobStateChangeItem1.builder()
                 .startTime(List.of("startTime"))
                 .status(List.of("status"))
                 .statusMessage(List.of("statusMessage"))
                 .build()))
         .stoppingCondition(StoppingCondition.builder()
                 .maxRuntimeInSeconds(List.of("maxRuntimeInSeconds"))
                 .build())
         .tags(List.of(Tags.builder()
                 .key(List.of("key"))
                 .value(List.of("value"))
                 .build()))
         .trainingEndTime(List.of("trainingEndTime"))
         .trainingJobArn(List.of("trainingJobArn"))
         .trainingJobName(List.of("trainingJobName"))
         .trainingJobStatus(List.of("trainingJobStatus"))
         .trainingStartTime(List.of("trainingStartTime"))
         .build();
 
  • Method Details

    • getAlgorithmSpecification

      @Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.AlgorithmSpecification getAlgorithmSpecification()
      (experimental) AlgorithmSpecification property.

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

    • getCreationTime

      @Stability(Experimental) @Nullable default List<String> getCreationTime()
      (experimental) CreationTime property.

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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getHyperParameters

      @Stability(Experimental) @Nullable default List<String> getHyperParameters()
      (experimental) HyperParameters property.

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

    • getInputDataConfig

      @Stability(Experimental) @Nullable default List<SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem> getInputDataConfig()
      (experimental) InputDataConfig property.

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

    • getLastModifiedTime

      @Stability(Experimental) @Nullable default List<String> getLastModifiedTime()
      (experimental) LastModifiedTime property.

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

    • getModelArtifacts

      @Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.ModelArtifacts getModelArtifacts()
      (experimental) ModelArtifacts property.

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

    • getOutputDataConfig

      @Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.OutputDataConfig getOutputDataConfig()
      (experimental) OutputDataConfig property.

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

    • getResourceConfig

      @Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.ResourceConfig getResourceConfig()
      (experimental) ResourceConfig property.

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

    • getRoleArn

      @Stability(Experimental) @Nullable default List<String> getRoleArn()
      (experimental) RoleArn property.

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

    • getSecondaryStatus

      @Stability(Experimental) @Nullable default List<String> getSecondaryStatus()
      (experimental) SecondaryStatus property.

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

    • getSecondaryStatusTransitions

      @Stability(Experimental) @Nullable default List<SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1> getSecondaryStatusTransitions()
      (experimental) SecondaryStatusTransitions property.

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

    • getStoppingCondition

      @Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.StoppingCondition getStoppingCondition()
      (experimental) StoppingCondition property.

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

    • getTags

      @Stability(Experimental) @Nullable default List<SageMakerTrainingJobStateChange.Tags> getTags()
      (experimental) Tags property.

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

    • getTrainingEndTime

      @Stability(Experimental) @Nullable default List<String> getTrainingEndTime()
      (experimental) TrainingEndTime property.

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

    • getTrainingJobArn

      @Stability(Experimental) @Nullable default List<String> getTrainingJobArn()
      (experimental) TrainingJobArn property.

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

    • getTrainingJobName

      @Stability(Experimental) @Nullable default List<String> getTrainingJobName()
      (experimental) TrainingJobName property.

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

    • getTrainingJobStatus

      @Stability(Experimental) @Nullable default List<String> getTrainingJobStatus()
      (experimental) TrainingJobStatus property.

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

    • getTrainingStartTime

      @Stability(Experimental) @Nullable default List<String> getTrainingStartTime()
      (experimental) TrainingStartTime property.

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