%Embedding.Interface
abstract class %Embedding.Interface extends %Library.RegisteredObject
Abstract class for %Embeddings. Each child class shouldMethod Inventory
Methods
abstract classmethod Embedding(input, configuration) as %Vector
Abstract method to retrieve embeddings. To be implemented by subclass of %Embedding
abstract classmethod IsValidConfig(config As %DynamicObject, ByRef errorMsg As %String) as %Boolean
Abstract method to validate configuration. To be implemented by subclass of %Embedding
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()