sagemakergeospatialcapabilities_export_earth_observation_job {paws.machine.learning} | R Documentation |
Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location
Description
Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.
See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_export_earth_observation_job/ for full documentation.
Usage
sagemakergeospatialcapabilities_export_earth_observation_job(
Arn,
ClientToken = NULL,
ExecutionRoleArn,
ExportSourceImages = NULL,
OutputConfig
)
Arguments
Arn |
[required] The input Amazon Resource Name (ARN) of the Earth Observation job being exported. |
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. |
ExportSourceImages |
The source images provided to the Earth Observation job being exported. |
OutputConfig |
[required] An object containing information about the output file. |
[Package paws.machine.learning version 0.9.0 Index]