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

Dataset

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

Provides metadata for a dataset.

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

§Properties

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

The creation date and time (in Unix time) of the dataset.

§
datasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset that you want metadata for.

§
datasetGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset group.

§
datasetType?: string | null
[src]

One of the following values:

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

A time stamp that shows when the dataset was updated.

§
name?: string | null
[src]

The name of the dataset.

§
schemaArn?: string | null
[src]

The ARN of the associated schema.

§
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