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/cloud/aiplatform_v1/types/tuning_job.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -529,9 +529,13 @@ class SupervisedTuningSpec(proto.Message):
529
529
530
530
Attributes:
531
531
training_dataset_uri (str):
532
-
Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
532
+
Required. Cloud Storage path to file
533
+
containing training dataset for tuning. The
534
+
dataset must be formatted as a JSONL file.
533
535
validation_dataset_uri (str):
534
-
Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
Copy file name to clipboardExpand all lines: google/cloud/aiplatform_v1beta1/types/tuning_job.py
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -764,9 +764,14 @@ class SupervisedTuningSpec(proto.Message):
764
764
765
765
Attributes:
766
766
training_dataset_uri (str):
767
-
Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
767
+
Required. Cloud Storage path to file
768
+
containing training dataset for tuning. The
769
+
dataset must be formatted as a JSONL file.
768
770
validation_dataset_uri (str):
769
-
Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.a1.types.SupervisedHyperParameters):
0 commit comments