sagemakergeospatialcapabilities_start_vector_enrichment_job {paws.machine.learning} | R Documentation |
Creates a Vector Enrichment job for the supplied job type
Description
Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.
See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_start_vector_enrichment_job/ for full documentation.
Usage
sagemakergeospatialcapabilities_start_vector_enrichment_job(
ClientToken = NULL,
ExecutionRoleArn,
InputConfig,
JobConfig,
KmsKeyId = NULL,
Name,
Tags = NULL
)
Arguments
ClientToken |
A unique token that guarantees that the call to this API is idempotent. |
ExecutionRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role that you specified for the job. |
InputConfig |
[required] Input configuration information for the Vector Enrichment job. |
JobConfig |
[required] An object containing information about the job configuration. |
KmsKeyId |
The Key Management Service key ID for server-side encryption. |
Name |
[required] The name of the Vector Enrichment job. |
Tags |
Each tag consists of a key and a value. |
[Package paws.machine.learning version 0.9.0 Index]