Uses of Record Class
org.hibernate.milvus.jdbc.MilvusCreateCollection.IndexParam
Packages that use MilvusCreateCollection.IndexParam
-
Uses of MilvusCreateCollection.IndexParam in org.hibernate.milvus.jdbc
Methods in org.hibernate.milvus.jdbc that return types with arguments of type MilvusCreateCollection.IndexParamModifier and TypeMethodDescriptionMilvusCreateCollection.indexParams()Returns the value of theindexParamsrecord component.Constructor parameters in org.hibernate.milvus.jdbc with type arguments of type MilvusCreateCollection.IndexParamModifierConstructorDescriptionMilvusCreateCollection(String collectionName, String description, Integer dimension, String primaryFieldName, io.milvus.v2.common.DataType idType, Integer maxLength, String vectorFieldName, String metricType, Boolean autoID, Boolean enableDynamicField, Integer numShards, MilvusCreateCollection.Schema collectionSchema, List<MilvusCreateCollection.IndexParam> indexParams, Integer numPartitions, io.milvus.v2.common.ConsistencyLevel consistencyLevel, Map<String, String> properties) Creates an instance of aMilvusCreateCollectionrecord class.