TrainResult interface
Response of the Train API call.
Properties
errors | Errors returned during the training operation. |
model |
Identifier of the model. |
training |
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[]