Full Fine Tuning Spec
@Serializable
Tuning Spec for Full Fine Tuning. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(hyperParameters: SupervisedHyperParameters? = null, trainingDatasetUri: String? = null, validationDatasetUri: String? = null)
Properties
Link copied to clipboard
Optional. Hyperparameters for Full Fine Tuning.
Link copied to clipboard
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.
Link copied to clipboard
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.