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

ExternalModelSummary

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

The Amazon SageMaker model.

interface ExternalModelSummary {
modelEndpoint?: string | null;
modelSource?: ModelSource | null;
}

§Properties

§
modelEndpoint?: string | null
[src]

The endpoint of the Amazon SageMaker model.

§
modelSource?: ModelSource | null
[src]

The source of the model.