google.generativeai.protos.TunedModelSource
Tuned model as a source for training a new model.
Attributes |
`tuned_model`
|
`str`
Immutable. The name of the ``TunedModel`` to use as the
starting point for training the new model. Example:
``tunedModels/my-tuned-model``
|
`base_model`
|
`str`
Output only. The name of the base ``Model`` this
``TunedModel`` was tuned from. Example:
``models/gemini-1.5-flash-001``
|