DEV

Type.

ManualClassificationSetting

No description

Fields

createdAt

DateTime!

Required

The date and time when the setting was created.

createdBy

ID!

Required

The ID of the user who created the setting.

hourAllotment

Int!

Required

The maximum amount of hours allotted for a manual classification request fullfillment

id

ID!

Required

The unique identifier of the ManualClassificationSetting.

minConfidenceThreshold

Decimal!

Required

The minimum amount of confidence in a classification before it is sent to the Manual Classification Queue. It cannot be higher than .50

organizationId

ID!

Required

The ID of the organization this setting applies to.

Required

The fields in a classification request that if changed, will trigger manual classification eligibility.
The status of the manual classification setting. If disabled, manual classification will not be triggered.

updatedAt

DateTime!

Required

The date and time when the setting was last updated.

updatedBy

ID!

Required

The ID of the user who last updated the setting.

Was this page helpful?