Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFormModel

Package version

Represents a model from training.

Hierarchy

  • CustomFormModel

Index

Properties

completedOn

completedOn: Date

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

Optional errors

Errors returned during training operation.

modelId

modelId: string

Model identifier.

requestedOn

requestedOn: Date

Date and time (UTC) when the custom model training request was received.

status

status: CustomFormModelStatus

Status of the model.

Optional submodels

submodels: CustomFormSubmodel[]

Form models created by training.

Optional trainingDocuments

trainingDocuments: TrainingDocumentInfo[]

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

Generated using TypeDoc