Describes information about a document classifier and its versions.
Type: objectProperties: 5
Machine-LearningNatural Language ProcessingNLPText Analysis
DocumentClassifierSummary is a JSON Structure definition published by Amazon Comprehend, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-document-classifier-summary-structure.json",
"name": "DocumentClassifierSummary",
"description": "Describes information about a document classifier and its versions.",
"type": "object",
"properties": {
"DocumentClassifierName": {
"allOf": [
{
"$ref": "#/components/schemas/ComprehendArnName"
},
{
"description": "The name that you assigned the document classifier."
}
]
},
"NumberOfVersions": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The number of versions you created."
}
]
},
"LatestVersionCreatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time that the latest document classifier version was submitted for processing."
}
]
},
"LatestVersionName": {
"allOf": [
{
"$ref": "#/components/schemas/VersionName"
},
{
"description": "The version name you assigned to the latest document classifier version."
}
]
},
"LatestVersionStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ModelStatus"
},
{
"description": "Provides the status of the latest document classifier version."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.