dataset
Gets an individual dataset
resource
Overview
Name | dataset |
Type | Resource |
Description | dataset |
Id | awscc.personalize.dataset |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name for the dataset |
dataset_arn | string | The ARN of the dataset |
dataset_type | string | The type of dataset |
dataset_group_arn | string | The Amazon Resource Name (ARN) of the dataset group to add the dataset to |
schema_arn | string | The ARN of the schema to associate with the dataset. The schema defines the dataset fields. |
dataset_import_job | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
dataset_arn,
dataset_type,
dataset_group_arn,
schema_arn,
dataset_import_job
FROM awscc.personalize.dataset
WHERE data__Identifier = '<DatasetArn>';
Permissions
To operate on the dataset
resource, the following permissions are required:
Read
personalize:DescribeDataset
Update
personalize:DescribeDataset,
personalize:CreateDatasetImportJob,
personalize:DescribeDatasetImportJob,
iam:PassRole
Delete
personalize:DeleteDataset,
personalize:DescribeDataset