Class TunedModelSource
Tuned model as a source for training a new model.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class TunedModelSource
Properties
| Edit this page View SourceBaseModel
Output only. The name of the base Model this TunedModel was tuned from. Example: models/text-bison-001
Declaration
[JsonProperty("baseModel")]
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
[JsonProperty("tunedModel")]
public string TunedModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |