aws.sagemaker.list_pipelines
Example SQL Queries
SELECT * FROMaws.sagemaker.list_pipelines;Description
Gets a list of pipelines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| created_after Input Column A filter that returns the pipelines that were created after a specified time. | TIMESTAMP_S |
| created_before Input Column A filter that returns the pipelines that were created before a specified time. | TIMESTAMP_S |
| pipeline_name_prefix Input Column The prefix of the pipeline name. | VARCHAR |
| 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
| |
| creation_time The creation time of the pipeline. | TIMESTAMP_S |
| last_execution_time The last time that a pipeline execution began. | TIMESTAMP_S |
| last_modified_time The time that the pipeline was last modified. | TIMESTAMP_S |
| pipeline_arn The Amazon Resource Name (ARN) of the pipeline. | VARCHAR |
| pipeline_description The description of the pipeline. | VARCHAR |
| pipeline_display_name The display name of the pipeline. | VARCHAR |
| pipeline_name The name of the pipeline. | VARCHAR |
| role_arn The Amazon Resource Name (ARN) that the pipeline used to execute. | VARCHAR |