aws.sagemaker.list_pipeline_parameters_for_execution
Example SQL Queries
SELECT * FROMaws.sagemaker.list_pipeline_parameters_for_executionWHERE"pipeline_execution_arn" = 'VALUE';Description
Gets a list of parameters for a pipeline execution.
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
| |
| name The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition. | VARCHAR |
| value The literal value for the parameter. | VARCHAR |