Skip to content

[textanalytics] Support warnings on result models #10036

@kristapratico

Description

@kristapratico

Context from email:

All TA outputs will of the following format for V3.0*. Taking key phrases for example.

{
"documents": [
{
"id": "0",
"keyPhrases": [
"huge impact",
"individual access"
],
"warnings": [
{
"code": "DataError",
"message": "The document contains very long words (longer than 64 characters). These words may result in truncated and/or unreliable model predictions."
}
]
}
],
"errors": [
{
"id": "1",
"error": {
"code": "InvalidRequest",
"message": " Language code fr is not supported. Use any of the en, es"
}
}
],
"modelVersion": "2019-10-01"
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions