Skip to main content

Class CategorizationStatusResponse

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CategorizationStatusResponse. Carrier to describe the current categorization training status for a tenant in HugoAI

Inheritance

objectCarrierCategorizationStatusResponse

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CategorizationStatusResponse()

Default constructor - defaults any enum props to 0.

Properties

ContextIdentifier

Contextidentifier to identify customer

Property Value

string

CurrentModel

Current model information

Property Value

CategorizationModelDetails

PreviousModel

Previous model information

Property Value

CategorizationModelDetails

Status

Determines if a training is running, finished or unavailable

Property Value

string

See Also

AIAgent