Send feedback
Class Batch (5.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 5.0.0 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]