Skip to content

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

MaxResults

The total number of items to return.

NextToken

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

SortBy

The parameter by which to sort the results.

SortOrder

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

StatusEquals

A 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"
)

Request syntax

svc$list_earth_observation_jobs(
  MaxResults = 123,
  NextToken = "string",
  SortBy = "string",
  SortOrder = "ASCENDING"|"DESCENDING",
  StatusEquals = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"COMPLETED"|"STOPPED"|"FAILED"|"DELETING"|"DELETED"
)