Get Batch Result
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
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard