docs(components): Fix Dataproc component doc to indicate that `batch_id` is optional

PiperOrigin-RevId: 491796851
This commit is contained in:
Googler 2022-11-29 19:34:56 -08:00 committed by Google Cloud Pipeline Components maintainers
parent 7dab8328f9
commit 3ef66ea1ee
5 changed files with 6 additions and 4 deletions

View File

@ -43,5 +43,7 @@ This list will be expanded to support more types in the future.
* BigQueryJob
* CustomJob
* DataflowJob
* DataprocBatch
* DataprocLro
* HyperparameterTuningJob
* VertexLro

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.