dataproc  v1
Properties | List of all members
Google.Apis.Dataproc.v1.Data.Job Class Reference

A Dataproc job resource. More...

Inheritance diagram for Google.Apis.Dataproc.v1.Data.Job:
Google::Apis::Requests::IDirectResponseSchema

Properties

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< JobStatusStatusHistory [get, set]
 Output only. The previous job status. More...
 
virtual System.Collections.Generic.IList< YarnApplicationYarnApplications [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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A Dataproc job resource.

Property Documentation

◆ Done

virtual System.Nullable<bool> Google.Apis.Dataproc.v1.Data.Job.Done
getset

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.

◆ DriverControlFilesUri

virtual string Google.Apis.Dataproc.v1.Data.Job.DriverControlFilesUri
getset

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.

◆ DriverOutputResourceUri

virtual string Google.Apis.Dataproc.v1.Data.Job.DriverOutputResourceUri
getset

Output only. A URI pointing to the location of the stdout of the job's driver program.

◆ ETag

virtual string Google.Apis.Dataproc.v1.Data.Job.ETag
getset

The ETag of the item.

◆ HadoopJob

virtual HadoopJob Google.Apis.Dataproc.v1.Data.Job.HadoopJob
getset

Optional. Job is a Hadoop job.

◆ HiveJob

virtual HiveJob Google.Apis.Dataproc.v1.Data.Job.HiveJob
getset

Optional. Job is a Hive job.

◆ JobUuid

virtual string Google.Apis.Dataproc.v1.Data.Job.JobUuid
getset

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.

◆ Labels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Dataproc.v1.Data.Job.Labels
getset

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.

◆ PigJob

virtual PigJob Google.Apis.Dataproc.v1.Data.Job.PigJob
getset

Optional. Job is a Pig job.

◆ Placement

virtual JobPlacement Google.Apis.Dataproc.v1.Data.Job.Placement
getset

Required. Job information, including how, when, and where to run the job.

◆ PrestoJob

virtual PrestoJob Google.Apis.Dataproc.v1.Data.Job.PrestoJob
getset

Optional. Job is a Presto job.

◆ PysparkJob

virtual PySparkJob Google.Apis.Dataproc.v1.Data.Job.PysparkJob
getset

Optional. Job is a PySpark job.

◆ Reference

virtual JobReference Google.Apis.Dataproc.v1.Data.Job.Reference
getset

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.

◆ Scheduling

virtual JobScheduling Google.Apis.Dataproc.v1.Data.Job.Scheduling
getset

Optional. Job scheduling configuration.

◆ SparkJob

virtual SparkJob Google.Apis.Dataproc.v1.Data.Job.SparkJob
getset

Optional. Job is a Spark job.

◆ SparkRJob

virtual SparkRJob Google.Apis.Dataproc.v1.Data.Job.SparkRJob
getset

Optional. Job is a SparkR job.

◆ SparkSqlJob

virtual SparkSqlJob Google.Apis.Dataproc.v1.Data.Job.SparkSqlJob
getset

Optional. Job is a SparkSql job.

◆ Status

virtual JobStatus Google.Apis.Dataproc.v1.Data.Job.Status
getset

Output only. The job status. Additional application-specific status information may be contained in the type_job and yarn_applications fields.

◆ StatusHistory

virtual System.Collections.Generic.IList<JobStatus> Google.Apis.Dataproc.v1.Data.Job.StatusHistory
getset

Output only. The previous job status.

◆ YarnApplications

virtual System.Collections.Generic.IList<YarnApplication> Google.Apis.Dataproc.v1.Data.Job.YarnApplications
getset

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.


The documentation for this class was generated from the following file: