Skip to content

aws.sagemaker_geospatial.get_vector_enrichment_job

Example SQL Queries

SELECT * FROM
aws.sagemaker_geospatial.get_vector_enrichment_job
WHERE
"arn" = 'VALUE';

Description

Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).

Table Definition

Column NameColumn Data Type
arn Required Input Column

The Amazon Resource Name (ARN) of the Vector Enrichment job.

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(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
creation_time

The creation time.

TIMESTAMP_S
duration_in_seconds

The duration of the Vector Enrichment job, in seconds.

BIGINT
error_details

Details about the errors generated during the Vector Enrichment job.

STRUCT(
"error_message" VARCHAR,
"error_type" VARCHAR
)
Show child fields
error_details.error_message

A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.

error_details.error_type

The type of error generated during the Vector Enrichment job.

execution_role_arn

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

VARCHAR
export_error_details

Details about the errors generated during the ExportVectorEnrichmentJob.

STRUCT(
"message" VARCHAR,
"type" VARCHAR
)
Show child fields
export_error_details.message

The message providing details about the errors generated during the Vector Enrichment job.

export_error_details.type

The output error details for an Export operation on a Vector Enrichment job.

export_status

The export status of the Vector Enrichment job being initiated.

VARCHAR
input_config

Input configuration information for the Vector Enrichment job.

STRUCT(
"data_source_config" STRUCT(
"s3_data" STRUCT(
"kms_key_id" VARCHAR,
"s3_uri" VARCHAR
)
),
"document_type" VARCHAR
)
Show child fields
input_config.data_source_config

The input structure for the data source that represents the storage type of the input data objects.

Show child fields
input_config.data_source_config.s3_data

The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.

Show child fields
input_config.data_source_config.s3_data.kms_key_id

The Key Management Service key ID for server-side encryption.

input_config.data_source_config.s3_data.s3_uri

The URL to the Amazon S3 data for the Vector Enrichment job.

input_config.document_type

The input structure that defines the data source file type.

job_config

An object containing information about the job configuration.

STRUCT(
"map_matching_config" STRUCT(
"id_attribute_name" VARCHAR,
"timestamp_attribute_name" VARCHAR,
"x_attribute_name" VARCHAR,
"y_attribute_name" VARCHAR
),
"reverse_geocoding_config" STRUCT(
"x_attribute_name" VARCHAR,
"y_attribute_name" VARCHAR
)
)
Show child fields
job_config.map_matching_config

The input structure for Map Matching operation type.

Show child fields
job_config.map_matching_config.id_attribute_name

The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.

job_config.map_matching_config.timestamp_attribute_name

The name of the timestamp attribute.

job_config.map_matching_config.x_attribute_name

The name of the X-attribute

job_config.map_matching_config.y_attribute_name

The name of the Y-attribute

job_config.reverse_geocoding_config

The input structure for Reverse Geocoding operation type.

Show child fields
job_config.reverse_geocoding_config.x_attribute_name

The field name for the data that describes x-axis coordinate, eg. longitude of a point.

job_config.reverse_geocoding_config.y_attribute_name

The field name for the data that describes y-axis coordinate, eg. latitude of a point.

kms_key_id

The Key Management Service key ID for server-side encryption.

VARCHAR
name

The name of the Vector Enrichment job.

VARCHAR
status

The status of the initiated Vector Enrichment job.

VARCHAR
tags

Each tag consists of a key and a value.

MAP(VARCHAR, VARCHAR)
type

The type of the Vector Enrichment job being initiated.

VARCHAR