Uses of Class
com.viglet.turing.persistence.model.llm.TurLLMVendor
Packages that use TurLLMVendor
-
Uses of TurLLMVendor in com.viglet.turing.api.llm
Methods in com.viglet.turing.api.llm that return TurLLMVendorModifier and TypeMethodDescriptionTurLLMVendorAPI.turLLMVendorAdd
(TurLLMVendor turLLMVendor) TurLLMVendorAPI.turLLMVendorGet
(String id) TurLLMVendorAPI.turLLMVendorUpdate
(String id, TurLLMVendor turLLMVendor) Methods in com.viglet.turing.api.llm that return types with arguments of type TurLLMVendorMethods in com.viglet.turing.api.llm with parameters of type TurLLMVendorModifier and TypeMethodDescriptionTurLLMVendorAPI.turLLMVendorAdd
(TurLLMVendor turLLMVendor) TurLLMVendorAPI.turLLMVendorUpdate
(String id, TurLLMVendor turLLMVendor) -
Uses of TurLLMVendor in com.viglet.turing.persistence.repository.llm
Methods in com.viglet.turing.persistence.repository.llm that return TurLLMVendorModifier and TypeMethodDescription@NotNull TurLLMVendor
TurLLMVendorRepository.save
(@NotNull TurLLMVendor turLLMVendor) Methods in com.viglet.turing.persistence.repository.llm that return types with arguments of type TurLLMVendorModifier and TypeMethodDescription@NotNull List
<TurLLMVendor> TurLLMVendorRepository.findAll()
@NotNull Optional
<TurLLMVendor> Methods in com.viglet.turing.persistence.repository.llm with parameters of type TurLLMVendorModifier and TypeMethodDescription@NotNull TurLLMVendor
TurLLMVendorRepository.save
(@NotNull TurLLMVendor turLLMVendor)