List Earth Observation Jobs
| sagemakergeospatialcapabilities_list_earth_observation_jobs | R Documentation |
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account¶
Description¶
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.
Usage¶
sagemakergeospatialcapabilities_list_earth_observation_jobs(MaxResults,
NextToken, SortBy, SortOrder, StatusEquals)
Arguments¶
MaxResultsThe total number of items to return.
NextTokenIf the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
SortByThe parameter by which to sort the results.
SortOrderAn optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.StatusEqualsA filter that retrieves only jobs with a specific status.
Value¶
A list with the following syntax:
list(
EarthObservationJobSummaries = list(
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
DurationInSeconds = 123,
Name = "string",
OperationType = "string",
Status = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"COMPLETED"|"STOPPED"|"FAILED"|"DELETING"|"DELETED",
Tags = list(
"string"
)
)
),
NextToken = "string"
)