/AWS1/CL_BDKGETMODELCOPYJOBRSP¶
GetModelCopyJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKMODELCOPYJOBARN /AWS1/BDKMODELCOPYJOBARN¶
The Amazon Resource Name (ARN) of the model copy job.
iv_status TYPE /AWS1/BDKMODELCOPYJOBSTATUS /AWS1/BDKMODELCOPYJOBSTATUS¶
The status of the model copy job.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the model copy job was created.
iv_targetmodelarn TYPE /AWS1/BDKCUSTOMMODELARN /AWS1/BDKCUSTOMMODELARN¶
The Amazon Resource Name (ARN) of the copied model.
iv_sourceaccountid TYPE /AWS1/BDKACCOUNTID /AWS1/BDKACCOUNTID¶
The unique identifier of the account that the model being copied originated from.
iv_sourcemodelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
The Amazon Resource Name (ARN) of the original model being copied.
Optional arguments:¶
iv_targetmodelname TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME¶
The name of the copied model.
iv_targetmodelkmskeyarn TYPE /AWS1/BDKKMSKEYARN /AWS1/BDKKMSKEYARN¶
The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.
it_targetmodeltags TYPE /AWS1/CL_BDKTAG=>TT_TAGLIST TT_TAGLIST¶
The tags associated with the copied model.
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
An error message for why the model copy job failed.
iv_sourcemodelname TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME¶
The name of the original model being copied.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) of the model copy job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
status¶
The status of the model copy job.
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 time at which the model copy job was created.
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 |
targetModelArn¶
The Amazon Resource Name (ARN) of the copied model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETMODELARN() |
Getter for TARGETMODELARN, with configurable default |
ASK_TARGETMODELARN() |
Getter for TARGETMODELARN w/ exceptions if field has no valu |
HAS_TARGETMODELARN() |
Determine if TARGETMODELARN has a value |
targetModelName¶
The name of the copied model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETMODELNAME() |
Getter for TARGETMODELNAME, with configurable default |
ASK_TARGETMODELNAME() |
Getter for TARGETMODELNAME w/ exceptions if field has no val |
HAS_TARGETMODELNAME() |
Determine if TARGETMODELNAME has a value |
sourceAccountId¶
The unique identifier of the account that the model being copied originated from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID, with configurable default |
ASK_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID w/ exceptions if field has no val |
HAS_SOURCEACCOUNTID() |
Determine if SOURCEACCOUNTID has a value |
sourceModelArn¶
The Amazon Resource Name (ARN) of the original model being copied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEMODELARN() |
Getter for SOURCEMODELARN, with configurable default |
ASK_SOURCEMODELARN() |
Getter for SOURCEMODELARN w/ exceptions if field has no valu |
HAS_SOURCEMODELARN() |
Determine if SOURCEMODELARN has a value |
targetModelKmsKeyArn¶
The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETMODELKMSKEYARN() |
Getter for TARGETMODELKMSKEYARN, with configurable default |
ASK_TARGETMODELKMSKEYARN() |
Getter for TARGETMODELKMSKEYARN w/ exceptions if field has n |
HAS_TARGETMODELKMSKEYARN() |
Determine if TARGETMODELKMSKEYARN has a value |
targetModelTags¶
The tags associated with the copied model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETMODELTAGS() |
Getter for TARGETMODELTAGS, with configurable default |
ASK_TARGETMODELTAGS() |
Getter for TARGETMODELTAGS w/ exceptions if field has no val |
HAS_TARGETMODELTAGS() |
Determine if TARGETMODELTAGS has a value |
failureMessage¶
An error message for why the model copy job failed.
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 |
sourceModelName¶
The name of the original model being copied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEMODELNAME() |
Getter for SOURCEMODELNAME, with configurable default |
ASK_SOURCEMODELNAME() |
Getter for SOURCEMODELNAME w/ exceptions if field has no val |
HAS_SOURCEMODELNAME() |
Determine if SOURCEMODELNAME has a value |