---
type: resource-type
title: PersonalizeDataset
description: aws resource type AWS::Personalize::Dataset
name: PersonalizeDataset
lexicon: aws
resource_type: AWS::Personalize::Dataset
---
`AWS::Personalize::Dataset`, a resource type of the aws lexicon.

## Properties

- `DatasetGroupArn` (`string`, required): The Amazon Resource Name (ARN) of the dataset group to add the dataset to
- `DatasetType` (`"Interactions" | "Items" | "Users"`, required): The type of dataset
- `Name` (`string`, required): The name for the dataset
- `SchemaArn` (`string`, required): The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
- `DatasetArn` (`string`, optional): The ARN of the dataset
- `DatasetImportJob` (`PersonalizeDataset_DatasetImportJob`, optional)

## Attributes

- `DatasetArn`
