Class EmbeddingsBatchJobSource

    • Nested Class Summary

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

      Builder for EmbeddingsBatchJobSource.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Optional<String> fileName() The Gemini Developer API's file resource name of the input data (e.g.
      abstract Optional<EmbedContentBatch> inlinedRequests() The Gemini Developer API's inlined input data to run batch job.
      static EmbeddingsBatchJobSource.Builder builder() Instantiates a builder for EmbeddingsBatchJobSource.
      abstract EmbeddingsBatchJobSource.Builder toBuilder() Creates a builder with the same values as this instance.
      static EmbeddingsBatchJobSource fromJson(String jsonString) Deserializes a JSON string to a EmbeddingsBatchJobSource 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