Show / Hide Table of Contents

Class Batch

A representation of a batch workload in the service.

Inheritance
object
Batch
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class Batch : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the batch was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Creator

Output only. The email address of the user who created the batch.

Declaration
[JsonProperty("creator")]
public virtual string Creator { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnvironmentConfig

Optional. Environment configuration for the batch execution.

Declaration
[JsonProperty("environmentConfig")]
public virtual EnvironmentConfig EnvironmentConfig { get; set; }
Property Value
Type Description
EnvironmentConfig

Labels

Optional. The labels to associate with this batch. 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 batch.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Output only. The resource name of the batch.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Operation

Output only. The resource name of the operation associated with this batch.

Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type Description
string

PysparkBatch

Optional. PySpark batch config.

Declaration
[JsonProperty("pysparkBatch")]
public virtual PySparkBatch PysparkBatch { get; set; }
Property Value
Type Description
PySparkBatch

RuntimeConfig

Optional. Runtime configuration for the batch execution.

Declaration
[JsonProperty("runtimeConfig")]
public virtual RuntimeConfig RuntimeConfig { get; set; }
Property Value
Type Description
RuntimeConfig

RuntimeInfo

Output only. Runtime information about batch execution.

Declaration
[JsonProperty("runtimeInfo")]
public virtual RuntimeInfo RuntimeInfo { get; set; }
Property Value
Type Description
RuntimeInfo

SparkBatch

Optional. Spark batch config.

Declaration
[JsonProperty("sparkBatch")]
public virtual SparkBatch SparkBatch { get; set; }
Property Value
Type Description
SparkBatch

SparkRBatch

Optional. SparkR batch config.

Declaration
[JsonProperty("sparkRBatch")]
public virtual SparkRBatch SparkRBatch { get; set; }
Property Value
Type Description
SparkRBatch

SparkSqlBatch

Optional. SparkSql batch config.

Declaration
[JsonProperty("sparkSqlBatch")]
public virtual SparkSqlBatch SparkSqlBatch { get; set; }
Property Value
Type Description
SparkSqlBatch

State

Output only. The state of the batch.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateHistory

Output only. Historical state information for the batch.

Declaration
[JsonProperty("stateHistory")]
public virtual IList<StateHistory> StateHistory { get; set; }
Property Value
Type Description
IList<StateHistory>

StateMessage

Output only. Batch state details, such as a failure description if the state is FAILED.

Declaration
[JsonProperty("stateMessage")]
public virtual string StateMessage { get; set; }
Property Value
Type Description
string

StateTime

object representation of StateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateTimeDateTimeOffset instead.")]
public virtual object StateTime { get; set; }
Property Value
Type Description
object

StateTimeDateTimeOffset

DateTimeOffset representation of StateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StateTimeRaw

Output only. The time when the batch entered a current state.

Declaration
[JsonProperty("stateTime")]
public virtual string StateTimeRaw { get; set; }
Property Value
Type Description
string

Uuid

Output only. A batch UUID (Unique Universal Identifier). The service generates this value when it creates the batch.

Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX