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

CreateBatchSegmentJobRequest

import type { CreateBatchSegmentJobRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateBatchSegmentJobRequest {
filterArn?: string | null;
jobName: string;
numResults?: number | null;
roleArn: string;
solutionVersionArn: string;
}

§Properties

§
filterArn?: string | null
[src]

The ARN of the filter to apply to the batch segment job. For more information on using filters, see "filter-batch".

§

The Amazon S3 path for the input data used to generate the batch segment job.

§
jobName: string
[src]

The name of the batch segment job to create.

§

The Amazon S3 path for the bucket where the job's output will be stored.

§
numResults?: number | null
[src]

The number of predicted users generated by the batch segment job for each line of input data.

§
roleArn: string
[src]

The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.

§
solutionVersionArn: string
[src]

The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch segments.