/AWS1/CL_CPDDOCCLASSIFIERSUMM¶
Describes information about a document classifier and its versions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_documentclassifiername TYPE /AWS1/CPDCOMPREHENDARNNAME /AWS1/CPDCOMPREHENDARNNAME¶
The name that you assigned the document classifier.
iv_numberofversions TYPE /AWS1/CPDINTEGER /AWS1/CPDINTEGER¶
The number of versions you created.
iv_latestversioncreatedat TYPE /AWS1/CPDTIMESTAMP /AWS1/CPDTIMESTAMP¶
The time that the latest document classifier version was submitted for processing.
iv_latestversionname TYPE /AWS1/CPDVERSIONNAME /AWS1/CPDVERSIONNAME¶
The version name you assigned to the latest document classifier version.
iv_latestversionstatus TYPE /AWS1/CPDMODELSTATUS /AWS1/CPDMODELSTATUS¶
Provides the status of the latest document classifier version.
Queryable Attributes¶
DocumentClassifierName¶
The name that you assigned the document classifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTCLASSIFIERNAME() |
Getter for DOCUMENTCLASSIFIERNAME, with configurable default |
ASK_DOCUMENTCLASSIFIERNAME() |
Getter for DOCUMENTCLASSIFIERNAME w/ exceptions if field has |
HAS_DOCUMENTCLASSIFIERNAME() |
Determine if DOCUMENTCLASSIFIERNAME has a value |
NumberOfVersions¶
The number of versions you created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFVERSIONS() |
Getter for NUMBEROFVERSIONS, with configurable default |
ASK_NUMBEROFVERSIONS() |
Getter for NUMBEROFVERSIONS w/ exceptions if field has no va |
HAS_NUMBEROFVERSIONS() |
Determine if NUMBEROFVERSIONS has a value |
LatestVersionCreatedAt¶
The time that the latest document classifier version was submitted for processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSIONCREATEDAT() |
Getter for LATESTVERSIONCREATEDAT, with configurable default |
ASK_LATESTVERSIONCREATEDAT() |
Getter for LATESTVERSIONCREATEDAT w/ exceptions if field has |
HAS_LATESTVERSIONCREATEDAT() |
Determine if LATESTVERSIONCREATEDAT has a value |
LatestVersionName¶
The version name you assigned to the latest document classifier version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSIONNAME() |
Getter for LATESTVERSIONNAME, with configurable default |
ASK_LATESTVERSIONNAME() |
Getter for LATESTVERSIONNAME w/ exceptions if field has no v |
HAS_LATESTVERSIONNAME() |
Determine if LATESTVERSIONNAME has a value |
LatestVersionStatus¶
Provides the status of the latest document classifier version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSIONSTATUS() |
Getter for LATESTVERSIONSTATUS, with configurable default |
ASK_LATESTVERSIONSTATUS() |
Getter for LATESTVERSIONSTATUS w/ exceptions if field has no |
HAS_LATESTVERSIONSTATUS() |
Determine if LATESTVERSIONSTATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DOCUMENTCLASSIFIERSUMSLIST¶
TYPES TT_DOCUMENTCLASSIFIERSUMSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CPDDOCCLASSIFIERSUMM WITH DEFAULT KEY
.