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
Subinterfaces with type arguments of type TurLLMInstance in com.viglet.turing.persistence.repository.llmMethods in com.viglet.turing.persistence.repository.llm with type parameters of type TurLLMInstanceModifier and TypeMethodDescription<S extends TurLLMInstance>
STurLLMInstanceRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.llm that return types with arguments of type TurLLMInstanceModifier and TypeMethodDescriptionTurLLMInstanceRepository.findAll()@NotNull Optional<TurLLMInstance>