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

CreateModelRequest

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

§Properties

§
description?: string | null
[src]

The model description.

§
eventTypeName: string
[src]

The name of the event type.

§
modelId: string
[src]

The model ID.

§

The model type.

§
tags?: Tag[] | null
[src]

A collection of key and value pairs.