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[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript