Stop Vector Enrichment Job
sagemakergeospatialcapabilities_stop_vector_enrichment_job | R Documentation |
Stops the Vector Enrichment job for a given job ARN¶
Description¶
Stops the Vector Enrichment job for a given job ARN.
Usage¶
sagemakergeospatialcapabilities_stop_vector_enrichment_job(Arn)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the Vector Enrichment job. |
Value¶
An empty list.
Request syntax¶
svc$stop_vector_enrichment_job(
Arn = "string"
)