aws.sagemaker.list_edge_deployment_plans
Example SQL Queries
SELECT * FROMaws.sagemaker.list_edge_deployment_plans;Description
Lists all edge deployment plans.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Selects edge deployment plans created after this time. | TIMESTAMP_S |
| creation_time_before Input Column Selects edge deployment plans created before this time. | TIMESTAMP_S |
| device_fleet_name_contains Input Column Selects edge deployment plans with a device fleet name containing this name. | VARCHAR |
| last_modified_time_after Input Column Selects edge deployment plans that were last updated after this time. | TIMESTAMP_S |
| last_modified_time_before Input Column Selects edge deployment plans that were last updated before this time. | TIMESTAMP_S |
| name_contains Input Column Selects edge deployment plans with names containing this name. | VARCHAR |
| sort_by Input Column The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME. | VARCHAR |
| sort_order Input Column The direction of the sorting (ascending or descending). | 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 edge deployment plan was created. | TIMESTAMP_S |
| device_fleet_name The name of the device fleet used for the deployment. | VARCHAR |
| edge_deployment_failed The number of edge devices that failed the deployment. | BIGINT |
| edge_deployment_pending The number of edge devices yet to pick up the deployment, or in progress. | BIGINT |
| edge_deployment_plan_arn The ARN of the edge deployment plan. | VARCHAR |
| edge_deployment_plan_name The name of the edge deployment plan. | VARCHAR |
| edge_deployment_success The number of edge devices with the successful deployment. | BIGINT |
| last_modified_time The time when the edge deployment plan was last updated. | TIMESTAMP_S |