Uses of Enum
com.google.genai.types.EmbeddingApiType.Known
Packages that use EmbeddingApiType.Known
-
Uses of EmbeddingApiType.Known in com.google.genai.types
Methods in com.google.genai.types that return EmbeddingApiType.KnownModifier and TypeMethodDescriptionEmbeddingApiType.knownEnum()static EmbeddingApiType.KnownReturns the enum constant of this type with the specified name.static EmbeddingApiType.Known[]EmbeddingApiType.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 EmbeddingApiType.KnownModifier and TypeMethodDescriptionEmbedContentParametersPrivate.Builder.embeddingApiType(EmbeddingApiType.Known knownType) Setter for embeddingApiType given a known enum.Constructors in com.google.genai.types with parameters of type EmbeddingApiType.Known