Interface SageMakerModelBuildingPipelineExecutionStepStatusChange.SageMakerModelBuildingPipelineExecutionStepStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerModelBuildingPipelineExecutionStepStatusChange.SageMakerModelBuildingPipelineExecutionStepStatusChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerModelBuildingPipelineExecutionStepStatusChange
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.*;
SageMakerModelBuildingPipelineExecutionStepStatusChangeProps sageMakerModelBuildingPipelineExecutionStepStatusChangeProps = SageMakerModelBuildingPipelineExecutionStepStatusChangeProps.builder()
.cacheHitResult(CacheHitResult.builder()
.sourcePipelineExecutionArn(List.of("sourcePipelineExecutionArn"))
.build())
.currentStepStatus(List.of("currentStepStatus"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.failureReason(List.of("failureReason"))
.metadata(Metadata.builder()
.processingJob(ProcessingJob.builder()
.arn(List.of("arn"))
.build())
.build())
.pipelineArn(List.of("pipelineArn"))
.pipelineExecutionArn(List.of("pipelineExecutionArn"))
.previousStepStatus(List.of("previousStepStatus"))
.stepEndTime(List.of("stepEndTime"))
.stepName(List.of("stepName"))
.stepStartTime(List.of("stepStartTime"))
.stepType(List.of("stepType"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) cacheHitResult property.(experimental) currentStepStatus property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) failureReason property.(experimental) metadata property.(experimental) pipelineArn property.(experimental) pipelineExecutionArn property.(experimental) previousStepStatus property.(experimental) stepEndTime property.(experimental) stepName property.(experimental) stepStartTime property.(experimental) stepType property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCacheHitResult
@Stability(Experimental) @Nullable default SageMakerModelBuildingPipelineExecutionStepStatusChange.CacheHitResult getCacheHitResult()(experimental) cacheHitResult property.Specify an array of string values to match this event if the actual value of cacheHitResult 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
-
getCurrentStepStatus
(experimental) currentStepStatus property.Specify an array of string values to match this event if the actual value of currentStepStatus 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: - -
-
getFailureReason
(experimental) failureReason property.Specify an array of string values to match this event if the actual value of failureReason 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
-
getMetadata
@Stability(Experimental) @Nullable default SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata getMetadata()(experimental) metadata property.Specify an array of string values to match this event if the actual value of metadata 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
-
getPreviousStepStatus
(experimental) previousStepStatus property.Specify an array of string values to match this event if the actual value of previousStepStatus 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
-
getStepEndTime
(experimental) stepEndTime property.Specify an array of string values to match this event if the actual value of stepEndTime 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
-
getStepName
(experimental) stepName property.Specify an array of string values to match this event if the actual value of stepName 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
-
getStepStartTime
(experimental) stepStartTime property.Specify an array of string values to match this event if the actual value of stepStartTime 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
-
getStepType
(experimental) stepType property.Specify an array of string values to match this event if the actual value of stepType 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 SageMakerModelBuildingPipelineExecutionStepStatusChange.SageMakerModelBuildingPipelineExecutionStepStatusChangeProps.Builder builder()
-