getPlaceholderType()

This getter returns the placeholder type of the embedding list, which indicates the vector data format.

public PlaceholderType getPlaceholderType()

RETURNS:

PlaceholderType

EXCEPTIONS:

  • MilvusClientException

    This exception will be raised when any error occurs during this operation.

Example

EmbeddingList embeddingList = new EmbeddingList();
PlaceholderType type = embeddingList.getPlaceholderType();

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?