Class TunedModelSource
Tuned model as a source for training a new model.
Inheritance
object
TunedModelSource
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class TunedModelSource
Properties
BaseModel
Output only. The name of the base Model this TunedModel was tuned from. Example: models/text-bison-001
Declaration
public string BaseModel { get; set; }
Property Value
Type | Description |
---|---|
string |
TunedModel
Immutable. The name of the TunedModel to use as the starting point for training the new model. Example: tunedModels/my-tuned-model
Declaration
public string TunedModel { get; set; }
Property Value
Type | Description |
---|---|
string |