Uses of Class
com.viglet.turing.persistence.dto.llm.TurLLMInstanceDto
Packages that use TurLLMInstanceDto
-
Uses of TurLLMInstanceDto in com.viglet.turing.api.llm
Methods in com.viglet.turing.api.llm that return TurLLMInstanceDtoModifier and TypeMethodDescriptionTurLLMInstanceAPI.turLLMInstanceAdd(Map<String, Object> payload) TurLLMInstanceAPI.turLLMInstanceGet(String id) TurLLMInstanceAPI.turLLMInstanceStructure()TurLLMInstanceAPI.turLLMInstanceUpdate(String id, Map<String, Object> payload) Methods in com.viglet.turing.api.llm that return types with arguments of type TurLLMInstanceDto -
Uses of TurLLMInstanceDto in com.viglet.turing.persistence.mapper.llm
Methods in com.viglet.turing.persistence.mapper.llm that return TurLLMInstanceDtoModifier and TypeMethodDescriptionTurLLMInstanceMapper.toDto(TurLLMInstance entity) TurLLMInstanceMapperImpl.toDto(TurLLMInstance entity) Methods in com.viglet.turing.persistence.mapper.llm that return types with arguments of type TurLLMInstanceDtoModifier and TypeMethodDescriptionTurLLMInstanceMapper.toDtoList(List<TurLLMInstance> entities) TurLLMInstanceMapperImpl.toDtoList(List<TurLLMInstance> entities) TurLLMInstanceMapper.toDtoSet(Set<TurLLMInstance> entities) TurLLMInstanceMapperImpl.toDtoSet(Set<TurLLMInstance> entities) Methods in com.viglet.turing.persistence.mapper.llm with parameters of type TurLLMInstanceDtoModifier and TypeMethodDescriptionTurLLMInstanceMapper.toEntity(TurLLMInstanceDto dto) TurLLMInstanceMapperImpl.toEntity(TurLLMInstanceDto dto)