---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_personalize_dataset{% #aws_personalize_dataset %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `creation_date_time`{% #creation_date_time %}

**Type**: `TIMESTAMP` **Provider name**: `creationDateTime` **Description**: The creation date and time (in Unix time) of the dataset. 

## `dataset_arn`{% #dataset_arn %}

**Type**: `STRING` **Provider name**: `datasetArn` **Description**: The Amazon Resource Name (ARN) of the dataset that you want metadata for. 

## `dataset_group_arn`{% #dataset_group_arn %}

**Type**: `STRING` **Provider name**: `datasetGroupArn` **Description**: The Amazon Resource Name (ARN) of the dataset group. 

## `dataset_type`{% #dataset_type %}

**Type**: `STRING` **Provider name**: `datasetType` **Description**: One of the following values:

- Interactions
- Items
- Users
- Actions
- Action_Interactions



## `last_updated_date_time`{% #last_updated_date_time %}

**Type**: `TIMESTAMP` **Provider name**: `lastUpdatedDateTime` **Description**: A time stamp that shows when the dataset was updated. 

## `latest_dataset_update`{% #latest_dataset_update %}

**Type**: `STRUCT` **Provider name**: `latestDatasetUpdate` **Description**: Describes the latest update to the dataset. 

- `creation_date_time`**Type**: `TIMESTAMP`**Provider name**: `creationDateTime`**Description**: The creation date and time (in Unix time) of the dataset update.
- `failure_reason`**Type**: `STRING`**Provider name**: `failureReason`**Description**: If updating a dataset fails, provides the reason why.
- `last_updated_date_time`**Type**: `TIMESTAMP`**Provider name**: `lastUpdatedDateTime`**Description**: The last update date and time (in Unix time) of the dataset.
- `schema_arn`**Type**: `STRING`**Provider name**: `schemaArn`**Description**: The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
- `status`**Type**: `STRING`**Provider name**: `status`**Description**: The status of the dataset update.

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The name of the dataset. 

## `schema_arn`{% #schema_arn %}

**Type**: `STRING` **Provider name**: `schemaArn` **Description**: The ARN of the associated schema. 

## `status`{% #status %}

**Type**: `STRING` **Provider name**: `status` **Description**: The status of the dataset. A dataset can be in one of the following states:

- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS



## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `tracking_id`{% #tracking_id %}

**Type**: `STRING` **Provider name**: `trackingId` **Description**: The ID of the event tracker for an Action interactions dataset. You specify the tracker's ID in the `PutActionInteractions` API operation. Amazon Personalize uses it to direct new data to the Action interactions dataset in your dataset group. 
