aws.sagemaker.list_pipeline_execution_steps
Example SQL Queries
SELECT * FROMaws.sagemaker.list_pipeline_execution_steps;Description
Gets a list of PipeLineExecutionStep objects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pipeline_execution_arn Input Column The Amazon Resource Name (ARN) of the pipeline execution. | VARCHAR |
| sort_order Input Column The field by which to sort results. The default is CreatedTime. | 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
| |
| attempt_count The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps. | BIGINT |
| cache_hit_result If this pipeline execution step was cached, details on the cache hit. | STRUCT( |
Show child fields
| |
| end_time The time that the step stopped executing. | TIMESTAMP_S |
| failure_reason The reason why the step failed execution. This is only returned if the step failed its execution. | VARCHAR |
| metadata Metadata to run the pipeline step. | STRUCT( |
Show child fields
| |
| selective_execution_result The ARN from an execution of the current pipeline from which results are reused for this step. | STRUCT( |
Show child fields
| |
| start_time The time that the step started executing. | TIMESTAMP_S |
| step_description The description of the step. | VARCHAR |
| step_display_name The display name of the step. | VARCHAR |
| step_name The name of the step that is executed. | VARCHAR |
| step_status The status of the step execution. | VARCHAR |