docs(components): Fix Dataproc component doc to indicate that `batch_id` is optional
PiperOrigin-RevId: 491796851
This commit is contained in:
parent
7dab8328f9
commit
3ef66ea1ee
|
@ -43,5 +43,7 @@ This list will be expanded to support more types in the future.
|
|||
* BigQueryJob
|
||||
* CustomJob
|
||||
* DataflowJob
|
||||
* DataprocBatch
|
||||
* DataprocLro
|
||||
* HyperparameterTuningJob
|
||||
* VertexLro
|
||||
|
|
|
@ -21,7 +21,7 @@ description: |
|
|||
Required: Project to run the Dataproc batch workload.
|
||||
location (Optional[str]):
|
||||
Location of the Dataproc batch workload. If not set, default to `us-central1`.
|
||||
batch_id (str):
|
||||
batch_id (Optional[str]):
|
||||
The ID to use for the batch, which will become the final component of the batch's
|
||||
resource name. If none is specified, a default name will be generated by the component.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ description: |
|
|||
Required: Project to run the Dataproc batch workload.
|
||||
location (Optional[str]):
|
||||
Location of the Dataproc batch workload. If not set, default to `us-central1`.
|
||||
batch_id (str):
|
||||
batch_id (Optional[str]):
|
||||
The ID to use for the batch, which will become the final component of the batch's
|
||||
resource name. If none is specified, a default name will be generated by the component.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ description: |
|
|||
Required: Project to run the Dataproc batch workload.
|
||||
location (Optional[str]):
|
||||
Location of the Dataproc batch workload. If not set, default to `us-central1`.
|
||||
batch_id (str):
|
||||
batch_id (Optional[str]):
|
||||
The ID to use for the batch, which will become the final component of the batch's
|
||||
resource name. If none is specified, a default name will be generated by the component.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ description: |
|
|||
Required: Project to run the Dataproc batch workload.
|
||||
location (Optional[str]):
|
||||
Location of the Dataproc batch workload. If not set, default to `us-central1`.
|
||||
batch_id (str):
|
||||
batch_id (Optional[str]):
|
||||
The ID to use for the batch, which will become the final component of the batch's
|
||||
resource name. If none is specified, a default name will be generated by the component.
|
||||
|
||||
|
|
Loading…
Reference in New Issue