aws.rekognition.describe_dataset
Example SQL Queries
SELECT * FROMaws.rekognition.describe_datasetWHERE"dataset_arn" = 'VALUE';Description
This operation applies only to Amazon Rekognition Custom Labels.
Describes an Amazon Rekognition Custom Labels dataset. You can get information such as the current status of a dataset and statistics about the images and labels in a dataset.
This operation requires permissions to perform the rekognition:DescribeDataset action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_arn Required Input Column The Amazon Resource Name (ARN) of the dataset that you want to describe. | 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 |
| dataset_description The description for the dataset. | STRUCT( |
Show child fields
| |