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

ExternalModel

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

The Amazon SageMaker model.

interface ExternalModel {
arn?: string | null;
createdTime?: string | null;
inputConfiguration?: ModelInputConfiguration | null;
invokeModelEndpointRoleArn?: string | null;
lastUpdatedTime?: string | null;
modelEndpoint?: string | null;
modelEndpointStatus?: ModelEndpointStatus | null;
modelSource?: ModelSource | null;
outputConfiguration?: ModelOutputConfiguration | null;
}

§Properties

§
arn?: string | null
[src]

The model ARN.

§
createdTime?: string | null
[src]

Timestamp of when the model was last created.

§
inputConfiguration?: ModelInputConfiguration | null
[src]

The input configuration.

§
invokeModelEndpointRoleArn?: string | null
[src]

The role used to invoke the model.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the model was last updated.

§
modelEndpoint?: string | null
[src]

The Amazon SageMaker model endpoints.

§
modelEndpointStatus?: ModelEndpointStatus | null
[src]

The Amazon Fraud Detector status for the external model endpoint

§
modelSource?: ModelSource | null
[src]

The source of the model.

§
outputConfiguration?: ModelOutputConfiguration | null
[src]

The output configuration.