Struct TuningJobState
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
TuningJobStatePostProcessing
Tuning job is doing some post processing steps.
public static TuningJobState TuningJobStatePostProcessing { get; }
Property Value
TuningJobStateProcessingDataset
Tuning job is validating the dataset.
public static TuningJobState TuningJobStateProcessingDataset { get; }
Property Value
TuningJobStateTuning
Tuning job is running.
public static TuningJobState TuningJobStateTuning { get; }
Property Value
TuningJobStateUnspecified
Default tuning job state.
public static TuningJobState TuningJobStateUnspecified { get; }
Property Value
TuningJobStateWaitingForCapacity
Tuning job is waiting for hardware capacity.
public static TuningJobState TuningJobStateWaitingForCapacity { get; }
Property Value
TuningJobStateWaitingForQuota
Tuning job is waiting for job quota.
public static TuningJobState TuningJobStateWaitingForQuota { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(TuningJobState)
public bool Equals(TuningJobState other)
Parameters
otherTuningJobState
Returns
FromString(string)
public static TuningJobState FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator TuningJobState(string)
public static implicit operator TuningJobState(string value)
Parameters
valuestring