Class FineTuningEvent
Fine-tuning job event object
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class FineTuningEvent : OpenAIObject
Properties
| Edit this page View SourceLevel
Declaration
[JsonProperty("level")]
public string Level { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |