You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/genai/types.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10932,7 +10932,7 @@ class TuningValidationDataset(_common.BaseModel):
10932
10932
)
10933
10933
vertex_dataset_resource: Optional[str] = Field(
10934
10934
default=None,
10935
-
description="""The resource name of the Vertex Multimodal Dataset that is used as training dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'.""",
10935
+
description="""The resource name of the Vertex Multimodal Dataset that is used as validation dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'.""",
10936
10936
)
10937
10937
10938
10938
@@ -10942,7 +10942,7 @@ class TuningValidationDatasetDict(TypedDict, total=False):
10942
10942
"""GCS URI of the file containing validation dataset in JSONL format."""
10943
10943
10944
10944
vertex_dataset_resource: Optional[str]
10945
-
"""The resource name of the Vertex Multimodal Dataset that is used as training dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'."""
10945
+
"""The resource name of the Vertex Multimodal Dataset that is used as validation dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'."""
10946
10946
10947
10947
10948
10948
TuningValidationDatasetOrDict = Union[
@@ -10958,7 +10958,7 @@ class CreateTuningJobConfig(_common.BaseModel):
0 commit comments