/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
modelArn
if 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
modelArn
if 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 |