@@ -16659,8 +16659,8 @@ class _GetBatchJobParameters(_common.BaseModel):
1665916659 name: Optional[str] = Field(
1666016660 default=None,
1666116661 description="""A fully-qualified BatchJob resource name or ID.
16662- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16663- or "456 " when project and location are initialized in the client.
16662+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16663+ or "123 " when project and location are initialized in the client.
1666416664 """,
1666516665 )
1666616666 config: Optional[GetBatchJobConfig] = Field(
@@ -16673,8 +16673,8 @@ class _GetBatchJobParametersDict(TypedDict, total=False):
1667316673
1667416674 name: Optional[str]
1667516675 """A fully-qualified BatchJob resource name or ID.
16676- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16677- or "456 " when project and location are initialized in the client.
16676+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16677+ or "123 " when project and location are initialized in the client.
1667816678 """
1667916679
1668016680 config: Optional[GetBatchJobConfigDict]
@@ -16712,8 +16712,8 @@ class _CancelBatchJobParameters(_common.BaseModel):
1671216712 name: Optional[str] = Field(
1671316713 default=None,
1671416714 description="""A fully-qualified BatchJob resource name or ID.
16715- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16716- or "456 " when project and location are initialized in the client.
16715+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16716+ or "123 " when project and location are initialized in the client.
1671716717 """,
1671816718 )
1671916719 config: Optional[CancelBatchJobConfig] = Field(
@@ -16726,8 +16726,8 @@ class _CancelBatchJobParametersDict(TypedDict, total=False):
1672616726
1672716727 name: Optional[str]
1672816728 """A fully-qualified BatchJob resource name or ID.
16729- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16730- or "456 " when project and location are initialized in the client.
16729+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16730+ or "123 " when project and location are initialized in the client.
1673116731 """
1673216732
1673316733 config: Optional[CancelBatchJobConfigDict]
@@ -16843,8 +16843,8 @@ class _DeleteBatchJobParameters(_common.BaseModel):
1684316843 name: Optional[str] = Field(
1684416844 default=None,
1684516845 description="""A fully-qualified BatchJob resource name or ID.
16846- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16847- or "456 " when project and location are initialized in the client.
16846+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16847+ or "123 " when project and location are initialized in the client.
1684816848 """,
1684916849 )
1685016850 config: Optional[DeleteBatchJobConfig] = Field(
@@ -16857,8 +16857,8 @@ class _DeleteBatchJobParametersDict(TypedDict, total=False):
1685716857
1685816858 name: Optional[str]
1685916859 """A fully-qualified BatchJob resource name or ID.
16860- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16861- or "456 " when project and location are initialized in the client.
16860+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16861+ or "123 " when project and location are initialized in the client.
1686216862 """
1686316863
1686416864 config: Optional[DeleteBatchJobConfigDict]
0 commit comments