Class TunedModelCheckpoint

    • Nested Class Summary

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

      Builder for TunedModelCheckpoint.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Optional<String> checkpointId() The ID of the checkpoint.
      abstract Optional<Long> epoch() The epoch of the checkpoint.
      abstract Optional<Long> step() The step of the checkpoint.
      abstract Optional<String> endpoint() The Endpoint resource name that the checkpoint is deployed to.
      static TunedModelCheckpoint.Builder builder() Instantiates a builder for TunedModelCheckpoint.
      abstract TunedModelCheckpoint.Builder toBuilder() Creates a builder with the same values as this instance.
      static TunedModelCheckpoint fromJson(String jsonString) Deserializes a JSON string to a TunedModelCheckpoint 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