mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
Tag model opt (#784)
This commit is contained in:
@@ -4,5 +4,6 @@ public enum TagDefineType {
|
||||
|
||||
FIELD,
|
||||
DIMENSION,
|
||||
METRIC,
|
||||
TAG
|
||||
}
|
||||
|
||||
@@ -12,8 +12,14 @@ import lombok.ToString;
|
||||
@ToString(callSuper = true)
|
||||
public class TagResp extends SchemaItem {
|
||||
|
||||
private Long domainId;
|
||||
|
||||
private String domainName;
|
||||
|
||||
private Long modelId;
|
||||
|
||||
private String modelName;
|
||||
|
||||
private String type;
|
||||
|
||||
private Boolean isCollect;
|
||||
|
||||
Reference in New Issue
Block a user