getData()

This getter returns the raw embedding data contained in this embedding list.

public Object getData()

RETURNS:

Object

EXCEPTIONS:

  • MilvusClientException

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

Example

EmbeddingList embeddingList = new EmbeddingList();
Object data = embeddingList.getData();

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?