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

DocumentClassifierSummary

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

Describes information about a document classifier and its versions.

interface DocumentClassifierSummary {
DocumentClassifierName?: string | null;
LatestVersionCreatedAt?: Date | number | null;
LatestVersionName?: string | null;
LatestVersionStatus?: ModelStatus | null;
NumberOfVersions?: number | null;
}

§Properties

§
DocumentClassifierName?: string | null
[src]

The name that you assigned the document classifier.

§
LatestVersionCreatedAt?: Date | number | null
[src]

The time that the latest document classifier version was submitted for processing.

§
LatestVersionName?: string | null
[src]

The version name you assigned to the latest document classifier version.

§
LatestVersionStatus?: ModelStatus | null
[src]

Provides the status of the latest document classifier version.

§
NumberOfVersions?: number | null
[src]

The number of versions you created.