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
Fields in com.bytedesk.ai.model declared as LlmModelEntityModifier and TypeFieldDescriptionprivate final LlmModelEntity
LlmModelUpdateEvent.llmModelEntity
private final LlmModelEntity
LlmModelCreateEvent.lmModel
Methods in com.bytedesk.ai.model that return LlmModelEntityModifier and TypeMethodDescriptionprotected LlmModelEntity
LlmModelRestService.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 TypeMethodDescriptionLlmModelRepository.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) Methods in com.bytedesk.ai.model with parameters of type LlmModelEntityModifier and TypeMethodDescriptionLlmModelRestService.convertToResponse
(LlmModelEntity entity) protected LlmModelEntity
LlmModelRestService.doSave
(LlmModelEntity entity) LlmModelRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, LlmModelEntity entity) void
LlmModelEntityListener.postPersist
(LlmModelEntity entity) void
LlmModelEntityListener.postUpdate
(LlmModelEntity entity) LlmModelRestService.save
(LlmModelEntity entity) Constructors in com.bytedesk.ai.model with parameters of type LlmModelEntityModifierConstructorDescriptionLlmModelCreateEvent
(Object source, LlmModelEntity lmModel) LlmModelUpdateEvent
(Object source, LlmModelEntity llmModelEntity)