interface EntityMatchingResponseBase {
    createdTime: Date;
    description: string;
    name: string;
    startTime: Date;
    status: ContextJobStatus;
    statusTime: Date;
}

Hierarchy (view full)

Properties

createdTime: Date
description: string

User defined description of the model

name: string

User defined name of the model.

startTime: Date

The status of the job.

statusTime: Date