@@ -16290,8 +16290,8 @@ class _GetBatchJobParameters(_common.BaseModel):
1629016290 name: Optional[str] = Field(
1629116291 default=None,
1629216292 description="""A fully-qualified BatchJob resource name or ID.
16293- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16294- or "456 " when project and location are initialized in the client.
16293+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16294+ or "123 " when project and location are initialized in the client.
1629516295 """,
1629616296 )
1629716297 config: Optional[GetBatchJobConfig] = Field(
@@ -16304,8 +16304,8 @@ class _GetBatchJobParametersDict(TypedDict, total=False):
1630416304
1630516305 name: Optional[str]
1630616306 """A fully-qualified BatchJob resource name or ID.
16307- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16308- or "456 " when project and location are initialized in the client.
16307+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16308+ or "123 " when project and location are initialized in the client.
1630916309 """
1631016310
1631116311 config: Optional[GetBatchJobConfigDict]
@@ -16343,8 +16343,8 @@ class _CancelBatchJobParameters(_common.BaseModel):
1634316343 name: Optional[str] = Field(
1634416344 default=None,
1634516345 description="""A fully-qualified BatchJob resource name or ID.
16346- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16347- or "456 " when project and location are initialized in the client.
16346+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16347+ or "123 " when project and location are initialized in the client.
1634816348 """,
1634916349 )
1635016350 config: Optional[CancelBatchJobConfig] = Field(
@@ -16357,8 +16357,8 @@ class _CancelBatchJobParametersDict(TypedDict, total=False):
1635716357
1635816358 name: Optional[str]
1635916359 """A fully-qualified BatchJob resource name or ID.
16360- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16361- or "456 " when project and location are initialized in the client.
16360+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16361+ or "123 " when project and location are initialized in the client.
1636216362 """
1636316363
1636416364 config: Optional[CancelBatchJobConfigDict]
@@ -16474,8 +16474,8 @@ class _DeleteBatchJobParameters(_common.BaseModel):
1647416474 name: Optional[str] = Field(
1647516475 default=None,
1647616476 description="""A fully-qualified BatchJob resource name or ID.
16477- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16478- or "456 " when project and location are initialized in the client.
16477+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16478+ or "123 " when project and location are initialized in the client.
1647916479 """,
1648016480 )
1648116481 config: Optional[DeleteBatchJobConfig] = Field(
@@ -16488,8 +16488,8 @@ class _DeleteBatchJobParametersDict(TypedDict, total=False):
1648816488
1648916489 name: Optional[str]
1649016490 """A fully-qualified BatchJob resource name or ID.
16491- Example: "projects/.../locations/.../batchPredictionJobs/456 "
16492- or "456 " when project and location are initialized in the client.
16491+ Example: "projects/.../locations/.../batchPredictionJobs/123 "
16492+ or "123 " when project and location are initialized in the client.
1649316493 """
1649416494
1649516495 config: Optional[DeleteBatchJobConfigDict]
0 commit comments