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.3/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.

§
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.