Describes the information about an entity recognizer and its versions.

interface EntityRecognizerSummary {
    LatestVersionCreatedAt?: Date;
    LatestVersionName?: string;
    LatestVersionStatus?: ModelStatus;
    NumberOfVersions?: number;
    RecognizerName?: string;
}

Properties

LatestVersionCreatedAt?: Date

The time that the latest entity recognizer version was submitted for processing.

LatestVersionName?: string

The version name you assigned to the latest entity recognizer version.

LatestVersionStatus?: ModelStatus

Provides the status of the latest entity recognizer version.

NumberOfVersions?: number

The number of versions you created.

RecognizerName?: string

The name that you assigned the entity recognizer.