:doc:`SageMakergeospatialcapabilities <../../sagemaker-geospatial>` / Client / list_earth_observation_jobs

***************************
list_earth_observation_jobs
***************************



.. py:method:: SageMakergeospatialcapabilities.Client.list_earth_observation_jobs(**kwargs)

  

  Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListEarthObservationJobs>`_  


  **Request Syntax**
  ::

    response = client.list_earth_observation_jobs(
        MaxResults=123,
        NextToken='string',
        SortBy='string',
        SortOrder='ASCENDING'|'DESCENDING',
        StatusEquals='INITIALIZING'|'IN_PROGRESS'|'STOPPING'|'COMPLETED'|'STOPPED'|'FAILED'|'DELETING'|'DELETED'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The total number of items to return.

    

  
  :type NextToken: string
  :param NextToken: 

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

    

  
  :type SortBy: string
  :param SortBy: 

    The parameter by which to sort the results.

    

  
  :type SortOrder: string
  :param SortOrder: 

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

    

  
  :type StatusEquals: string
  :param StatusEquals: 

    A filter that retrieves only jobs with a specific status.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'EarthObservationJobSummaries': [
              {
                  'Arn': 'string',
                  'CreationTime': datetime(2015, 1, 1),
                  'DurationInSeconds': 123,
                  'Name': 'string',
                  'OperationType': 'string',
                  'Status': 'INITIALIZING'|'IN_PROGRESS'|'STOPPING'|'COMPLETED'|'STOPPED'|'FAILED'|'DELETING'|'DELETED',
                  'Tags': {
                      'string': 'string'
                  }
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **EarthObservationJobSummaries** *(list) --* 

        Contains summary information about the Earth Observation jobs.

        
        

        - *(dict) --* 

          An object containing information about the output file.

          
          

          - **Arn** *(string) --* 

            The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.

            
          

          - **CreationTime** *(datetime) --* 

            The creation time.

            
          

          - **DurationInSeconds** *(integer) --* 

            The duration of the session, in seconds.

            
          

          - **Name** *(string) --* 

            The names of the Earth Observation jobs in the list.

            
          

          - **OperationType** *(string) --* 

            The operation type for an Earth Observation job.

            
          

          - **Status** *(string) --* 

            The status of the list of the Earth Observation jobs.

            
          

          - **Tags** *(dict) --* 

            Each tag consists of a key and a value.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
      
    
      

      - **NextToken** *(string) --* 

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

        
  
  **Exceptions**
  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ValidationException`

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.InternalServerException`

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ResourceNotFoundException`

  