Class TunedModel
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
[Serializable]
public class TunedModel : GoogleGeminiRequest, IJsonRequest
Properties
|
Edit this page
View Source
BaseModel
Declaration
[JsonProperty("base_model")]
public string BaseModel { get; set; }
Property Value
|
Edit this page
View Source
CreateTime
Declaration
[JsonProperty("create_time")]
public ZuluTime? CreateTime { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
DisplayName
Declaration
[JsonProperty("display_name")]
public string DisplayName { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
SourceModel
Declaration
[JsonProperty("source_model")]
public string SourceModel { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
|
Edit this page
View Source
Temperature
Declaration
[JsonProperty("temperature")]
public float? Temperature { get; set; }
Property Value
|
Edit this page
View Source
TopK
Declaration
[JsonProperty("top_k")]
public float? TopK { get; set; }
Property Value
|
Edit this page
View Source
TopP
Declaration
[JsonProperty("top_p")]
public float? TopP { get; set; }
Property Value
|
Edit this page
View Source
TunedModelSource
Declaration
[JsonProperty("tuned_model_source")]
public TunedModelSource TunedModelSource { get; set; }
Property Value
|
Edit this page
View Source
TuningTask
Declaration
[JsonProperty("tuning_task")]
public FineTuningTask TuningTask { get; set; }
Property Value
|
Edit this page
View Source
UpdateTime
Declaration
[JsonProperty("update_time")]
public ZuluTime? UpdateTime { get; set; }
Property Value
Methods
|
Edit this page
View Source
SetBatchSize(int)
Declaration
public TunedModel SetBatchSize(int batchSize)
Parameters
| Type |
Name |
Description |
| int |
batchSize |
|
Returns
|
Edit this page
View Source
SetEpochCount(int)
Declaration
public TunedModel SetEpochCount(int epochCount)
Parameters
| Type |
Name |
Description |
| int |
epochCount |
|
Returns
|
Edit this page
View Source
SetLearningRate(float)
Declaration
public TunedModel SetLearningRate(float learningRate)
Parameters
| Type |
Name |
Description |
| float |
learningRate |
|
Returns
|
Edit this page
View Source
SetTrainingData(params FineTuningData[])
Declaration
public TunedModel SetTrainingData(params FineTuningData[] trainingData)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods