PipelineExecution
An execution of a pipeline.
Contents
- CreatedBy
-
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
Type: UserContext object
Required: No
- CreationTime
-
The creation time of the pipeline execution.
Type: Timestamp
Required: No
- FailureReason
-
If the execution failed, a message describing why.
Type: String
Length Constraints: Maximum length of 1300.
Pattern:
.*
Required: No
- LastModifiedBy
-
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
Type: UserContext object
Required: No
- LastModifiedTime
-
The time that the pipeline execution was last modified.
Type: Timestamp
Required: No
- ParallelismConfiguration
-
The parallelism configuration applied to the pipeline execution.
Type: ParallelismConfiguration object
Required: No
- PipelineArn
-
The Amazon Resource Name (ARN) of the pipeline that was executed.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline/.*
Required: No
- PipelineExecutionArn
-
The Amazon Resource Name (ARN) of the pipeline execution.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline\/.*\/execution\/.*$
Required: No
- PipelineExecutionDescription
-
The description of the pipeline execution.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 3072.
Pattern:
.*
Required: No
- PipelineExecutionDisplayName
-
The display name of the pipeline execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 82.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}
Required: No
- PipelineExecutionStatus
-
The status of the pipeline status.
Type: String
Valid Values:
Executing | Stopping | Stopped | Failed | Succeeded
Required: No
- PipelineExperimentConfig
-
Specifies the names of the experiment and trial created by a pipeline.
Type: PipelineExperimentConfig object
Required: No
- PipelineParameters
-
Contains a list of pipeline parameters. This list can be empty.
Type: Array of Parameter objects
Array Members: Minimum number of 0 items. Maximum number of 200 items.
Required: No
- SelectiveExecutionConfig
-
The selective execution configuration applied to the pipeline run.
Type: SelectiveExecutionConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: