aws.sagemaker.list_pipeline_executions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_pipeline_executionsWHERE"pipeline_name" = 'VALUE';Description
Gets a list of the pipeline executions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pipeline_name Required Input Column The name or Amazon Resource Name (ARN) of the pipeline. | VARCHAR |
| created_after Input Column A filter that returns the pipeline executions that were created after a specified time. | TIMESTAMP_S |
| created_before Input Column A filter that returns the pipeline executions that were created before a specified time. | TIMESTAMP_S |
| sort_by Input Column The field by which to sort results. The default is CreatedTime. | VARCHAR |
| sort_order Input Column The sort order for results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| pipeline_execution_arn The Amazon Resource Name (ARN) of the pipeline execution. | VARCHAR |
| pipeline_execution_description The description of the pipeline execution. | VARCHAR |
| pipeline_execution_display_name The display name of the pipeline execution. | VARCHAR |
| pipeline_execution_failure_reason A message generated by SageMaker Pipelines describing why the pipeline execution failed. | VARCHAR |
| pipeline_execution_status The status of the pipeline execution. | VARCHAR |
| start_time The start time of the pipeline execution. | TIMESTAMP_S |