Interface SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerModelBuildingPipelineExecutionStatusChange
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.*;
SageMakerModelBuildingPipelineExecutionStatusChangeProps sageMakerModelBuildingPipelineExecutionStatusChangeProps = SageMakerModelBuildingPipelineExecutionStatusChangeProps.builder()
.currentPipelineExecutionStatus(List.of("currentPipelineExecutionStatus"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.executionEndTime(List.of("executionEndTime"))
.executionStartTime(List.of("executionStartTime"))
.pipelineArn(List.of("pipelineArn"))
.pipelineExecutionArn(List.of("pipelineExecutionArn"))
.pipelineExecutionDescription(List.of("pipelineExecutionDescription"))
.pipelineExecutionDisplayName(List.of("pipelineExecutionDisplayName"))
.previousPipelineExecutionStatus(List.of("previousPipelineExecutionStatus"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) currentPipelineExecutionStatus property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) executionEndTime property.(experimental) executionStartTime property.(experimental) pipelineArn property.(experimental) pipelineExecutionArn property.(experimental) pipelineExecutionDescription property.(experimental) pipelineExecutionDisplayName property.(experimental) previousPipelineExecutionStatus property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCurrentPipelineExecutionStatus
(experimental) currentPipelineExecutionStatus property.Specify an array of string values to match this event if the actual value of currentPipelineExecutionStatus 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: - -
-
getExecutionEndTime
(experimental) executionEndTime property.Specify an array of string values to match this event if the actual value of executionEndTime 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
-
getExecutionStartTime
(experimental) executionStartTime property.Specify an array of string values to match this event if the actual value of executionStartTime 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
-
getPipelineArn
(experimental) pipelineArn property.Specify an array of string values to match this event if the actual value of pipelineArn 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
-
getPipelineExecutionArn
(experimental) pipelineExecutionArn property.Specify an array of string values to match this event if the actual value of pipelineExecutionArn 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
-
getPipelineExecutionDescription
(experimental) pipelineExecutionDescription property.Specify an array of string values to match this event if the actual value of pipelineExecutionDescription 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
-
getPipelineExecutionDisplayName
(experimental) pipelineExecutionDisplayName property.Specify an array of string values to match this event if the actual value of pipelineExecutionDisplayName 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
-
getPreviousPipelineExecutionStatus
(experimental) previousPipelineExecutionStatus property.Specify an array of string values to match this event if the actual value of previousPipelineExecutionStatus 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 SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps.Builder builder()
-