aws.machinelearning.describe_tags
Example SQL Queries
SELECT * FROMaws.machinelearning.describe_tagsWHERE"resource_id" = 'VALUE'AND "resource_type" = 'VALUE';Description
Describes one or more of the tags for your Amazon ML object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The ID of the tagged ML object. | VARCHAR |
| resource_type Required Input Column The type of the tagged ML object. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| tags A list of tags associated with the ML object. | STRUCT( |
Show child fields
| |