Get Vector Enrichment Job
sagemakergeospatialcapabilities_get_vector_enrichment_job | R Documentation |
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN)¶
Description¶
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
Usage¶
Arguments¶
Arn
[required] The Amazon Resource Name (ARN) of the Vector Enrichment job.
Value¶
A list with the following syntax:
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
DurationInSeconds = 123,
ErrorDetails = list(
ErrorMessage = "string",
ErrorType = "CLIENT_ERROR"|"SERVER_ERROR"
),
ExecutionRoleArn = "string",
ExportErrorDetails = list(
Message = "string",
Type = "CLIENT_ERROR"|"SERVER_ERROR"
),
ExportStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED",
InputConfig = list(
DataSourceConfig = list(
S3Data = list(
KmsKeyId = "string",
S3Uri = "string"
)
),
DocumentType = "CSV"
),
JobConfig = list(
MapMatchingConfig = list(
IdAttributeName = "string",
TimestampAttributeName = "string",
XAttributeName = "string",
YAttributeName = "string"
),
ReverseGeocodingConfig = list(
XAttributeName = "string",
YAttributeName = "string"
)
),
KmsKeyId = "string",
Name = "string",
Status = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"STOPPED"|"COMPLETED"|"FAILED"|"DELETING"|"DELETED",
Tags = list(
"string"
),
Type = "REVERSE_GEOCODING"|"MAP_MATCHING"
)