Class CreateBatchRequest

CreateBatchRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to create a batch workload.

Attributes

NameDescription
parent str
Required. The parent resource where this batch will be created.
batch google.cloud.dataproc_v1.types.Batch
Required. The batch to create.
batch_id str
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 ``/`a-z][0-9]`-/``.
request_id str
Optional. A unique ID used to identify the request. If the service receives two `CreateBatchRequest

Inheritance

builtins.object > proto.message.Message > CreateBatchRequest