Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatasetSummary

import type { DatasetSummary } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

Provides a summary of the properties of a dataset. For a complete listing, call the "DescribeDataset" API.

interface DatasetSummary {
creationDateTime?: Date | number | null;
datasetArn?: string | null;
datasetType?: string | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
status?: string | null;
}

§Properties

§
creationDateTime?: Date | number | null
[src]

The date and time (in Unix time) that the dataset was created.

§
datasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset.

§
datasetType?: string | null
[src]

The dataset type. One of the following values:

  • Interactions
  • Items
  • Users
  • Event-Interactions
§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time (in Unix time) that the dataset was last updated.

§
name?: string | null
[src]

The name of the dataset.

§
status?: string | null
[src]

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