Uses of Enum Class
com.basistech.rosette.dm.Embeddings.Name
Packages that use Embeddings.Name
-
Uses of Embeddings.Name in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return Embeddings.NameModifier and TypeMethodDescriptionstatic Embeddings.NameReturns the enum constant of this class with the specified name.static Embeddings.Name[]Embeddings.Name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.basistech.rosette.dm that return types with arguments of type Embeddings.NameModifier and TypeMethodDescriptionEmbeddings.getCollections()Retrieve all of the collections as a map.Methods in com.basistech.rosette.dm with parameters of type Embeddings.NameModifier and TypeMethodDescriptionEmbeddings.get(Embeddings.Name collectionName) Retrieve the embeddings, if any, for a particular collection.Embeddings.Builder.put(Embeddings.Name collectionName, EmbeddingCollection collection) Put a collection of embeddings into the embeddings.Constructor parameters in com.basistech.rosette.dm with type arguments of type Embeddings.NameModifierConstructorDescriptionprotectedEmbeddings(Map<Embeddings.Name, EmbeddingCollection> collections, Map<String, Object> extendedProperties)