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

CreateBatchPredictionJobRequest

import type { CreateBatchPredictionJobRequest } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface CreateBatchPredictionJobRequest {
detectorName: string;
detectorVersion?: string | null;
eventTypeName: string;
iamRoleArn: string;
inputPath: string;
jobId: string;
outputPath: string;
tags?: Tag[] | null;
}

§Properties

§
detectorName: string
[src]

The name of the detector.

§
detectorVersion?: string | null
[src]

The detector version.

§
eventTypeName: string
[src]

The name of the event type.

§
iamRoleArn: string
[src]

The ARN of the IAM role to use for this job request.

The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

§
inputPath: string
[src]

The Amazon S3 location of your training file.

§
jobId: string
[src]

The ID of the batch prediction job.

§
outputPath: string
[src]

The Amazon S3 location of your output file.

§
tags?: Tag[] | null
[src]

A collection of key and value pairs.