A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- withAlias(String) - Method in class io.milvus.param.alias.AlterAliasParam.Builder
-
Sets the collection alias.
- withAlias(String) - Method in class io.milvus.param.alias.CreateAliasParam.Builder
-
Sets the collection alias.
- withAlias(String) - Method in class io.milvus.param.alias.DropAliasParam.Builder
-
Sets collection alias.
- withAutoID(boolean) - Method in class io.milvus.param.collection.FieldType.Builder
-
Enables auto-id function for the field.
- withCollectionName(String) - Method in class io.milvus.param.alias.AlterAliasParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.alias.CreateAliasParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.DescribeCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.DropCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.GetCollectionStatisticsParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.HasCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.collection.ReleaseCollectionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.control.GetPersistentSegmentInfoParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.control.GetQuerySegmentInfoParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.control.ManualCompactionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.dml.InsertParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Set the collection name.
- withCollectionName(String) - Method in class io.milvus.param.index.DescribeIndexParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.index.DropIndexParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.index.GetIndexBuildProgressParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.index.GetIndexStateParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.CreatePartitionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.DropPartitionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.HasPartitionParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.ReleasePartitionsParam.Builder
-
Sets the collection name.
- withCollectionName(String) - Method in class io.milvus.param.partition.ShowPartitionsParam.Builder
-
Sets the collection name.
- withCollectionNames(List<String>) - Method in class io.milvus.param.collection.FlushParam.Builder
-
Sets a list of collections to be flushed.
- withCollectionNames(List<String>) - Method in class io.milvus.param.collection.ShowCollectionsParam.Builder
-
Sets a list of collection names.
- withCompactionID(Long) - Method in class io.milvus.param.control.GetCompactionPlansParam.Builder
-
Sets compaction action id to get the plans.
- withCompactionID(Long) - Method in class io.milvus.param.control.GetCompactionStateParam.Builder
-
Sets the compaction action id to get state.
- withConnectTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the connection timeout value of client channel.
- withDataType(DataType) - Method in class io.milvus.param.collection.FieldType.Builder
-
Sets the data type for the field.
- withDescription(String) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
-
Sets the collection description.
- withDescription(String) - Method in class io.milvus.param.collection.FieldType.Builder
-
Sets the field description.
- withDestinationNodeID(List<Long>) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
-
Sets the destination query node by ID array to which the sealed segments will be balance.
- withDimension(Integer) - Method in class io.milvus.param.collection.FieldType.Builder
-
Sets the dimension of a vector field.
- withExpr(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
-
Sets the expression to filter out entities to be deleted.
- withExpr(String) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Sets the expression to query entities.
- withExpr(String) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets expression to filter out entities before searching (Optional).
- withExtraParam(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the specific index parameters according to index type.
- withFieldName(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the target field name.
- withFieldName(String) - Method in class io.milvus.param.index.DescribeIndexParam.Builder
-
Sets the target field name.
- withFieldName(String) - Method in class io.milvus.param.index.DropIndexParam.Builder
-
Sets the target field name.
- withFieldName(String) - Method in class io.milvus.param.index.GetIndexStateParam.Builder
-
Sets the target field name.
- withFields(List<InsertParam.Field>) - Method in class io.milvus.param.dml.InsertParam.Builder
-
Sets the data to insert.
- withFieldTypes(List<FieldType>) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
-
Sets the schema of the collection.
- withFlush(Boolean) - Method in class io.milvus.param.collection.GetCollectionStatisticsParam.Builder
-
Requires a flush action before retrieving collection statistics.
- withFlush(Boolean) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
-
Requires a flush action before retrieving partition statistics.
- withGuaranteeTimestamp(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Instructs server to see insert/delete operations performed before a provided timestamp.
- withGuaranteeTimestamp(Long) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Instructs server to see insert/delete operations performed before a provided timestamp.
- withHost(String) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the host name/address.
- withIdleTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the idle timeout value of client channel.
- withIndexType(IndexType) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the index type.
- withKeepAliveTime(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the keep-alive time value of client channel.
- withKeepAliveTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the keep-alive timeout value of client channel.
- withMetricType(MetricType) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets metric type of ANN searching.
- withMetricType(MetricType) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the metric type.
- withMetricType(MetricType) - Method in class io.milvus.param.dml.CalcDistanceParam.Builder
-
Sets metric type of calculation.
- withName(String) - Method in class io.milvus.param.collection.FieldType.Builder
- withOutFields(List<String>) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Specifies output fields (Optional).
- withOutFields(List<String>) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Specifies output fields (Optional).
- withParams(String) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets the search parameters specific to the index type.
- withPartitionName(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
-
Sets the partition name (Optional).
- withPartitionName(String) - Method in class io.milvus.param.dml.InsertParam.Builder
-
Set partition name (Optional).
- withPartitionName(String) - Method in class io.milvus.param.partition.CreatePartitionParam.Builder
-
Sets the partition name.
- withPartitionName(String) - Method in class io.milvus.param.partition.DropPartitionParam.Builder
-
Sets the partition name.
- withPartitionName(String) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
-
Sets the partition name.
- withPartitionName(String) - Method in class io.milvus.param.partition.HasPartitionParam.Builder
-
Sets the partition name.
- withPartitionNames(List<String>) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Sets partition names list to specify query scope (Optional).
- withPartitionNames(List<String>) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets partition names list to specify search scope (Optional).
- withPartitionNames(List<String>) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
-
Sets the partition names list.
- withPartitionNames(List<String>) - Method in class io.milvus.param.partition.ReleasePartitionsParam.Builder
-
Sets the partition names list.
- withPartitionNames(List<String>) - Method in class io.milvus.param.partition.ShowPartitionsParam.Builder
-
Sets the partition names list.
- withPort(int) - Method in class io.milvus.param.ConnectParam.Builder
-
Sets the connection port.
- withPrimaryKey(boolean) - Method in class io.milvus.param.collection.FieldType.Builder
-
Sets the field as the primary key field.
- withRequest(String) - Method in class io.milvus.param.control.GetMetricsParam.Builder
-
Sets request in .json format to retrieve metric information from server.
- withRoundDecimal(Integer) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Specifies the decimal place of the returned results.
- withSegmentIDs(List<Long>) - Method in class io.milvus.param.control.GetFlushStateParam.Builder
-
Specify segments
- withSegmentIDs(List<Long>) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
-
Sets a sealed segments by ID array to be balanced.
- withShardsNum(int) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
-
Sets the shards number.
- withSourceNodeID(Long) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
-
Sets the source query node by ID in which the sealed segments were loaded.
- withSyncFlush(Boolean) - Method in class io.milvus.param.collection.FlushParam.Builder
-
Sets the flush function to sync mode.
- withSyncFlushWaitingInterval(Long) - Method in class io.milvus.param.collection.FlushParam.Builder
-
Sets waiting interval in sync mode.
- withSyncFlushWaitingTimeout(Long) - Method in class io.milvus.param.collection.FlushParam.Builder
-
Sets timeout value for sync mode.
- withSyncLoad(Boolean) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
-
Enable sync mode for load action.
- withSyncLoad(Boolean) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
-
Enables sync mode for load action.
- withSyncLoadWaitingInterval(Long) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
-
Sets waiting interval in sync mode.
- withSyncLoadWaitingInterval(Long) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
-
Sets the waiting interval for sync mode.
- withSyncLoadWaitingTimeout(Long) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
-
Sets timeout value for the sync mode.
- withSyncLoadWaitingTimeout(Long) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
-
Sets the timeout value for sync mode.
- withSyncMode(Boolean) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Enables to sync mode.
- withSyncWaitingInterval(Long) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the waiting interval in sync mode.
- withSyncWaitingTimeout(Long) - Method in class io.milvus.param.index.CreateIndexParam.Builder
-
Sets the timeout value for sync mode.
- withTimeout(long, TimeUnit) - Method in interface io.milvus.client.MilvusClient
-
Timeout setting for rpc call.
- withTimeout(long, TimeUnit) - Method in class io.milvus.client.MilvusServiceClient
- withTopK(Integer) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets topK value of ANN search.
- withTravelTimestamp(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
-
Specify an absolute timestamp in a query to get results based on a data view at a specified point in time.
- withTravelTimestamp(Long) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Specify an absolute timestamp in a search to get results based on a data view at a specified point in time.
- withTypeParams(Map<String, String>) - Method in class io.milvus.param.collection.FieldType.Builder
-
Sets more parameters for the field.
- withVectorFieldName(String) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets target vector field by name.
- withVectors(List<?>) - Method in class io.milvus.param.dml.SearchParam.Builder
-
Sets the target vectors.
- withVectorsLeft(List<List<Float>>) - Method in class io.milvus.param.dml.CalcDistanceParam.Builder
-
Sets a list of left side vectors.
- withVectorsRight(List<List<Float>>) - Method in class io.milvus.param.dml.CalcDistanceParam.Builder
-
Sets a list of right side vectors.
All Classes All Packages