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

UpdateModelRequest

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

§Properties

§
description?: string | null
[src]

The new model description.

§
modelId: string
[src]

The model ID.

§

The model type.