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

UpdateModelVersionResult

import type { UpdateModelVersionResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface UpdateModelVersionResult {
modelId?: string | null;
modelType?: ModelTypeEnum | null;
modelVersionNumber?: string | null;
status?: string | null;
}

§Properties

§
modelId?: string | null
[src]

The model ID.

§
modelType?: ModelTypeEnum | null
[src]

The model type.

§
modelVersionNumber?: string | null
[src]

The model version number of the model version updated.

§
status?: string | null
[src]

The status of the updated model version.