Interface EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem

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

@Stability(Experimental) public static interface EndpointConfigEvents.SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for SageMakerEndpointConfigStateChangeItem.

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.*;
 SageMakerEndpointConfigStateChangeItem sageMakerEndpointConfigStateChangeItem = SageMakerEndpointConfigStateChangeItem.builder()
         .initialInstanceCount(List.of("initialInstanceCount"))
         .initialVariantWeight(List.of("initialVariantWeight"))
         .instanceType(List.of("instanceType"))
         .modelName(List.of("modelName"))
         .variantName(List.of("variantName"))
         .build();
 
  • Method Details

    • getInitialInstanceCount

      @Stability(Experimental) @Nullable default List<String> getInitialInstanceCount()
      (experimental) InitialInstanceCount property.

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

    • getInitialVariantWeight

      @Stability(Experimental) @Nullable default List<String> getInitialVariantWeight()
      (experimental) InitialVariantWeight property.

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

    • getInstanceType

      @Stability(Experimental) @Nullable default List<String> getInstanceType()
      (experimental) InstanceType property.

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

    • getVariantName

      @Stability(Experimental) @Nullable default List<String> getVariantName()
      (experimental) VariantName property.

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