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

DatasetGroupSummary

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

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

interface DatasetGroupSummary {
creationDateTime?: Date | number | null;
datasetGroupArn?: string | null;
domain?: Domain | null;
failureReason?: 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 group was created.

§
datasetGroupArn?: string | null
[src]

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

§
domain?: Domain | null
[src]

The domain of a Domain dataset group.

§
failureReason?: string | null
[src]

If creating a dataset group fails, the reason behind the failure.

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

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

§
name?: string | null
[src]

The name of the dataset group.

§
status?: string | null
[src]

The status of the dataset group.

A dataset group can be in one of the following states:

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