Table of Contents

Class GeminiTunedModelSource

Tuned model as a source for training a new model.

public class GeminiTunedModelSource
Inheritance
GeminiTunedModelSource
Extension Methods

Fields

BaseModel

The name of the base GeminiModel this GeminiTunedModel was tuned from. Example: models/gemini-1.5-flash-001

public GeminiModelId BaseModel

Field Value

GeminiModelId

TunedModel

The name of the GeminiTunedModel to use as the starting point for training the new model. Example: tunedModels/my-tuned-model

public GeminiModelId TunedModel

Field Value

GeminiModelId