aws.personalize.describe_batch_inference_job
Example SQL Queries
SELECT * FROMaws.personalize.describe_batch_inference_jobWHERE"batch_inference_job_arn" = 'VALUE';Description
Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| batch_inference_job_arn Required Input Column The ARN of the batch inference job to describe. | 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 Information on the specified batch inference job. | STRUCT( |
Show child fields
| |