/AWS1/CL_CPDENTRECOGNIZERSUMM¶
Describes the information about an entity recognizer and its versions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_recognizername TYPE /AWS1/CPDCOMPREHENDARNNAME /AWS1/CPDCOMPREHENDARNNAME¶
The name that you assigned the entity recognizer.
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 entity recognizer version was submitted for processing.
iv_latestversionname TYPE /AWS1/CPDVERSIONNAME /AWS1/CPDVERSIONNAME¶
The version name you assigned to the latest entity recognizer version.
iv_latestversionstatus TYPE /AWS1/CPDMODELSTATUS /AWS1/CPDMODELSTATUS¶
Provides the status of the latest entity recognizer version.
Queryable Attributes¶
RecognizerName¶
The name that you assigned the entity recognizer.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_RECOGNIZERNAME() | 
Getter for RECOGNIZERNAME, with configurable default | 
ASK_RECOGNIZERNAME() | 
Getter for RECOGNIZERNAME w/ exceptions if field has no valu | 
HAS_RECOGNIZERNAME() | 
Determine if RECOGNIZERNAME 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 entity recognizer 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 entity recognizer 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 entity recognizer 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_ENTITYRECOGNIZERSUMSLIST¶
TYPES TT_ENTITYRECOGNIZERSUMSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CPDENTRECOGNIZERSUMM WITH DEFAULT KEY
.