Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainResult

Package version

Custom model training result. Custom model training result.

Hierarchy

  • TrainResult

Index

Properties

Optional averageModelAccuracy

averageModelAccuracy: undefined | number

Average accuracy. Average accuracy.

Optional errors

Errors returned during the training operation. Errors returned during the training operation.

Optional fields

List of fields used to train the model and the train operation error reported by each. List of fields used to train the model and the train operation error reported by each.

trainingDocuments

trainingDocuments: TrainingDocumentInfo[]

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

Generated using TypeDoc