Uses of Class
com.viglet.turing.persistence.model.llm.TurLLMInstance
Packages that use TurLLMInstance
-
Uses of TurLLMInstance in com.viglet.turing.api.llm
Methods in com.viglet.turing.api.llm that return TurLLMInstanceModifier and TypeMethodDescriptionTurLLMInstanceAPI.turLLMInstanceAdd
(TurLLMInstance turLLMInstance) TurLLMInstanceAPI.turLLMInstanceGet
(String id) TurLLMInstanceAPI.turLLMInstanceStructure()
TurLLMInstanceAPI.turLLMInstanceUpdate
(String id, TurLLMInstance turLLMInstance) Methods in com.viglet.turing.api.llm that return types with arguments of type TurLLMInstanceMethods in com.viglet.turing.api.llm with parameters of type TurLLMInstanceModifier and TypeMethodDescriptionTurLLMInstanceAPI.turLLMInstanceAdd
(TurLLMInstance turLLMInstance) TurLLMInstanceAPI.turLLMInstanceUpdate
(String id, TurLLMInstance turLLMInstance) -
Uses of TurLLMInstance in com.viglet.turing.persistence.repository.llm
Methods in com.viglet.turing.persistence.repository.llm that return TurLLMInstanceModifier and TypeMethodDescription@NotNull TurLLMInstance
TurLLMInstanceRepository.save
(@NotNull TurLLMInstance turLLMInstance) Methods in com.viglet.turing.persistence.repository.llm that return types with arguments of type TurLLMInstanceModifier and TypeMethodDescriptionTurLLMInstanceRepository.findAll()
@NotNull Optional
<TurLLMInstance> Methods in com.viglet.turing.persistence.repository.llm with parameters of type TurLLMInstanceModifier and TypeMethodDescription@NotNull TurLLMInstance
TurLLMInstanceRepository.save
(@NotNull TurLLMInstance turLLMInstance)