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

PutExternalModelRequest

import type { PutExternalModelRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface PutExternalModelRequest {
inputConfiguration: ModelInputConfiguration;
invokeModelEndpointRoleArn: string;
modelEndpoint: string;
modelEndpointStatus: ModelEndpointStatus;
modelSource: ModelSource;
outputConfiguration: ModelOutputConfiguration;
tags?: Tag[] | null;
}

§Properties

§
inputConfiguration: ModelInputConfiguration
[src]

The model endpoint input configuration.

§
invokeModelEndpointRoleArn: string
[src]

The IAM role used to invoke the model endpoint.

§
modelEndpoint: string
[src]

The model endpoints name.

§
modelEndpointStatus: ModelEndpointStatus
[src]

The model endpoint’s status in Amazon Fraud Detector.

§
modelSource: ModelSource
[src]

The source of the model.

§
outputConfiguration: ModelOutputConfiguration
[src]

The model endpoint output configuration.

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

A collection of key and value pairs.