aws.sagemaker_geospatial.list_vector_enrichment_jobs
Example SQL Queries
SELECT * FROMaws.sagemaker_geospatial.list_vector_enrichment_jobs;Description
Retrieves a list of vector enrichment jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sort_by Input Column The parameter by which to sort the results. | VARCHAR |
| sort_order Input Column An optional value that specifies whether you want the results sorted in Ascending or Descending order. | VARCHAR |
| status_equals Input Column A filter that retrieves only jobs with a specific status. | 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 |
| arn The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs. | VARCHAR |
| creation_time The creation time. | TIMESTAMP_S |
| duration_in_seconds The duration of the session, in seconds. | BIGINT |
| name The names of the Vector Enrichment jobs in the list. | VARCHAR |
| status The status of the Vector Enrichment jobs list. | VARCHAR |
| tags Each tag consists of a key and a value. | MAP(VARCHAR, VARCHAR) |
| type The type of the list of Vector Enrichment jobs. | VARCHAR |