Class TunedModelInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public abstract class TunedModelInfo.Builder

      Builder for TunedModelInfo.

    • Constructor Summary

      Constructors 
      Constructor Description
      TunedModelInfo()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Optional<String> baseModel() ID of the base model that you want to tune.
      abstract Optional<Instant> createTime() Date and time when the base model was created.
      abstract Optional<Instant> updateTime() Date and time when the base model was last updated.
      static TunedModelInfo.Builder builder() Instantiates a builder for TunedModelInfo.
      abstract TunedModelInfo.Builder toBuilder() Creates a builder with the same values as this instance.
      static TunedModelInfo fromJson(String jsonString) Deserializes a JSON string to a TunedModelInfo object.
      • Methods inherited from class com.google.genai.JsonSerializable

        fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait