public sealed class Batch : IMessage<Batch>, IEquatable<Batch>, IDeepCloneable<Batch>, IBufferMessage, IMessage
A representation of a batch workload in the service.
Namespace
Google.Cloud.Dataproc.V1
Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
Batch()
Batch(Batch)
public Batch(Batch other)
Parameter |
---|
Name | Description |
other | Batch
|
Properties
BatchConfigCase
public Batch.BatchConfigOneofCase BatchConfigCase { get; }
BatchName
public BatchName BatchName { get; set; }
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the batch was created.
Creator
public string Creator { get; set; }
Output only. The email address of the user who created the batch.
Property Value |
---|
Type | Description |
String | |
EnvironmentConfig
public EnvironmentConfig EnvironmentConfig { get; set; }
Optional. Environment configuration for the batch execution.
Labels
public MapField<string, string> Labels { get; }
Optional. The labels to associate with this batch.
Label keys must contain 1 to 63 characters, and must conform to
RFC 1035.
Label values may be empty, but, if present, must contain 1 to 63
characters, and must conform to RFC
1035. No more than 32 labels can be
associated with a batch.
Name
public string Name { get; set; }
Output only. The resource name of the batch.
Property Value |
---|
Type | Description |
String | |
Operation
public string Operation { get; set; }
Output only. The resource name of the operation associated with this batch.
Property Value |
---|
Type | Description |
String | |
PysparkBatch
public PySparkBatch PysparkBatch { get; set; }
Optional. PySpark batch config.
RuntimeConfig
public RuntimeConfig RuntimeConfig { get; set; }
Optional. Runtime configuration for the batch execution.
RuntimeInfo
public RuntimeInfo RuntimeInfo { get; set; }
Output only. Runtime information about batch execution.
SparkBatch
public SparkBatch SparkBatch { get; set; }
Optional. Spark batch config.
SparkRBatch
public SparkRBatch SparkRBatch { get; set; }
Optional. SparkR batch config.
SparkSqlBatch
public SparkSqlBatch SparkSqlBatch { get; set; }
Optional. SparkSql batch config.
State
public Batch.Types.State State { get; set; }
Output only. The state of the batch.
StateHistory
public RepeatedField<Batch.Types.StateHistory> StateHistory { get; }
Output only. Historical state information for the batch.
StateMessage
public string StateMessage { get; set; }
Output only. Batch state details, such as a failure
description if the state is FAILED
.
Property Value |
---|
Type | Description |
String | |
StateTime
public Timestamp StateTime { get; set; }
Output only. The time when the batch entered a current state.
Uuid
public string Uuid { get; set; }
Output only. A batch UUID (Unique Universal Identifier). The service
generates this value when it creates the batch.
Property Value |
---|
Type | Description |
String | |