Interface SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerModelPackageStateChange
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.*;
SageMakerModelPackageStateChangeProps sageMakerModelPackageStateChangeProps = SageMakerModelPackageStateChangeProps.builder()
.certifyForMarketplace(List.of("certifyForMarketplace"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.modelPackageArn(List.of("modelPackageArn"))
.modelPackageDescription(List.of("modelPackageDescription"))
.modelPackageName(List.of("modelPackageName"))
.tags(List.of(Tags.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) CertifyForMarketplace property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) ModelPackageArn property.(experimental) ModelPackageDescription property.(experimental) ModelPackageName property.getTags()(experimental) Tags property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertifyForMarketplace
(experimental) CertifyForMarketplace property.Specify an array of string values to match this event if the actual value of CertifyForMarketplace is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getModelPackageArn
(experimental) ModelPackageArn property.Specify an array of string values to match this event if the actual value of ModelPackageArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getModelPackageDescription
(experimental) ModelPackageDescription property.Specify an array of string values to match this event if the actual value of ModelPackageDescription is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getModelPackageName
(experimental) ModelPackageName property.Specify an array of string values to match this event if the actual value of ModelPackageName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps.Builder builder()
-