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