Enum TuningJobState.Known

java.lang.Object
java.lang.Enum<TuningJobState.Known>
com.google.genai.types.TuningJobState.Known
All Implemented Interfaces:
Serializable, Comparable<TuningJobState.Known>
Enclosing class:
TuningJobState

public static enum TuningJobState.Known extends Enum<TuningJobState.Known>
Enum representing the known values for TuningJobState.
  • Enum Constant Details

    • TUNING_JOB_STATE_UNSPECIFIED

      public static final TuningJobState.Known TUNING_JOB_STATE_UNSPECIFIED
      Default tuning job state.
    • TUNING_JOB_STATE_WAITING_FOR_QUOTA

      public static final TuningJobState.Known TUNING_JOB_STATE_WAITING_FOR_QUOTA
      Tuning job is waiting for job quota.
    • TUNING_JOB_STATE_PROCESSING_DATASET

      public static final TuningJobState.Known TUNING_JOB_STATE_PROCESSING_DATASET
      Tuning job is validating the dataset.
    • TUNING_JOB_STATE_WAITING_FOR_CAPACITY

      public static final TuningJobState.Known TUNING_JOB_STATE_WAITING_FOR_CAPACITY
      Tuning job is waiting for hardware capacity.
    • TUNING_JOB_STATE_TUNING

      public static final TuningJobState.Known TUNING_JOB_STATE_TUNING
      Tuning job is running.
    • TUNING_JOB_STATE_POST_PROCESSING

      public static final TuningJobState.Known TUNING_JOB_STATE_POST_PROCESSING
      Tuning job is doing some post processing steps.
  • Method Details

    • values

      public static TuningJobState.Known[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TuningJobState.Known valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null