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

CreateBatchInferenceJobRequest

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

§Properties

§
batchInferenceJobConfig?: BatchInferenceJobConfig | null
[src]

The configuration details of a batch inference job.

§
filterArn?: string | null
[src]

The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering Batch Recommendations..

§

The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.

§
jobName: string
[src]

The name of the batch inference job to create.

§

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

§
numResults?: number | null
[src]

The number of recommendations to retreive.

§
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 that will be used to generate the batch inference recommendations.