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-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";
interface UpdateModelVersionResult {
modelId?: string | null;
modelType?: ModelTypeEnum | null;
modelVersionNumber?: string | null;
status?: string | null;
}

§Properties

§
modelId?: string | null
[src]
§
modelType?: ModelTypeEnum | null
[src]
§
modelVersionNumber?: string | null
[src]
§
status?: string | null
[src]