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

CreateDatasetRequest

import type { CreateDatasetRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateDatasetRequest {
datasetGroupArn: string;
datasetType: string;
name: string;
schemaArn: string;
}

§Properties

§
datasetGroupArn: string
[src]

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

§
datasetType: string
[src]

The type of dataset.

One of the following (case insensitive) values:

  • Interactions
  • Items
  • Users
§
name: string
[src]

The name for the dataset.

§
schemaArn: string
[src]

The ARN of the schema to associate with the dataset. The schema defines the dataset fields.