Class BatchCreateJobsRequest (1.0.0)

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

Request to create a batch of jobs.

Attributes

NameDescription
parent str
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
jobs Sequence[`.gct_job.Job`]
Required. The jobs to be created. A maximum of 200 jobs can be created in a batch.

Inheritance

builtins.object > proto.message.Message > BatchCreateJobsRequest