aws.personalize.list_batch_inference_jobs
Example SQL Queries
SELECT * FROMaws.personalize.list_batch_inference_jobs;Description
Gets a list of the batch inference jobs that have been performed off of a solution version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_version_arn Input Column The ARN of the solution version used by the batch inference job. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| batch_inference_job_arn The Amazon Resource Name (ARN) of the batch inference job. | VARCHAR |
| batch_inference_job_mode The job's mode. | VARCHAR |
| creation_date_time The time at which the batch inference job was created. | TIMESTAMP_S |
| failure_reason If the batch inference job failed, the reason for the failure. | VARCHAR |
| job_name The name of the batch inference job. | VARCHAR |
| last_updated_date_time The time at which the batch inference job was last updated. | TIMESTAMP_S |
| status The status of the batch inference job. The status is one of the following values:
| VARCHAR |