Export Earth Observation Job
| sagemakergeospatialcapabilities_export_earth_observation_job | 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.
Usage¶
sagemakergeospatialcapabilities_export_earth_observation_job(Arn,
ClientToken, ExecutionRoleArn, ExportSourceImages, OutputConfig)
Arguments¶
Arn[required] The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
ClientTokenA 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.
ExportSourceImagesThe source images provided to the Earth Observation job being exported.
OutputConfig[required] An object containing information about the output file.
Value¶
A list with the following syntax:
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
ExecutionRoleArn = "string",
ExportSourceImages = TRUE|FALSE,
ExportStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED",
OutputConfig = list(
S3Data = list(
KmsKeyId = "string",
S3Uri = "string"
)
)
)