GetBatchResult

data class GetBatchResult(val createTime: String, val creator: String, val environmentConfig: EnvironmentConfigResponse, val labels: Map<String, String>, val name: String, val operation: String, val pysparkBatch: PySparkBatchResponse, val runtimeConfig: RuntimeConfigResponse, val runtimeInfo: RuntimeInfoResponse, val sparkBatch: SparkBatchResponse, val sparkRBatch: SparkRBatchResponse, val sparkSqlBatch: SparkSqlBatchResponse, val state: String, val stateHistory: List<StateHistoryResponse>, val stateMessage: String, val stateTime: String, val uuid: String)

Constructors

Link copied to clipboard
fun GetBatchResult(createTime: String, creator: String, environmentConfig: EnvironmentConfigResponse, labels: Map<String, String>, name: String, operation: String, pysparkBatch: PySparkBatchResponse, runtimeConfig: RuntimeConfigResponse, runtimeInfo: RuntimeInfoResponse, sparkBatch: SparkBatchResponse, sparkRBatch: SparkRBatchResponse, sparkSqlBatch: SparkSqlBatchResponse, state: String, stateHistory: List<StateHistoryResponse>, stateMessage: String, stateTime: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the batch was created.

Link copied to clipboard

The email address of the user who created the batch.

Link copied to clipboard

Optional. Environment configuration for the batch execution.

Link copied to clipboard

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.

Link copied to clipboard

The resource name of the batch.

Link copied to clipboard

The resource name of the operation associated with this batch.

Link copied to clipboard

Optional. PySpark batch config.

Link copied to clipboard

Optional. Runtime configuration for the batch execution.

Link copied to clipboard

Runtime information about batch execution.

Link copied to clipboard

Optional. Spark batch config.

Link copied to clipboard

Optional. SparkR batch config.

Link copied to clipboard

Optional. SparkSql batch config.

Link copied to clipboard

The state of the batch.

Link copied to clipboard

Historical state information for the batch.

Link copied to clipboard

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

Link copied to clipboard

The time when the batch entered a current state.

Link copied to clipboard

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