Java SDK Reference (v2)
欢迎使用 Milvus Java SDK 参考文档 (v2).
在使用 Go SDK 执行操作时,您可以使用以下两种方法进行身份验证:
-
使用 API 密钥
要获取 API 密钥,请按照API 密钥中的说明进行操作。
-
使用集群令牌
要获取集群令牌,请使用冒号(:)将目标集群的用户名和密码连接起来,如
username:password。注意,BYOC 集群仅支持使用集群令牌进行身份验证。
Authentication [READ MORE]
Methods related to implement role-based access control to your resources.
Client [READ MORE]
Classes and methods for you to manage the MilvusClient instances.
Collections [READ MORE]
Methods for you to manage collections.
Database [READ MORE]
Methods related to database operations.
Management [READ MORE]
Methods for you to index, load, and release a collection.
Partitions [READ MORE]
Methods related to the manipulation of the partitions in a collection.
Vector [READ MORE]
Methods related to CRUD operations within a collection.
Data Import [READ MORE]
Classes and methods related to BulkWriter and BulkImport, facilitating importing data to your collections.
Volume [READ MORE]
Classes and methods related to Zilliz Cloud's Volume service.