TrainResult interface

Response of the Train API call.

Properties

errors

Errors returned during the training operation.

modelId

Identifier of the model.

trainingDocuments

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

Property Details

errors

Errors returned during the training operation.

errors?: FormOperationError[]

Property Value

modelId

Identifier of the model.

modelId?: string

Property Value

string

trainingDocuments

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

trainingDocuments?: FormDocumentReport[]

Property Value