Job: Job

Description Usage Format Fields

Description

This class represents an openEO job. Which is submitted by an user, containing an executable process graph. It is strongly bound to the backend, since the OpenEOServer class needs to be accessible, when it comes to loading related process for the process graph.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Fields

job_id

The unique identifier of the job

status

The current status in the job lifecycle

process_graph

graph of nested processes that is executable (ExecutableProcess)

submitted

Timestamp when the job was submitted to the server

user_id

The user who owns the job

consumed_credits

For accounting and billing the amount of credits consumed by this job

last_update

Timestamp when the job was last updated

results

Contains the result of the process_graph after execution (Collection)

persistent

Whether or not the job is stored in database

output

list containing the output configuration like format (or additional GDAL commands)


flahn/openeo-r-backend documentation built on May 6, 2019, 8:50 a.m.