Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFormModel

Package version

Represents a model from training.

Hierarchy

Index

Properties

Optional errors

Errors returned during training operation.

modelId

modelId: string

Model identifier.

Optional modelName

modelName: undefined | string

The name of the model that was provided during model training.

Model names are not guaranteed to be unique.

Optional properties

Optional properties or flags associated with the model.

status

status: CustomFormModelStatus

Status of the model.

Optional submodels

submodels: CustomFormSubmodel[]

Form models created by training.

trainingCompletedOn

trainingCompletedOn: Date

Date and time (UTC) when the training operation completed.

Optional trainingDocuments

trainingDocuments: TrainingDocumentInfo[]

List of document used to train the model and any errors reported for each document.

trainingStartedOn

trainingStartedOn: Date

Date and time (UTC) when the custom model training started.

Generated using TypeDoc