|
virtual System.Nullable< bool > | Done [get, set] |
| Output only. Indicates whether the job is completed. If the value is false, the job is still in progress. If true, the job is completed, and status.state field will indicate if it was successful, failed, or cancelled. More...
|
|
virtual string | DriverControlFilesUri [get, set] |
| Output only. If present, the location of miscellaneous control files which may be used as part of job setup and handling. If not present, control files may be placed in the same location as driver_output_uri. More...
|
|
virtual string | DriverOutputResourceUri [get, set] |
| Output only. A URI pointing to the location of the stdout of the job's driver program. More...
|
|
virtual HadoopJob | HadoopJob [get, set] |
| Optional. Job is a Hadoop job. More...
|
|
virtual HiveJob | HiveJob [get, set] |
| Optional. Job is a Hive job. More...
|
|
virtual string | JobUuid [get, set] |
| Output only. A UUID that uniquely identifies a job within the project over time. This is in contrast to a user-settable reference.job_id that may be reused over time. More...
|
|
virtual System.Collections.Generic.IDictionary< string, string > | Labels [get, set] |
| Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a job. More...
|
|
virtual PigJob | PigJob [get, set] |
| Optional. Job is a Pig job. More...
|
|
virtual JobPlacement | Placement [get, set] |
| Required. Job information, including how, when, and where to run the job. More...
|
|
virtual PrestoJob | PrestoJob [get, set] |
| Optional. Job is a Presto job. More...
|
|
virtual PySparkJob | PysparkJob [get, set] |
| Optional. Job is a PySpark job. More...
|
|
virtual JobReference | Reference [get, set] |
| Optional. The fully qualified reference to the job, which can be used to obtain the equivalent REST path of the job resource. If this property is not specified when a job is created, the server generates a job_id. More...
|
|
virtual JobScheduling | Scheduling [get, set] |
| Optional. Job scheduling configuration. More...
|
|
virtual SparkJob | SparkJob [get, set] |
| Optional. Job is a Spark job. More...
|
|
virtual SparkRJob | SparkRJob [get, set] |
| Optional. Job is a SparkR job. More...
|
|
virtual SparkSqlJob | SparkSqlJob [get, set] |
| Optional. Job is a SparkSql job. More...
|
|
virtual JobStatus | Status [get, set] |
| Output only. The job status. Additional application-specific status information may be contained in the type_job and yarn_applications fields. More...
|
|
virtual System.Collections.Generic.IList< JobStatus > | StatusHistory [get, set] |
| Output only. The previous job status. More...
|
|
virtual System.Collections.Generic.IList< YarnApplication > | YarnApplications [get, set] |
| Output only. The collection of YARN applications spun up by this job.Beta Feature: This report is available for testing purposes only. It may be changed before final release. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|