Package com.google.genai.types
Class TuningValidationDataset
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TuningValidationDataset
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for TuningValidationDataset. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for TuningValidationDataset.static TuningValidationDataset
Deserializes a JSON string to a TuningValidationDataset object.gcsUri()
GCS URI of the file containing validation dataset in JSONL format.abstract TuningValidationDataset.Builder
Creates a builder with the same values as this instance.The resource name of the Vertex Multimodal Dataset that is used as training dataset.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
TuningValidationDataset
public TuningValidationDataset()
-
-
Method Details
-
gcsUri
GCS URI of the file containing validation dataset in JSONL format. -
vertexDatasetResource
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'. -
builder
Instantiates a builder for TuningValidationDataset. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TuningValidationDataset object.
-