Interface AiModel

  • All Implemented Interfaces:
    com.embabel.common.ai.model.ModelMetadata , com.embabel.common.core.types.HasInfoString

    
    public interface AiModel<M extends Object>
     implements ModelMetadata, HasInfoString
                        

    Wraps a lower level AI model and allows metadata to be attached to a model

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String infoString(Boolean verbose, Integer indent)
      abstract M getModel()
      • Methods inherited from class com.embabel.common.ai.model.ModelMetadata

        getName, getProvider, getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait