Uses of Enum Class
dev.cachly.api.model.SearchRequest.EmbeddingTypeEnum
Packages that use SearchRequest.EmbeddingTypeEnum
-
Uses of SearchRequest.EmbeddingTypeEnum in dev.cachly.api.model
Methods in dev.cachly.api.model that return SearchRequest.EmbeddingTypeEnumModifier and TypeMethodDescriptionSearchRequest.getEmbeddingType()Modality of the search: text-only, image-only, or multimodal (combined)Returns the enum constant of this class with the specified name.static SearchRequest.EmbeddingTypeEnum[]SearchRequest.EmbeddingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cachly.api.model with parameters of type SearchRequest.EmbeddingTypeEnumModifier and TypeMethodDescriptionSearchRequest.embeddingType(SearchRequest.EmbeddingTypeEnum embeddingType) voidSearchRequest.setEmbeddingType(SearchRequest.EmbeddingTypeEnum embeddingType)