/AWS1/CL_BDKCUSTMDELDEPLOYME00¶
Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_custommodeldeploymentarn TYPE /AWS1/BDKCUSTMDELDEPLOYMENTARN /AWS1/BDKCUSTMDELDEPLOYMENTARN¶
The Amazon Resource Name (ARN) of the custom model deployment.
iv_custommodeldeploymentname TYPE /AWS1/BDKMODELDEPLOYMENTNAME /AWS1/BDKMODELDEPLOYMENTNAME¶
The name of the custom model deployment.
iv_modelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
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,ACTIVE, andFAILED.
Optional arguments:¶
iv_lastupdatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The date and time when the custom model deployment was last modified.
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
If the deployment status is
FAILED, this field contains a message describing the failure reason.
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 |
customModelDeploymentName¶
The name of the custom model deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTMODELDEPLOYMENTNAME() |
Getter for CUSTOMMODELDEPLOYMENTNAME, with configurable defa |
ASK_CUSTMODELDEPLOYMENTNAME() |
Getter for CUSTOMMODELDEPLOYMENTNAME w/ exceptions if field |
HAS_CUSTMODELDEPLOYMENTNAME() |
Determine if CUSTOMMODELDEPLOYMENTNAME 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,ACTIVE, andFAILED.
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 |
lastUpdatedAt¶
The date and time when the custom model deployment was last modified.
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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CUSTMODELDEPLOYMENTSUMMLIST¶
TYPES TT_CUSTMODELDEPLOYMENTSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKCUSTMDELDEPLOYME00 WITH DEFAULT KEY
.