aws.lookoutvision.describe_dataset
Example SQL Queries
SELECT * FROMaws.lookoutvision.describe_datasetWHERE"project_name" = 'VALUE'AND "dataset_type" = 'VALUE';Description
Describe an Amazon Lookout for Vision dataset.
This operation requires permissions to perform the lookoutvision:DescribeDataset operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_type Required Input Column The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train | VARCHAR |
| project_name Required Input Column The name of the project that contains 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 of the requested dataset. | STRUCT( |
Show child fields
| |