aws.sagemaker_edge.get_deployments
Example SQL Queries
SELECT * FROMaws.sagemaker_edge.get_deploymentsWHERE"device_name" = 'VALUE'AND "device_fleet_name" = 'VALUE';Description
Use to get the active deployments from a device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_fleet_name Required Input Column The name of the fleet that the device belongs to. | VARCHAR |
| device_name Required Input Column The unique name of the device you want to get the configuration of active deployments from. | 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
| |
| deployments Returns a list of the configurations of the active deployments on the device. | STRUCT( |
Show child fields
| |