public class MilvusField extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Boolean |
autoId |
private io.milvus.v2.common.DataType |
dataType |
private String |
description |
private Integer |
dimension |
private io.milvus.v2.common.DataType |
elementType |
private String |
fieldName |
private Boolean |
isPartitionKey |
private Boolean |
isPrimaryKey |
private Integer |
maxCapacity |
private Integer |
maxLength |
| 构造器和说明 |
|---|
MilvusField() |
private String fieldName
private io.milvus.v2.common.DataType dataType
private Boolean isPrimaryKey
private Boolean autoId
private String description
private Integer dimension
private Integer maxLength
private Boolean isPartitionKey
private io.milvus.v2.common.DataType elementType
private Integer maxCapacity
Copyright © 2024. All rights reserved.