aws.sagemaker_geospatial.list_earth_observation_jobs
Example SQL Queries
SELECT * FROMaws.sagemaker_geospatial.list_earth_observation_jobs;Description
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.
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 Earth Observation 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 Earth Observation jobs in the list. | VARCHAR |
| operation_type The operation type for an Earth Observation job. | VARCHAR |
| status The status of the list of the Earth Observation jobs. | VARCHAR |
| tags Each tag consists of a key and a value. | MAP(VARCHAR, VARCHAR) |