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

ModelOutputConfiguration

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

Provides the Amazon Sagemaker model output configuration.

interface ModelOutputConfiguration {
csvIndexToVariableMap?: {
[key: string]: string | null | undefined;
}
| null;
jsonKeyToVariableMap?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.

§

The format of the model output configuration.

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

A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.