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-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";
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]
§
createdTime?: string | null
[src]
§
inputConfiguration?: ModelInputConfiguration | null
[src]
§
invokeModelEndpointRoleArn?: string | null
[src]
§
lastUpdatedTime?: string | null
[src]
§
modelEndpoint?: string | null
[src]
§
modelEndpointStatus?: ModelEndpointStatus | null
[src]
§
modelSource?: ModelSource | null
[src]
§
outputConfiguration?: ModelOutputConfiguration | null
[src]