Interface SageMakerModelStateChange.SageMakerModelStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerModelStateChange.SageMakerModelStateChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerModelStateChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSageMakerModelStateChange.SageMakerModelStateChangePropsstatic final classAn implementation forSageMakerModelStateChange.SageMakerModelStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) CreationTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) ExecutionRoleArn property.(experimental) ModelArn property.(experimental) ModelName property.(experimental) PrimaryContainer property.default List<SageMakerModelStateChange.Tags> getTags()(experimental) Tags property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.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 SageMakerModelStateChange.SageMakerModelStateChangeProps.Builder builder()
-