/AWS1/CL_BDKIMPORTEDMODELSUMM¶
Information about the imported model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelarn TYPE /AWS1/BDKIMPORTEDMODELARN /AWS1/BDKIMPORTEDMODELARN¶
The Amazon Resource Name (ARN) of the imported model.
iv_modelname TYPE /AWS1/BDKIMPORTEDMODELNAME /AWS1/BDKIMPORTEDMODELNAME¶
Name of the imported model.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Creation time of the imported model.
Optional arguments:¶
iv_instructsupported TYPE /AWS1/BDKINSTRUCTSUPPORTED /AWS1/BDKINSTRUCTSUPPORTED¶
Specifies if the imported model supports converse.
iv_modelarchitecture TYPE /AWS1/BDKMODELARCHITECTURE /AWS1/BDKMODELARCHITECTURE¶
The architecture of the imported model.
Queryable Attributes¶
modelArn¶
The Amazon Resource Name (ARN) of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELARN() |
Getter for MODELARN, with configurable default |
ASK_MODELARN() |
Getter for MODELARN w/ exceptions if field has no value |
HAS_MODELARN() |
Determine if MODELARN has a value |
modelName¶
Name of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
creationTime¶
Creation time of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
instructSupported¶
Specifies if the imported model supports converse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTRUCTSUPPORTED() |
Getter for INSTRUCTSUPPORTED, with configurable default |
ASK_INSTRUCTSUPPORTED() |
Getter for INSTRUCTSUPPORTED w/ exceptions if field has no v |
HAS_INSTRUCTSUPPORTED() |
Determine if INSTRUCTSUPPORTED has a value |
modelArchitecture¶
The architecture of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELARCHITECTURE() |
Getter for MODELARCHITECTURE, with configurable default |
ASK_MODELARCHITECTURE() |
Getter for MODELARCHITECTURE w/ exceptions if field has no v |
HAS_MODELARCHITECTURE() |
Determine if MODELARCHITECTURE 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_IMPORTEDMODELSUMMARYLIST¶
TYPES TT_IMPORTEDMODELSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKIMPORTEDMODELSUMM WITH DEFAULT KEY
.