Class FineTuneJobResponse
- Namespace
- OpenAI.FineTuning
- Assembly
- OpenAI-DotNet.dll
public sealed class FineTuneJobResponse : BaseResponse
- Inheritance
-
FineTuneJobResponse
- Inherited Members
Properties
CreateAtUnixTimeSeconds
[JsonInclude]
[JsonPropertyName("created_at")]
public int? CreateAtUnixTimeSeconds { get; }
Property Value
- int?
CreatedAt
[JsonIgnore]
public DateTime? CreatedAt { get; }
Property Value
Events
[JsonIgnore]
public IReadOnlyList<EventResponse> Events { get; }
Property Value
FineTunedModel
[JsonInclude]
[JsonPropertyName("fine_tuned_model")]
public string FineTunedModel { get; }
Property Value
FinishedAt
[JsonIgnore]
public DateTime? FinishedAt { get; }
Property Value
FinishedAtUnixTimeSeconds
[JsonInclude]
[JsonPropertyName("finished_at")]
public int? FinishedAtUnixTimeSeconds { get; }
Property Value
- int?
HyperParameters
[JsonInclude]
[JsonPropertyName("hyperparameters")]
public HyperParams HyperParameters { get; }
Property Value
Id
[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Model
[JsonInclude]
[JsonPropertyName("model")]
public string Model { get; }
Property Value
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
OrganizationId
[JsonInclude]
[JsonPropertyName("organization_id")]
public string OrganizationId { get; }
Property Value
ResultFiles
[JsonInclude]
[JsonPropertyName("result_files")]
public IReadOnlyList<string> ResultFiles { get; }
Property Value
Status
[JsonInclude]
[JsonPropertyName("status")]
[JsonConverter(typeof(JsonStringEnumConverter<JobStatus>))]
public JobStatus Status { get; }
Property Value
TrainedTokens
[JsonInclude]
[JsonPropertyName("trained_tokens")]
public int? TrainedTokens { get; }
Property Value
- int?
TrainingFile
[JsonInclude]
[JsonPropertyName("training_file")]
public string TrainingFile { get; }
Property Value
ValidationFile
[JsonInclude]
[JsonPropertyName("validation_file")]
public string ValidationFile { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator string(FineTuneJobResponse)
public static implicit operator string(FineTuneJobResponse job)