Skip to content

Commit 3d55943

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: update doc for testing
PiperOrigin-RevId: 886330886
1 parent ce86f2b commit 3d55943

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

google/genai/types.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16598,8 +16598,8 @@ class _GetBatchJobParameters(_common.BaseModel):
1659816598
name: Optional[str] = Field(
1659916599
default=None,
1660016600
description="""A fully-qualified BatchJob resource name or ID.
16601-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16602-
or "456" when project and location are initialized in the client.
16601+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16602+
or "123" when project and location are initialized in the client.
1660316603
""",
1660416604
)
1660516605
config: Optional[GetBatchJobConfig] = Field(
@@ -16612,8 +16612,8 @@ class _GetBatchJobParametersDict(TypedDict, total=False):
1661216612

1661316613
name: Optional[str]
1661416614
"""A fully-qualified BatchJob resource name or ID.
16615-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16616-
or "456" when project and location are initialized in the client.
16615+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16616+
or "123" when project and location are initialized in the client.
1661716617
"""
1661816618

1661916619
config: Optional[GetBatchJobConfigDict]
@@ -16651,8 +16651,8 @@ class _CancelBatchJobParameters(_common.BaseModel):
1665116651
name: Optional[str] = Field(
1665216652
default=None,
1665316653
description="""A fully-qualified BatchJob resource name or ID.
16654-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16655-
or "456" when project and location are initialized in the client.
16654+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16655+
or "123" when project and location are initialized in the client.
1665616656
""",
1665716657
)
1665816658
config: Optional[CancelBatchJobConfig] = Field(
@@ -16665,8 +16665,8 @@ class _CancelBatchJobParametersDict(TypedDict, total=False):
1666516665

1666616666
name: Optional[str]
1666716667
"""A fully-qualified BatchJob resource name or ID.
16668-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16669-
or "456" when project and location are initialized in the client.
16668+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16669+
or "123" when project and location are initialized in the client.
1667016670
"""
1667116671

1667216672
config: Optional[CancelBatchJobConfigDict]
@@ -16782,8 +16782,8 @@ class _DeleteBatchJobParameters(_common.BaseModel):
1678216782
name: Optional[str] = Field(
1678316783
default=None,
1678416784
description="""A fully-qualified BatchJob resource name or ID.
16785-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16786-
or "456" when project and location are initialized in the client.
16785+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16786+
or "123" when project and location are initialized in the client.
1678716787
""",
1678816788
)
1678916789
config: Optional[DeleteBatchJobConfig] = Field(
@@ -16796,8 +16796,8 @@ class _DeleteBatchJobParametersDict(TypedDict, total=False):
1679616796

1679716797
name: Optional[str]
1679816798
"""A fully-qualified BatchJob resource name or ID.
16799-
Example: "projects/.../locations/.../batchPredictionJobs/456"
16800-
or "456" when project and location are initialized in the client.
16799+
Example: "projects/.../locations/.../batchPredictionJobs/123"
16800+
or "123" when project and location are initialized in the client.
1680116801
"""
1680216802

1680316803
config: Optional[DeleteBatchJobConfigDict]

0 commit comments

Comments
 (0)