This product is not supported for your selected Datadog site. ().

aws_personalize_dataset

account_id

Type: STRING

creation_date_time

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

dataset_arn

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

dataset_group_arn

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

dataset_type

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

  • Interactions
  • Items
  • Users
  • Actions
  • Action_Interactions

last_updated_date_time

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

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

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

schema_arn

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

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

Type: UNORDERED_LIST_STRING

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.