Package com.embabel.common.ai.autoconfig
Class RegisteredModel
-
- All Implemented Interfaces:
public final class RegisteredModelRepresents a registered model with its bean name and model ID.
-
-
Constructor Summary
Constructors Constructor Description RegisteredModel(String beanName, String modelId)
-
Method Summary
Modifier and Type Method Description final StringgetBeanName()final StringgetModelId()-
-
Method Detail
-
getBeanName
final String getBeanName()
-
getModelId
final String getModelId()
-
-
-
-