aws.sagemaker.describe_pipeline_definition_for_execution
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_pipeline_definition_for_executionWHERE"pipeline_execution_arn" = 'VALUE';Description
Describes the details of an execution's pipeline definition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pipeline_execution_arn Required Input Column The Amazon Resource Name (ARN) of the pipeline execution. | 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
| |
| creation_time The time when the pipeline was created. | TIMESTAMP_S |
| pipeline_definition The JSON pipeline definition. | VARCHAR |