Class TunedModel
Inheritance
object
RequestBody
TunedModel
Assembly: .dll
Syntax
[Serializable]
public class TunedModel : GenerativeAIRequest
Properties
BaseModel
Declaration
public string BaseModel { get; set; }
Property Value
CreateTime
Declaration
public ZuluTime? CreateTime { get; set; }
Property Value
Type |
Description |
ZuluTime? |
|
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SourceModel
Declaration
public string SourceModel { get; set; }
Property Value
State
Declaration
public string State { get; set; }
Property Value
Temperature
Declaration
public float? Temperature { get; set; }
Property Value
TopK
Declaration
public float? TopK { get; set; }
Property Value
TopP
Declaration
public float? TopP { get; set; }
Property Value
TunedModelSource
Declaration
public TunedModelSource TunedModelSource { get; set; }
Property Value
TuningTask
Declaration
public TuningTask TuningTask { get; set; }
Property Value
UpdateTime
Declaration
public ZuluTime? UpdateTime { get; set; }
Property Value
Type |
Description |
ZuluTime? |
|
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
object.ToString()