Batch

class Batch : KotlinCustomResource

Creates a batch workload that executes asynchronously. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val batchId: Output<String>?

Optional. The ID to use for the batch, which will become the final component of the batch's resource name.This value must be 4-63 characters. Valid characters are /0-9-/.

Link copied to clipboard
val createTime: Output<String>

The time when the batch was created.

Link copied to clipboard
val creator: Output<String>

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
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the batch.

Link copied to clipboard
val operation: Output<String>

The resource name of the operation associated with this batch.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Optional. PySpark batch config.

Link copied to clipboard
val requestId: Output<String>?

Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the second request is ignored and the Operation that corresponds to the first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

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
val state: Output<String>

The state of the batch.

Link copied to clipboard

Historical state information for the batch.

Link copied to clipboard
val stateMessage: Output<String>

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

Link copied to clipboard
val stateTime: Output<String>

The time when the batch entered a current state.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val uuid: Output<String>

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