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

CreateDatasetGroupResponse

import type { CreateDatasetGroupResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateDatasetGroupResponse {
datasetGroupArn?: string | null;
domain?: Domain | null;
}

§Properties

§
datasetGroupArn?: string | null
[src]

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

§
domain?: Domain | null
[src]

The domain for the new Domain dataset group.