aws.sagemaker.list_stage_devices
Example SQL Queries
SELECT * FROMaws.sagemaker.list_stage_devicesWHERE"edge_deployment_plan_name" = 'VALUE'AND "stage_name" = 'VALUE';Description
Lists devices allocated to the stage, containing detailed device information and deployment status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| edge_deployment_plan_name Required Input Column The name of the edge deployment plan. | VARCHAR |
| stage_name Required Input Column The name of the stage in the edge deployment plan. | VARCHAR |
| exclude_devices_deployed_in_other_stage Input Column Toggle for excluding devices deployed in other stages. | BOOLEAN |
| _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
| |
| deployed_stage_name The name of the deployed stage. | VARCHAR |
| deployment_start_time The time when the deployment on the device started. | TIMESTAMP_S |
| description The description of the device. | VARCHAR |
| device_arn The ARN of the device. | VARCHAR |
| device_deployment_status The deployment status of the device. | VARCHAR |
| device_deployment_status_message The detailed error message for the deployoment status result. | VARCHAR |
| device_fleet_name The name of the fleet to which the device belongs to. | VARCHAR |
| device_name The name of the device. | VARCHAR |
| edge_deployment_plan_arn The ARN of the edge deployment plan. | VARCHAR |