/AWS1/CL_PZZBATCHINFERENCEJOB¶
Contains information on a batch inference job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobname TYPE /AWS1/PZZNAME /AWS1/PZZNAME¶
The name of the batch inference job.
iv_batchinferencejobarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the batch inference job.
iv_filterarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The ARN of the filter used on the batch inference job.
iv_failurereason TYPE /AWS1/PZZFAILUREREASON /AWS1/PZZFAILUREREASON¶
If the batch inference job failed, the reason for the failure.
iv_solutionversionarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
iv_numresults TYPE /AWS1/PZZNUMBATCHRESULTS /AWS1/PZZNUMBATCHRESULTS¶
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
io_jobinput TYPE REF TO /AWS1/CL_PZZBTCINFERENCEJOBINP /AWS1/CL_PZZBTCINFERENCEJOBINP¶
The Amazon S3 path that leads to the input data used to generate the batch inference job.
io_joboutput TYPE REF TO /AWS1/CL_PZZBTCINFERENCEJOBOUT /AWS1/CL_PZZBTCINFERENCEJOBOUT¶
The Amazon S3 bucket that contains the output data generated by the batch inference job.
io_batchinferencejobconfig TYPE REF TO /AWS1/CL_PZZBTCINFERENCEJOBCFG /AWS1/CL_PZZBTCINFERENCEJOBCFG¶
A string to string map of the configuration details of a batch inference job.
iv_rolearn TYPE /AWS1/PZZROLEARN /AWS1/PZZROLEARN¶
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
iv_batchinferencejobmode TYPE /AWS1/PZZBATCHINFERENCEJOBMODE /AWS1/PZZBATCHINFERENCEJOBMODE¶
The job's mode.
io_themegenerationconfig TYPE REF TO /AWS1/CL_PZZTHEMEGENERATIONCFG /AWS1/CL_PZZTHEMEGENERATIONCFG¶
The job's theme generation settings.
iv_status TYPE /AWS1/PZZSTATUS /AWS1/PZZSTATUS¶
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
iv_creationdatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The time at which the batch inference job was created.
iv_lastupdateddatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The time at which the batch inference job was last updated.
Queryable Attributes¶
jobName¶
The name of the batch inference 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 |
batchInferenceJobArn¶
The Amazon Resource Name (ARN) of the batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHINFERENCEJOBARN() |
Getter for BATCHINFERENCEJOBARN, with configurable default |
ASK_BATCHINFERENCEJOBARN() |
Getter for BATCHINFERENCEJOBARN w/ exceptions if field has n |
HAS_BATCHINFERENCEJOBARN() |
Determine if BATCHINFERENCEJOBARN has a value |
filterArn¶
The ARN of the filter used on the batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERARN() |
Getter for FILTERARN, with configurable default |
ASK_FILTERARN() |
Getter for FILTERARN w/ exceptions if field has no value |
HAS_FILTERARN() |
Determine if FILTERARN has a value |
failureReason¶
If the batch inference job failed, the reason for the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
solutionVersionArn¶
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOLUTIONVERSIONARN() |
Getter for SOLUTIONVERSIONARN, with configurable default |
ASK_SOLUTIONVERSIONARN() |
Getter for SOLUTIONVERSIONARN w/ exceptions if field has no |
HAS_SOLUTIONVERSIONARN() |
Determine if SOLUTIONVERSIONARN has a value |
numResults¶
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMRESULTS() |
Getter for NUMRESULTS, with configurable default |
ASK_NUMRESULTS() |
Getter for NUMRESULTS w/ exceptions if field has no value |
HAS_NUMRESULTS() |
Determine if NUMRESULTS has a value |
jobInput¶
The Amazon S3 path that leads to the input data used to generate the batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBINPUT() |
Getter for JOBINPUT |
jobOutput¶
The Amazon S3 bucket that contains the output data generated by the batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBOUTPUT() |
Getter for JOBOUTPUT |
batchInferenceJobConfig¶
A string to string map of the configuration details of a batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHINFERENCEJOBCONFIG() |
Getter for BATCHINFERENCEJOBCONFIG |
roleArn¶
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
batchInferenceJobMode¶
The job's mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHINFERENCEJOBMODE() |
Getter for BATCHINFERENCEJOBMODE, with configurable default |
ASK_BATCHINFERENCEJOBMODE() |
Getter for BATCHINFERENCEJOBMODE w/ exceptions if field has |
HAS_BATCHINFERENCEJOBMODE() |
Determine if BATCHINFERENCEJOBMODE has a value |
themeGenerationConfig¶
The job's theme generation settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THEMEGENERATIONCONFIG() |
Getter for THEMEGENERATIONCONFIG |
status¶
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
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 |
creationDateTime¶
The time at which the batch inference job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
lastUpdatedDateTime¶
The time at which the batch inference job was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |