Class SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps
(experimental) Props type for aws.sagemaker@SageMakerModelBuildingPipelineExecutionStatusChange event.
Inheritance
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps : SageMakerModelBuildingPipelineExecutionStatusChange.ISageMakerModelBuildingPipelineExecutionStatusChangeProps
Syntax (vb)
Public Class SageMakerModelBuildingPipelineExecutionStatusChange.SageMakerModelBuildingPipelineExecutionStatusChangeProps Implements SageMakerModelBuildingPipelineExecutionStatusChange.ISageMakerModelBuildingPipelineExecutionStatusChangeProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events;
var sageMakerModelBuildingPipelineExecutionStatusChangeProps = new SageMakerModelBuildingPipelineExecutionStatusChangeProps {
CurrentPipelineExecutionStatus = new [] { "currentPipelineExecutionStatus" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
ExecutionEndTime = new [] { "executionEndTime" },
ExecutionStartTime = new [] { "executionStartTime" },
PipelineArn = new [] { "pipelineArn" },
PipelineExecutionArn = new [] { "pipelineExecutionArn" },
PipelineExecutionDescription = new [] { "pipelineExecutionDescription" },
PipelineExecutionDisplayName = new [] { "pipelineExecutionDisplayName" },
PreviousPipelineExecutionStatus = new [] { "previousPipelineExecutionStatus" }
};
Synopsis
Constructors
| SageMakerModelBuildingPipelineExecutionStatusChangeProps() | (experimental) Props type for aws.sagemaker@SageMakerModelBuildingPipelineExecutionStatusChange event. |
Properties
| CurrentPipelineExecutionStatus | (experimental) currentPipelineExecutionStatus property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| ExecutionEndTime | (experimental) executionEndTime property. |
| ExecutionStartTime | (experimental) executionStartTime property. |
| PipelineArn | (experimental) pipelineArn property. |
| PipelineExecutionArn | (experimental) pipelineExecutionArn property. |
| PipelineExecutionDescription | (experimental) pipelineExecutionDescription property. |
| PipelineExecutionDisplayName | (experimental) pipelineExecutionDisplayName property. |
| PreviousPipelineExecutionStatus | (experimental) previousPipelineExecutionStatus property. |
Constructors
SageMakerModelBuildingPipelineExecutionStatusChangeProps()
(experimental) Props type for aws.sagemaker@SageMakerModelBuildingPipelineExecutionStatusChange event.
public SageMakerModelBuildingPipelineExecutionStatusChangeProps()
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events;
var sageMakerModelBuildingPipelineExecutionStatusChangeProps = new SageMakerModelBuildingPipelineExecutionStatusChangeProps {
CurrentPipelineExecutionStatus = new [] { "currentPipelineExecutionStatus" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
ExecutionEndTime = new [] { "executionEndTime" },
ExecutionStartTime = new [] { "executionStartTime" },
PipelineArn = new [] { "pipelineArn" },
PipelineExecutionArn = new [] { "pipelineExecutionArn" },
PipelineExecutionDescription = new [] { "pipelineExecutionDescription" },
PipelineExecutionDisplayName = new [] { "pipelineExecutionDisplayName" },
PreviousPipelineExecutionStatus = new [] { "previousPipelineExecutionStatus" }
};
Properties
CurrentPipelineExecutionStatus
(experimental) currentPipelineExecutionStatus property.
public string[]? CurrentPipelineExecutionStatus { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
ExecutionEndTime
(experimental) executionEndTime property.
public string[]? ExecutionEndTime { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
ExecutionStartTime
(experimental) executionStartTime property.
public string[]? ExecutionStartTime { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PipelineArn
(experimental) pipelineArn property.
public string[]? PipelineArn { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PipelineExecutionArn
(experimental) pipelineExecutionArn property.
public string[]? PipelineExecutionArn { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PipelineExecutionDescription
(experimental) pipelineExecutionDescription property.
public string[]? PipelineExecutionDescription { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PipelineExecutionDisplayName
(experimental) pipelineExecutionDisplayName property.
public string[]? PipelineExecutionDisplayName { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
PreviousPipelineExecutionStatus
(experimental) previousPipelineExecutionStatus property.
public string[]? PreviousPipelineExecutionStatus { get; set; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental