Package com.google.genai.types
Class TuningJobState
-
- All Implemented Interfaces:
public class TuningJobStateOutput only. The detail state of the tuning job (while the overall `JobState` is running). This enum is not supported in Gemini API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTuningJobState.KnownEnum representing the known values for TuningJobState.
-
Constructor Summary
Constructors Constructor Description TuningJobState(String value)TuningJobState(TuningJobState.Known knownValue)
-
Method Summary
-
-
Constructor Detail
-
TuningJobState
TuningJobState(String value)
-
TuningJobState
TuningJobState(TuningJobState.Known knownValue)
-
-
-
-