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

ModelVersion

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

The model version.

interface ModelVersion {
arn?: string | null;
modelId: string;
modelType: ModelTypeEnum;
modelVersionNumber: string;
}

§Properties

§
arn?: string | null
[src]

The model version ARN.

§
modelId: string
[src]

The model ID.

§

The model type.

§
modelVersionNumber: string
[src]

The model version number.