/AWS1/CL_BDKMARKETPLACEMDELE00¶
Contains details about an endpoint for a model from Amazon Bedrock Marketplace.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endpointarn TYPE /AWS1/BDKARN /AWS1/BDKARN¶
The Amazon Resource Name (ARN) of the endpoint.
iv_modelsourceidentifier TYPE /AWS1/BDKMODELSOURCEIDENTIFIER /AWS1/BDKMODELSOURCEIDENTIFIER¶
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
iv_createdat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The timestamp when the endpoint was registered.
iv_updatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The timestamp when the endpoint was last updated.
io_endpointconfig TYPE REF TO /AWS1/CL_BDKENDPOINTCONFIG /AWS1/CL_BDKENDPOINTCONFIG¶
The configuration of the endpoint, including the number and type of instances used.
iv_endpointstatus TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
Optional arguments:¶
iv_status TYPE /AWS1/BDKSTATUS /AWS1/BDKSTATUS¶
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
iv_statusmessage TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Additional information about the overall status, if available.
iv_endpointstatusmessage TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Additional information about the endpoint status, if available.
Queryable Attributes¶
endpointArn¶
The Amazon Resource Name (ARN) of the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTARN() |
Getter for ENDPOINTARN, with configurable default |
ASK_ENDPOINTARN() |
Getter for ENDPOINTARN w/ exceptions if field has no value |
HAS_ENDPOINTARN() |
Determine if ENDPOINTARN has a value |
modelSourceIdentifier¶
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELSOURCEIDENTIFIER() |
Getter for MODELSOURCEIDENTIFIER, with configurable default |
ASK_MODELSOURCEIDENTIFIER() |
Getter for MODELSOURCEIDENTIFIER w/ exceptions if field has |
HAS_MODELSOURCEIDENTIFIER() |
Determine if MODELSOURCEIDENTIFIER has a value |
status¶
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
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 |
statusMessage¶
Additional information about the overall status, if available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
createdAt¶
The timestamp when the endpoint was registered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the endpoint was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
endpointConfig¶
The configuration of the endpoint, including the number and type of instances used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTCONFIG() |
Getter for ENDPOINTCONFIG |
endpointStatus¶
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTSTATUS() |
Getter for ENDPOINTSTATUS, with configurable default |
ASK_ENDPOINTSTATUS() |
Getter for ENDPOINTSTATUS w/ exceptions if field has no valu |
HAS_ENDPOINTSTATUS() |
Determine if ENDPOINTSTATUS has a value |
endpointStatusMessage¶
Additional information about the endpoint status, if available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTSTATUSMESSAGE() |
Getter for ENDPOINTSTATUSMESSAGE, with configurable default |
ASK_ENDPOINTSTATUSMESSAGE() |
Getter for ENDPOINTSTATUSMESSAGE w/ exceptions if field has |
HAS_ENDPOINTSTATUSMESSAGE() |
Determine if ENDPOINTSTATUSMESSAGE has a value |