aws.personalize.list_batch_segment_jobs
Example SQL Queries
SELECT * FROMaws.personalize.list_batch_segment_jobs;Description
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_version_arn Input Column The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments. | 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_arn The Amazon Resource Name (ARN) of the batch segment job. | VARCHAR |
| creation_date_time The time at which the batch segment job was created. | TIMESTAMP_S |
| failure_reason If the batch segment job failed, the reason for the failure. | VARCHAR |
| job_name The name of the batch segment job. | VARCHAR |
| last_updated_date_time The time at which the batch segment job was last updated. | TIMESTAMP_S |
| status The status of the batch segment job. The status is one of the following values:
| VARCHAR |