Create Tuning Job Config
Fine-tuning job creation request - optional fields.
Types
Properties
Functions
Link copied to clipboard
Adapter size for tuning.
Link copied to clipboard
The base teacher model that is being distilled.
Link copied to clipboard
Instantiates a builder for CreateTuningJobConfig.
Link copied to clipboard
Custom base model for tuning.
Link copied to clipboard
The description of the TuningJob
Link copied to clipboard
The encryption spec of the tuning job.
Link copied to clipboard
Number of complete passes the model makes over the entire training dataset during training.
Link copied to clipboard
Evaluation config for the tuning job.
Link copied to clipboard
If set to true, disable intermediate checkpoints and only the last checkpoint will be exported.
Link copied to clipboard
Deserializes a JSON string to a CreateTuningJobConfig object.
Link copied to clipboard
@InternalApi()
Deserializes a JsonNode to an object of the given type.
Link copied to clipboard
@InternalApi()
Deserializes a Json string to an object of the given type.
Link copied to clipboard
Used to override HTTP request options.
Link copied to clipboard
The learning rate for tuning.
Link copied to clipboard
Multiplier for adjusting the default learning rate.
Link copied to clipboard
The method to use for tuning (SUPERVISED_FINE_TUNING or PREFERENCE_TUNING or DISTILLATION).
Link copied to clipboard
Link copied to clipboard
The optional checkpoint id of the pre-tuned model to use for tuning, if applicable.
Link copied to clipboard
Overrides the default maximum JSON string length (20MB) for the JSON parser.
Link copied to clipboard
Multiplier for adjusting the weight of the SFT loss.
Link copied to clipboard
Converts a Json string to a JsonNode.
Link copied to clipboard
Creates a builder with the same values as this instance.
Link copied to clipboard
Serializes an object to a JsonNode.
Link copied to clipboard
Serializes an object to a Json string.
Link copied to clipboard
The display name of the tuned Model.
Link copied to clipboard
The resource name of the Tuned teacher model.
Link copied to clipboard
Tuning mode for tuning.
Link copied to clipboard
Validation dataset for tuning.