Interface EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps.Jsii$Proxy
Enclosing class:
EndpointConfigEvents.SageMakerEndpointConfigStateChange

@Stability(Experimental) public static interface EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for EndpointConfig aws.sagemaker@SageMakerEndpointConfigStateChange 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.*;
 SageMakerEndpointConfigStateChangeProps sageMakerEndpointConfigStateChangeProps = SageMakerEndpointConfigStateChangeProps.builder()
         .creationTime(List.of("creationTime"))
         .endpointConfigArn(List.of("endpointConfigArn"))
         .endpointConfigName(List.of("endpointConfigName"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .productionVariants(List.of(SageMakerEndpointConfigStateChangeItem.builder()
                 .initialInstanceCount(List.of("initialInstanceCount"))
                 .initialVariantWeight(List.of("initialVariantWeight"))
                 .instanceType(List.of("instanceType"))
                 .modelName(List.of("modelName"))
                 .variantName(List.of("variantName"))
                 .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

    • getEndpointConfigArn

      @Stability(Experimental) @Nullable default List<String> getEndpointConfigArn()
      (experimental) EndpointConfigArn property.

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

    • getEndpointConfigName

      @Stability(Experimental) @Nullable default List<String> getEndpointConfigName()
      (experimental) EndpointConfigName property.

      Specify an array of string values to match this event if the actual value of EndpointConfigName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the EndpointConfig reference

    • getEventMetadata

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

      Default: - -

    • getProductionVariants

      @Stability(Experimental) @Nullable default List<EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem> getProductionVariants()
      (experimental) ProductionVariants property.

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

      Returns:
      a EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps.Builder of EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeProps