/AWS1/CL_BDKFOUNDATIONMODELLC¶
Details about whether a model version is available or deprecated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/BDKFOUNDATIONMODELLCSTAT /AWS1/BDKFOUNDATIONMODELLCSTAT¶
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.
Optional arguments:¶
iv_startoflifetime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Launch time when the model first becomes available
iv_endoflifetime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time when the model is no longer available for use
iv_legacytime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
iv_publicextendedaccesstime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Public extended access portion of the legacy period, when users should expect higher pricing
Queryable Attributes¶
status¶
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
startOfLifeTime¶
Launch time when the model first becomes available
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTOFLIFETIME() |
Getter for STARTOFLIFETIME, with configurable default |
ASK_STARTOFLIFETIME() |
Getter for STARTOFLIFETIME w/ exceptions if field has no val |
HAS_STARTOFLIFETIME() |
Determine if STARTOFLIFETIME has a value |
endOfLifeTime¶
Time when the model is no longer available for use
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDOFLIFETIME() |
Getter for ENDOFLIFETIME, with configurable default |
ASK_ENDOFLIFETIME() |
Getter for ENDOFLIFETIME w/ exceptions if field has no value |
HAS_ENDOFLIFETIME() |
Determine if ENDOFLIFETIME has a value |
legacyTime¶
Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGACYTIME() |
Getter for LEGACYTIME, with configurable default |
ASK_LEGACYTIME() |
Getter for LEGACYTIME w/ exceptions if field has no value |
HAS_LEGACYTIME() |
Determine if LEGACYTIME has a value |
publicExtendedAccessTime¶
Public extended access portion of the legacy period, when users should expect higher pricing
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICEXTENDEDACCESSTIME() |
Getter for PUBLICEXTENDEDACCESSTIME, with configurable defau |
ASK_PUBLICEXTENDEDACCESSTIME() |
Getter for PUBLICEXTENDEDACCESSTIME w/ exceptions if field h |
HAS_PUBLICEXTENDEDACCESSTIME() |
Determine if PUBLICEXTENDEDACCESSTIME has a value |