aws.sagemaker.list_flow_definitions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_flow_definitions;Description
Returns information about the flow definitions in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only flow definitions that were created before the specified timestamp. | TIMESTAMP_S |
| sort_order Input Column An optional value that specifies whether you want the results sorted in Ascending or Descending order. | 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 timestamp when SageMaker created the flow definition. | TIMESTAMP_S |
| failure_reason The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed. | VARCHAR |
| flow_definition_arn The Amazon Resource Name (ARN) of the flow definition. | VARCHAR |
| flow_definition_name The name of the flow definition. | VARCHAR |
| flow_definition_status The status of the flow definition. Valid values: | VARCHAR |