interface StopPiiEntitiesDetectionJobResponse {
    JobId?: string;
    JobStatus?: JobStatus;
}

Hierarchy (view full)

Properties

Properties

JobId?: string

The identifier of the PII entities detection job to stop.

JobStatus?: JobStatus

The status of the PII entities detection job.