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

Model

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

The model.

interface Model {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
eventTypeName?: string | null;
lastUpdatedTime?: string | null;
modelId?: string | null;
modelType?: ModelTypeEnum | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the model.

§
createdTime?: string | null
[src]

Timestamp of when the model was created.

§
description?: string | null
[src]

The model description.

§
eventTypeName?: string | null
[src]

The name of the event type.

§
lastUpdatedTime?: string | null
[src]

Timestamp of last time the model was updated.

§
modelId?: string | null
[src]

The model ID.

§
modelType?: ModelTypeEnum | null
[src]

The model type.