SageMakerModelBuildingPipelineExecutionStepStatusChange
- class aws_cdk.mixins_preview.aws_sagemaker.events.SageMakerModelBuildingPipelineExecutionStepStatusChange
Bases:
object(experimental) EventBridge event pattern for aws.sagemaker@SageMakerModelBuildingPipelineExecutionStepStatusChange.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events sage_maker_model_building_pipeline_execution_step_status_change = sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange()
- Stability:
experimental
Static Methods
- classmethod sage_maker_model_building_pipeline_execution_step_status_change_pattern(*, cache_hit_result=None, current_step_status=None, event_metadata=None, failure_reason=None, metadata=None, pipeline_arn=None, pipeline_execution_arn=None, previous_step_status=None, step_end_time=None, step_name=None, step_start_time=None, step_type=None)
(experimental) EventBridge event pattern for SageMaker Model Building Pipeline Execution Step Status Change.
- Parameters:
cache_hit_result (
Union[CacheHitResult,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcurrent_step_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -failure_reason (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmetadata (
Union[Metadata,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpipeline_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpipeline_execution_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprevious_step_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_end_time (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_start_time (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_type (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
CacheHitResult
- class SageMakerModelBuildingPipelineExecutionStepStatusChange.CacheHitResult(*, source_pipeline_execution_arn=None)
Bases:
object(experimental) Type definition for CacheHitResult.
- Parameters:
source_pipeline_execution_arn (
Optional[Sequence[str]]) – (experimental) sourcePipelineExecutionArn property. Specify an array of string values to match this event if the actual value of sourcePipelineExecutionArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events cache_hit_result = sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.CacheHitResult( source_pipeline_execution_arn=["sourcePipelineExecutionArn"] )
Attributes
- source_pipeline_execution_arn
(experimental) sourcePipelineExecutionArn property.
Specify an array of string values to match this event if the actual value of sourcePipelineExecutionArn 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
- Stability:
experimental
Metadata
- class SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata(*, processing_job=None)
Bases:
object(experimental) Type definition for Metadata.
- Parameters:
processing_job (
Union[ProcessingJob,Dict[str,Any],None]) – (experimental) processingJob property. Specify an array of string values to match this event if the actual value of processingJob is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events metadata = sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata( processing_job=sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.ProcessingJob( arn=["arn"] ) )
Attributes
- processing_job
(experimental) processingJob property.
Specify an array of string values to match this event if the actual value of processingJob 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
- Stability:
experimental
ProcessingJob
- class SageMakerModelBuildingPipelineExecutionStepStatusChange.ProcessingJob(*, arn=None)
Bases:
object(experimental) Type definition for ProcessingJob.
- Parameters:
arn (
Optional[Sequence[str]]) – (experimental) arn property. Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events processing_job = sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.ProcessingJob( arn=["arn"] )
Attributes
- arn
(experimental) arn property.
Specify an array of string values to match this event if the actual value of arn 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
- Stability:
experimental
SageMakerModelBuildingPipelineExecutionStepStatusChangeProps
- class SageMakerModelBuildingPipelineExecutionStepStatusChange.SageMakerModelBuildingPipelineExecutionStepStatusChangeProps(*, cache_hit_result=None, current_step_status=None, event_metadata=None, failure_reason=None, metadata=None, pipeline_arn=None, pipeline_execution_arn=None, previous_step_status=None, step_end_time=None, step_name=None, step_start_time=None, step_type=None)
Bases:
object(experimental) Props type for aws.sagemaker@SageMakerModelBuildingPipelineExecutionStepStatusChange event.
- Parameters:
cache_hit_result (
Union[CacheHitResult,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcurrent_step_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -failure_reason (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmetadata (
Union[Metadata,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpipeline_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpipeline_execution_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprevious_step_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_end_time (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_start_time (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstep_type (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events sage_maker_model_building_pipeline_execution_step_status_change_props = sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.SageMakerModelBuildingPipelineExecutionStepStatusChangeProps( cache_hit_result=sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.CacheHitResult( source_pipeline_execution_arn=["sourcePipelineExecutionArn"] ), current_step_status=["currentStepStatus"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), failure_reason=["failureReason"], metadata=sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata( processing_job=sagemaker_events.SageMakerModelBuildingPipelineExecutionStepStatusChange.ProcessingJob( arn=["arn"] ) ), pipeline_arn=["pipelineArn"], pipeline_execution_arn=["pipelineExecutionArn"], previous_step_status=["previousStepStatus"], step_end_time=["stepEndTime"], step_name=["stepName"], step_start_time=["stepStartTime"], step_type=["stepType"] )
Attributes
- cache_hit_result
(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
- Stability:
experimental
- current_step_status
(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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- failure_reason
(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
- Stability:
experimental
- metadata
(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
- Stability:
experimental
- pipeline_arn
(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
- Stability:
experimental
- pipeline_execution_arn
(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
- Stability:
experimental
- previous_step_status
(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
- Stability:
experimental
- step_end_time
(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
- Stability:
experimental
- step_name
(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
- Stability:
experimental
- step_start_time
(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
- Stability:
experimental
- step_type
(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
- Stability:
experimental