/AWS1/CL_BDKGETADVPROPTJOBRSP¶
Get Advanced Prompt Optimization Job Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKADVDPROMPTOPTMZJOBARN /AWS1/BDKADVDPROMPTOPTMZJOBARN¶
The Amazon Resource Name (ARN) of the advanced prompt optimization job.
iv_jobname TYPE /AWS1/BDKADVDPROPTMZJOBNAME /AWS1/BDKADVDPROPTMZJOBNAME¶
The name of the advanced prompt optimization job.
iv_jobstatus TYPE /AWS1/BDKADVDPROPTMZJOBSTATUS /AWS1/BDKADVDPROPTMZJOBSTATUS¶
The status of the advanced prompt optimization job.
io_inputconfig TYPE REF TO /AWS1/CL_BDKADVDPROPTMZINPCFG /AWS1/CL_BDKADVDPROPTMZINPCFG¶
The input data configuration for the optimization job.
io_outputconfig TYPE REF TO /AWS1/CL_BDKADVDPROPTMZOUTCFG /AWS1/CL_BDKADVDPROPTMZOUTCFG¶
The output data configuration for the optimization job.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the advanced prompt optimization job was created.
it_modelconfigurations TYPE /AWS1/CL_BDKMODELCONFIGURATION=>TT_MODELCONFIGURATIONS TT_MODELCONFIGURATIONS¶
The model configurations used in the optimization job.
Optional arguments:¶
iv_jobdescription TYPE /AWS1/BDKADVDPROMPTOPTMZJOBDSC /AWS1/BDKADVDPROMPTOPTMZJOBDSC¶
The description of the advanced prompt optimization job.
iv_encryptionkeyarn TYPE /AWS1/BDKKMSKEYARN /AWS1/BDKKMSKEYARN¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt the output data.
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the advanced prompt optimization job was last modified.
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
If the job failed, a message describing the reason for the failure.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) of the advanced prompt optimization 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 |
jobName¶
The name of the advanced prompt optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
jobDescription¶
The description of the advanced prompt optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDESCRIPTION() |
Getter for JOBDESCRIPTION, with configurable default |
ASK_JOBDESCRIPTION() |
Getter for JOBDESCRIPTION w/ exceptions if field has no valu |
HAS_JOBDESCRIPTION() |
Determine if JOBDESCRIPTION has a value |
jobStatus¶
The status of the advanced prompt optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
inputConfig¶
The input data configuration for the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCONFIG() |
Getter for INPUTCONFIG |
outputConfig¶
The output data configuration for the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCONFIG() |
Getter for OUTPUTCONFIG |
encryptionKeyArn¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt the output data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN, with configurable default |
ASK_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va |
HAS_ENCRYPTIONKEYARN() |
Determine if ENCRYPTIONKEYARN has a value |
creationTime¶
The time at which the advanced prompt optimization 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 |
lastModifiedTime¶
The time at which the advanced prompt optimization job was last 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¶
If the job failed, a message describing the reason for the failure.
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 |
modelConfigurations¶
The model configurations used in the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELCONFIGURATIONS() |
Getter for MODELCONFIGURATIONS, with configurable default |
ASK_MODELCONFIGURATIONS() |
Getter for MODELCONFIGURATIONS w/ exceptions if field has no |
HAS_MODELCONFIGURATIONS() |
Determine if MODELCONFIGURATIONS has a value |