Uses of Class
com.bytedesk.ai.model.LlmModelEntity
Packages that use LlmModelEntity
Package
Description
Model package contains data models and entities used across the AI module.
-
Uses of LlmModelEntity in com.bytedesk.ai.model
Methods in com.bytedesk.ai.model that return LlmModelEntityModifier and TypeMethodDescriptionprotected LlmModelEntityLlmModelRestService.doSave(LlmModelEntity entity) LlmModelRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LlmModelEntity entity) LlmModelRestService.save(LlmModelEntity entity) Methods in com.bytedesk.ai.model that return types with arguments of type LlmModelEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<LlmModelEntity>LlmModelRestService.createSpecification(LlmModelRequest request) protected org.springframework.data.domain.Page<LlmModelEntity>LlmModelRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LlmModelEntity> spec, org.springframework.data.domain.Pageable pageable) LlmModelRepository.findByNameAndProviderUid(String name, String providerUid) LlmModelRestService.findByProviderNameAndOrgUid(String providerName, String orgUid) LlmModelRepository.findByProviderNameAndOrgUidAndDeletedFalse(String providerName, String orgUid) LlmModelRepository.findByProviderUid(String providerUid) LlmModelRestService.findByProviderUid(String providerUid) static org.springframework.data.jpa.domain.Specification<LlmModelEntity>LlmModelSpecification.search(LlmModelRequest request, AuthService authService) Methods in com.bytedesk.ai.model with parameters of type LlmModelEntityModifier and TypeMethodDescriptionLlmModelRestService.convertToResponse(LlmModelEntity entity) protected LlmModelEntityLlmModelRestService.doSave(LlmModelEntity entity) LlmModelRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, LlmModelEntity entity) voidLlmModelEntityListener.postPersist(LlmModelEntity entity) voidLlmModelEntityListener.postUpdate(LlmModelEntity entity) LlmModelRestService.save(LlmModelEntity entity) Method parameters in com.bytedesk.ai.model with type arguments of type LlmModelEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<LlmModelEntity>LlmModelRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<LlmModelEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of LlmModelEntity in com.bytedesk.ai.model.event
Fields in com.bytedesk.ai.model.event declared as LlmModelEntityModifier and TypeFieldDescriptionprivate final LlmModelEntityLlmModelUpdateEvent.llmModelEntityprivate final LlmModelEntityLlmModelCreateEvent.lmModelConstructors in com.bytedesk.ai.model.event with parameters of type LlmModelEntityModifierConstructorDescriptionLlmModelCreateEvent(Object source, LlmModelEntity lmModel) LlmModelUpdateEvent(Object source, LlmModelEntity llmModelEntity)