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

CreateDatasetImportJobRequest

import type { CreateDatasetImportJobRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateDatasetImportJobRequest {
datasetArn: string;
dataSource: DataSource;
jobName: string;
roleArn: string;
}

§Properties

§
datasetArn: string
[src]

The ARN of the dataset that receives the imported data.

§
dataSource: DataSource
[src]

The Amazon S3 bucket that contains the training data to import.

§
jobName: string
[src]

The name for the dataset import job.

§
roleArn: string
[src]

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.