/AWS1/CL_BDKGETCUSTMDELDEPLO01¶
GetCustomModelDeploymentResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_custommodeldeploymentarn TYPE /AWS1/BDKCUSTMDELDEPLOYMENTARN /AWS1/BDKCUSTMDELDEPLOYMENTARN¶
The Amazon Resource Name (ARN) of the custom model deployment.
iv_modeldeploymentname TYPE /AWS1/BDKMODELDEPLOYMENTNAME /AWS1/BDKMODELDEPLOYMENTNAME¶
The name of the custom model deployment.
iv_modelarn TYPE /AWS1/BDKCUSTOMMODELARN /AWS1/BDKCUSTOMMODELARN¶
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
iv_createdat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The date and time when the custom model deployment was created.
iv_status TYPE /AWS1/BDKCUSTMDELDEPLOYMENTS00 /AWS1/BDKCUSTMDELDEPLOYMENTS00¶
The status of the custom model deployment. Possible values are:
CREATING- The deployment is being set up and prepared for inference.
ACTIVE- The deployment is ready and available for inference requests.
FAILED- The deployment failed to be created or became unavailable.
Optional arguments:¶
iv_description TYPE /AWS1/BDKCUSTMDELDEPLOYMENTDSC /AWS1/BDKCUSTMDELDEPLOYMENTDSC¶
The description of the custom model deployment.
io_updatedetails TYPE REF TO /AWS1/CL_BDKCUSTMDELDEPLOYME02 /AWS1/CL_BDKCUSTMDELDEPLOYME02¶
Details about any pending or completed updates to the custom model deployment, including the new model ARN and update status.
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
If the deployment status is
FAILED, this field contains a message describing the failure reason.
iv_lastupdatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The date and time when the custom model deployment was last updated.
Queryable Attributes¶
customModelDeploymentArn¶
The Amazon Resource Name (ARN) of the custom model deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMMODELDEPLOYMENTARN() |
Getter for CUSTOMMODELDEPLOYMENTARN, with configurable defau |
ASK_CUSTOMMODELDEPLOYMENTARN() |
Getter for CUSTOMMODELDEPLOYMENTARN w/ exceptions if field h |
HAS_CUSTOMMODELDEPLOYMENTARN() |
Determine if CUSTOMMODELDEPLOYMENTARN has a value |
modelDeploymentName¶
The name of the custom model deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELDEPLOYMENTNAME() |
Getter for MODELDEPLOYMENTNAME, with configurable default |
ASK_MODELDEPLOYMENTNAME() |
Getter for MODELDEPLOYMENTNAME w/ exceptions if field has no |
HAS_MODELDEPLOYMENTNAME() |
Determine if MODELDEPLOYMENTNAME has a value |
modelArn¶
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
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 |
createdAt¶
The date and time when the custom model deployment was created.
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 |
status¶
The status of the custom model deployment. Possible values are:
CREATING- The deployment is being set up and prepared for inference.
ACTIVE- The deployment is ready and available for inference requests.
FAILED- The deployment failed to be created or became unavailable.
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 |
description¶
The description of the custom model deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
updateDetails¶
Details about any pending or completed updates to the custom model deployment, including the new model ARN and update status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDETAILS() |
Getter for UPDATEDETAILS |
failureMessage¶
If the deployment status is
FAILED, this field contains a message describing the failure reason.
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 |
lastUpdatedAt¶
The date and time when the custom model deployment was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |