sagemakergeospatialcapabilities_export_vector_enrichment_job {paws.machine.learning}R Documentation

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location

Description

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.

See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_export_vector_enrichment_job/ for full documentation.

Usage

sagemakergeospatialcapabilities_export_vector_enrichment_job(
  Arn,
  ClientToken = NULL,
  ExecutionRoleArn,
  OutputConfig
)

Arguments

Arn

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

ClientToken

A unique token that guarantees that the call to this API is idempotent.

ExecutionRoleArn

[required] The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.

OutputConfig

[required] Output location information for exporting Vector Enrichment Job results.


[Package paws.machine.learning version 0.7.0 Index]