get_vector_enrichment_job
(**kwargs)¶Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
See also: AWS API Documentation
Request Syntax
response = client.get_vector_enrichment_job(
Arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the Vector Enrichment job.
{
'Arn': 'string',
'CreationTime': datetime(2015, 1, 1),
'DurationInSeconds': 123,
'ErrorDetails': {
'ErrorMessage': 'string',
'ErrorType': 'CLIENT_ERROR'|'SERVER_ERROR'
},
'ExecutionRoleArn': 'string',
'ExportErrorDetails': {
'Message': 'string',
'Type': 'CLIENT_ERROR'|'SERVER_ERROR'
},
'ExportStatus': 'IN_PROGRESS'|'SUCCEEDED'|'FAILED',
'InputConfig': {
'DataSourceConfig': {
'S3Data': {
'KmsKeyId': 'string',
'S3Uri': 'string'
}
},
'DocumentType': 'CSV'
},
'JobConfig': {
'MapMatchingConfig': {
'IdAttributeName': 'string',
'TimestampAttributeName': 'string',
'XAttributeName': 'string',
'YAttributeName': 'string'
},
'ReverseGeocodingConfig': {
'XAttributeName': 'string',
'YAttributeName': 'string'
}
},
'KmsKeyId': 'string',
'Name': 'string',
'Status': 'INITIALIZING'|'IN_PROGRESS'|'STOPPING'|'STOPPED'|'COMPLETED'|'FAILED'|'DELETING'|'DELETED',
'Tags': {
'string': 'string'
},
'Type': 'REVERSE_GEOCODING'|'MAP_MATCHING'
}
Response Structure
The Amazon Resource Name (ARN) of the Vector Enrichment job.
The creation time.
The duration of the Vector Enrichment job, in seconds.
Details about the errors generated during the Vector Enrichment job.
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
The type of error generated during the Vector Enrichment job.
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
Details about the errors generated during the ExportVectorEnrichmentJob.
The message providing details about the errors generated during the Vector Enrichment job.
The export status of the Vector Enrichment job being initiated.
Input configuration information for the Vector Enrichment job.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: S3Data
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
The Amazon Key Management Service (KMS) key ID for server-side encryption.
The URL to the Amazon S3 data for the Vector Enrichment job.
An object containing information about the job configuration.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: MapMatchingConfig
, ReverseGeocodingConfig
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
The name of the timestamp attribute.
The name of the X-attribute
The name of the Y-attribute
The Amazon Key Management Service (KMS) key ID for server-side encryption.
The name of the Vector Enrichment job.
The status of the initiated Vector Enrichment job.
Each tag consists of a key and a value.
The type of the Vector Enrichment job being initiated.
Exceptions
SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedException
SageMakergeospatialcapabilities.Client.exceptions.ValidationException
SageMakergeospatialcapabilities.Client.exceptions.ThrottlingException
SageMakergeospatialcapabilities.Client.exceptions.InternalServerException
SageMakergeospatialcapabilities.Client.exceptions.ResourceNotFoundException