Uses of Record Class
io.quarkiverse.langchain4j.watsonx.bean.EmbeddingResponse.Result
Packages that use EmbeddingResponse.Result
-
Uses of EmbeddingResponse.Result in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return types with arguments of type EmbeddingResponse.ResultModifier and TypeMethodDescriptionEmbeddingResponse.results()Returns the value of theresultsrecord component.Constructor parameters in io.quarkiverse.langchain4j.watsonx.bean with type arguments of type EmbeddingResponse.ResultModifierConstructorDescriptionEmbeddingResponse(List<EmbeddingResponse.Result> results) Creates an instance of aEmbeddingResponserecord class.