Get Earth Observation Job
sagemakergeospatialcapabilities_get_earth_observation_job | R Documentation |
Get the details for a previously initiated Earth Observation job¶
Description¶
Get the details for a previously initiated Earth Observation job.
Usage¶
Arguments¶
Arn
[required] The Amazon Resource Name (ARN) of the Earth Observation job.
Value¶
A list with the following syntax:
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
DurationInSeconds = 123,
ErrorDetails = list(
Message = "string",
Type = "CLIENT_ERROR"|"SERVER_ERROR"
),
ExecutionRoleArn = "string",
ExportErrorDetails = list(
ExportResults = list(
Message = "string",
Type = "CLIENT_ERROR"|"SERVER_ERROR"
),
ExportSourceImages = list(
Message = "string",
Type = "CLIENT_ERROR"|"SERVER_ERROR"
)
),
ExportStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED",
InputConfig = list(
PreviousEarthObservationJobArn = "string",
RasterDataCollectionQuery = list(
AreaOfInterest = list(
AreaOfInterestGeometry = list(
MultiPolygonGeometry = list(
Coordinates = list(
list(
list(
list(
123.0
)
)
)
)
),
PolygonGeometry = list(
Coordinates = list(
list(
list(
123.0
)
)
)
)
)
),
PropertyFilters = list(
LogicalOperator = "AND",
Properties = list(
list(
Property = list(
EoCloudCover = list(
LowerBound = 123.0,
UpperBound = 123.0
),
LandsatCloudCoverLand = list(
LowerBound = 123.0,
UpperBound = 123.0
),
Platform = list(
ComparisonOperator = "EQUALS"|"NOT_EQUALS"|"STARTS_WITH",
Value = "string"
),
ViewOffNadir = list(
LowerBound = 123.0,
UpperBound = 123.0
),
ViewSunAzimuth = list(
LowerBound = 123.0,
UpperBound = 123.0
),
ViewSunElevation = list(
LowerBound = 123.0,
UpperBound = 123.0
)
)
)
)
),
RasterDataCollectionArn = "string",
RasterDataCollectionName = "string",
TimeRangeFilter = list(
EndTime = as.POSIXct(
"2015-01-01"
),
StartTime = as.POSIXct(
"2015-01-01"
)
)
)
),
JobConfig = list(
BandMathConfig = list(
CustomIndices = list(
Operations = list(
list(
Equation = "string",
Name = "string",
OutputType = "INT32"|"FLOAT32"|"INT16"|"FLOAT64"|"UINT16"
)
)
),
PredefinedIndices = list(
"string"
)
),
CloudMaskingConfig = list(),
CloudRemovalConfig = list(
AlgorithmName = "INTERPOLATION",
InterpolationValue = "string",
TargetBands = list(
"string"
)
),
GeoMosaicConfig = list(
AlgorithmName = "NEAR"|"BILINEAR"|"CUBIC"|"CUBICSPLINE"|"LANCZOS"|"AVERAGE"|"RMS"|"MODE"|"MAX"|"MIN"|"MED"|"Q1"|"Q3"|"SUM",
TargetBands = list(
"string"
)
),
LandCoverSegmentationConfig = list(),
ResamplingConfig = list(
AlgorithmName = "NEAR"|"BILINEAR"|"CUBIC"|"CUBICSPLINE"|"LANCZOS"|"AVERAGE"|"RMS"|"MODE"|"MAX"|"MIN"|"MED"|"Q1"|"Q3"|"SUM",
OutputResolution = list(
UserDefined = list(
Unit = "METERS",
Value = 123.0
)
),
TargetBands = list(
"string"
)
),
StackConfig = list(
OutputResolution = list(
Predefined = "HIGHEST"|"LOWEST"|"AVERAGE",
UserDefined = list(
Unit = "METERS",
Value = 123.0
)
),
TargetBands = list(
"string"
)
),
TemporalStatisticsConfig = list(
GroupBy = "ALL"|"YEARLY",
Statistics = list(
"MEAN"|"MEDIAN"|"STANDARD_DEVIATION"
),
TargetBands = list(
"string"
)
),
ZonalStatisticsConfig = list(
Statistics = list(
"MEAN"|"MEDIAN"|"STANDARD_DEVIATION"|"MAX"|"MIN"|"SUM"
),
TargetBands = list(
"string"
),
ZoneS3Path = "string",
ZoneS3PathKmsKeyId = "string"
)
),
KmsKeyId = "string",
Name = "string",
OutputBands = list(
list(
BandName = "string",
OutputDataType = "INT32"|"FLOAT32"|"INT16"|"FLOAT64"|"UINT16"
)
),
Status = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"COMPLETED"|"STOPPED"|"FAILED"|"DELETING"|"DELETED",
Tags = list(
"string"
)
)