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

ExternalModelOutputs

import type { ExternalModelOutputs } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

The fraud prediction scores from Amazon SageMaker model.

interface ExternalModelOutputs {
externalModel?: ExternalModelSummary | null;
outputs?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
externalModel?: ExternalModelSummary | null
[src]

The Amazon SageMaker model.

§
outputs?: {
[key: string]: string | null | undefined;
}
| null
[src]

The fraud prediction scores from Amazon SageMaker model.