Uses of Enum
com.google.genai.types.JobState.Known
Packages that use JobState.Known
-
Uses of JobState.Known in com.google.genai.types
Methods in com.google.genai.types that return JobState.KnownModifier and TypeMethodDescriptionJobState.knownEnum()
static JobState.Known
Returns the enum constant of this type with the specified name.static JobState.Known[]
JobState.Known.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type JobState.KnownModifier and TypeMethodDescriptionBatchJob.Builder.state
(JobState.Known knownType) Setter for state given a known enum.TuningJob.Builder.state
(JobState.Known knownType) Setter for state given a known enum.Constructors in com.google.genai.types with parameters of type JobState.Known