Table of Contents

Struct TuningJobState

Namespace
Google.GenAI.Types
Assembly
Google.GenAI.dll

Output only. The detail state of the tuning job (while the overall JobState is running). This enum is not supported in Gemini API.

[JsonConverter(typeof(TuningJobStateConverter))]
public readonly record struct TuningJobState : IEquatable<TuningJobState>
Implements
Inherited Members

Properties

AllValues

public static IReadOnlyList<TuningJobState> AllValues { get; }

Property Value

IReadOnlyList<TuningJobState>

TuningJobStatePostProcessing

Tuning job is doing some post processing steps.

public static TuningJobState TuningJobStatePostProcessing { get; }

Property Value

TuningJobState

TuningJobStateProcessingDataset

Tuning job is validating the dataset.

public static TuningJobState TuningJobStateProcessingDataset { get; }

Property Value

TuningJobState

TuningJobStateTuning

Tuning job is running.

public static TuningJobState TuningJobStateTuning { get; }

Property Value

TuningJobState

TuningJobStateUnspecified

Default tuning job state.

public static TuningJobState TuningJobStateUnspecified { get; }

Property Value

TuningJobState

TuningJobStateWaitingForCapacity

Tuning job is waiting for hardware capacity.

public static TuningJobState TuningJobStateWaitingForCapacity { get; }

Property Value

TuningJobState

TuningJobStateWaitingForQuota

Tuning job is waiting for job quota.

public static TuningJobState TuningJobStateWaitingForQuota { get; }

Property Value

TuningJobState

Value

public string Value { get; }

Property Value

string

Methods

Equals(TuningJobState)

public bool Equals(TuningJobState other)

Parameters

other TuningJobState

Returns

bool

FromString(string)

public static TuningJobState FromString(string value)

Parameters

value string

Returns

TuningJobState

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

implicit operator TuningJobState(string)

public static implicit operator TuningJobState(string value)

Parameters

value string

Returns

TuningJobState