Table of Contents

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

DateTime?

Events

[JsonIgnore]
public IReadOnlyList<EventResponse> Events { get; }

Property Value

IReadOnlyList<EventResponse>

FineTunedModel

[JsonInclude]
[JsonPropertyName("fine_tuned_model")]
public string FineTunedModel { get; }

Property Value

string

FinishedAt

[JsonIgnore]
public DateTime? FinishedAt { get; }

Property Value

DateTime?

FinishedAtUnixTimeSeconds

[JsonInclude]
[JsonPropertyName("finished_at")]
public int? FinishedAtUnixTimeSeconds { get; }

Property Value

int?

HyperParameters

[JsonInclude]
[JsonPropertyName("hyperparameters")]
public HyperParams HyperParameters { get; }

Property Value

HyperParams

Id

[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }

Property Value

string

Model

[JsonInclude]
[JsonPropertyName("model")]
public string Model { get; }

Property Value

string

Object

[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string

OrganizationId

[JsonInclude]
[JsonPropertyName("organization_id")]
public string OrganizationId { get; }

Property Value

string

ResultFiles

[JsonInclude]
[JsonPropertyName("result_files")]
public IReadOnlyList<string> ResultFiles { get; }

Property Value

IReadOnlyList<string>

Status

[JsonInclude]
[JsonPropertyName("status")]
[JsonConverter(typeof(JsonStringEnumConverter<JobStatus>))]
public JobStatus Status { get; }

Property Value

JobStatus

TrainedTokens

[JsonInclude]
[JsonPropertyName("trained_tokens")]
public int? TrainedTokens { get; }

Property Value

int?

TrainingFile

[JsonInclude]
[JsonPropertyName("training_file")]
public string TrainingFile { get; }

Property Value

string

ValidationFile

[JsonInclude]
[JsonPropertyName("validation_file")]
public string ValidationFile { get; }

Property Value

string

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)

Parameters

job FineTuneJobResponse

Returns

string