Skip to main content

dataset

Gets an individual dataset resource

Overview

Namedataset
TypeResource
Descriptiondataset
Idawscc.personalize.dataset

Fields

NameDatatypeDescription
namestringThe name for the dataset
dataset_arnstringThe ARN of the dataset
dataset_typestringThe type of dataset
dataset_group_arnstringThe Amazon Resource Name (ARN) of the dataset group to add the dataset to
schema_arnstringThe ARN of the schema to associate with the dataset. The schema defines the dataset fields.
dataset_import_jobobject
regionstringAWS 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