Interface SageMakerModelStateChange.SageMakerModelStateChangeProps

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

@Stability(Experimental) public static interface SageMakerModelStateChange.SageMakerModelStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.sagemaker@SageMakerModelStateChange 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.*;
 SageMakerModelStateChangeProps sageMakerModelStateChangeProps = SageMakerModelStateChangeProps.builder()
         .creationTime(List.of("creationTime"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .executionRoleArn(List.of("executionRoleArn"))
         .modelArn(List.of("modelArn"))
         .modelName(List.of("modelName"))
         .primaryContainer(PrimaryContainer.builder()
                 .containerHostname(List.of("containerHostname"))
                 .image(List.of("image"))
                 .modelDataUrl(List.of("modelDataUrl"))
                 .build())
         .tags(List.of(Tags.builder()
                 .key(List.of("key"))
                 .value(List.of("value"))
                 .build()))
         .build();
 
  • Method Details

    • 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: - -

    • getExecutionRoleArn

      @Stability(Experimental) @Nullable default List<String> getExecutionRoleArn()
      (experimental) ExecutionRoleArn property.

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

    • getModelArn

      @Stability(Experimental) @Nullable default List<String> getModelArn()
      (experimental) ModelArn property.

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

    • getModelName

      @Stability(Experimental) @Nullable default List<String> getModelName()
      (experimental) ModelName property.

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

    • getPrimaryContainer

      @Stability(Experimental) @Nullable default SageMakerModelStateChange.PrimaryContainer getPrimaryContainer()
      (experimental) PrimaryContainer property.

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

    • builder

      @Stability(Experimental) static SageMakerModelStateChange.SageMakerModelStateChangeProps.Builder builder()
      Returns:
      a SageMakerModelStateChange.SageMakerModelStateChangeProps.Builder of SageMakerModelStateChange.SageMakerModelStateChangeProps