/AWS1/CL_BDKGETPROVMDELTPUTRSP¶
GetProvisionedModelThroughputResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelunits TYPE /AWS1/BDKPOSITIVEINTEGER /AWS1/BDKPOSITIVEINTEGER¶
The number of model units allocated to this Provisioned Throughput.
iv_desiredmodelunits TYPE /AWS1/BDKPOSITIVEINTEGER /AWS1/BDKPOSITIVEINTEGER¶
The number of model units that was requested for this Provisioned Throughput.
iv_provisionedmodelname TYPE /AWS1/BDKPROVISIONEDMODELNAME /AWS1/BDKPROVISIONEDMODELNAME¶
The name of the Provisioned Throughput.
iv_provisionedmodelarn TYPE /AWS1/BDKPROVISIONEDMODELARN /AWS1/BDKPROVISIONEDMODELARN¶
The Amazon Resource Name (ARN) of the Provisioned Throughput.
iv_modelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
iv_desiredmodelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the
modelArnif updating hasn't completed.
iv_foundationmodelarn TYPE /AWS1/BDKFOUNDATIONMODELARN /AWS1/BDKFOUNDATIONMODELARN¶
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
iv_status TYPE /AWS1/BDKPROVMODELSTATUS /AWS1/BDKPROVMODELSTATUS¶
The status of the Provisioned Throughput.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The timestamp of the creation time for this Provisioned Throughput.
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The timestamp of the last time that this Provisioned Throughput was modified.
Optional arguments:¶
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
iv_commitmentduration TYPE /AWS1/BDKCOMMITMENTDURATION /AWS1/BDKCOMMITMENTDURATION¶
Commitment duration of the Provisioned Throughput.
iv_commitmentexpirationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The timestamp for when the commitment term for the Provisioned Throughput expires.
Queryable Attributes¶
modelUnits¶
The number of model units allocated to this Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELUNITS() |
Getter for MODELUNITS, with configurable default |
ASK_MODELUNITS() |
Getter for MODELUNITS w/ exceptions if field has no value |
HAS_MODELUNITS() |
Determine if MODELUNITS has a value |
desiredModelUnits¶
The number of model units that was requested for this Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDMODELUNITS() |
Getter for DESIREDMODELUNITS, with configurable default |
ASK_DESIREDMODELUNITS() |
Getter for DESIREDMODELUNITS w/ exceptions if field has no v |
HAS_DESIREDMODELUNITS() |
Determine if DESIREDMODELUNITS has a value |
provisionedModelName¶
The name of the Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVISIONEDMODELNAME() |
Getter for PROVISIONEDMODELNAME, with configurable default |
ASK_PROVISIONEDMODELNAME() |
Getter for PROVISIONEDMODELNAME w/ exceptions if field has n |
HAS_PROVISIONEDMODELNAME() |
Determine if PROVISIONEDMODELNAME has a value |
provisionedModelArn¶
The Amazon Resource Name (ARN) of the Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVISIONEDMODELARN() |
Getter for PROVISIONEDMODELARN, with configurable default |
ASK_PROVISIONEDMODELARN() |
Getter for PROVISIONEDMODELARN w/ exceptions if field has no |
HAS_PROVISIONEDMODELARN() |
Determine if PROVISIONEDMODELARN has a value |
modelArn¶
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
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 |
desiredModelArn¶
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the
modelArnif updating hasn't completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDMODELARN() |
Getter for DESIREDMODELARN, with configurable default |
ASK_DESIREDMODELARN() |
Getter for DESIREDMODELARN w/ exceptions if field has no val |
HAS_DESIREDMODELARN() |
Determine if DESIREDMODELARN has a value |
foundationModelArn¶
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FOUNDATIONMODELARN() |
Getter for FOUNDATIONMODELARN, with configurable default |
ASK_FOUNDATIONMODELARN() |
Getter for FOUNDATIONMODELARN w/ exceptions if field has no |
HAS_FOUNDATIONMODELARN() |
Determine if FOUNDATIONMODELARN has a value |
status¶
The status of the Provisioned Throughput.
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 |
creationTime¶
The timestamp of the creation time for this Provisioned Throughput.
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 |
lastModifiedTime¶
The timestamp of the last time that this Provisioned Throughput was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
failureMessage¶
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
commitmentDuration¶
Commitment duration of the Provisioned Throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMITMENTDURATION() |
Getter for COMMITMENTDURATION, with configurable default |
ASK_COMMITMENTDURATION() |
Getter for COMMITMENTDURATION w/ exceptions if field has no |
HAS_COMMITMENTDURATION() |
Determine if COMMITMENTDURATION has a value |
commitmentExpirationTime¶
The timestamp for when the commitment term for the Provisioned Throughput expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMITMENTEXPIRATIONTIME() |
Getter for COMMITMENTEXPIRATIONTIME, with configurable defau |
ASK_COMMITMENTEXPIRATIONTIME() |
Getter for COMMITMENTEXPIRATIONTIME w/ exceptions if field h |
HAS_COMMITMENTEXPIRATIONTIME() |
Determine if COMMITMENTEXPIRATIONTIME has a value |