public class CreateGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateGroupRequest() |
CreateGroupRequest(CreateGroupRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBrief()
Get 简介。
|
String |
getGroupId()
Get 图库ID,不可重复,仅支持字母、数字和下划线。
|
String |
getGroupName()
Get 图库名称描述。
|
Long |
getGroupType()
Get 图库类型, 默认为通用。
类型:
1: 通用图库,以用户输入图提取特征。
2: 灰度图库,输入图和搜索图均转为灰度图提取特征。
|
Long |
getMaxCapacity()
Get 该库的容量限制。
|
Long |
getMaxQps()
Get 该库的访问限频 ,默认10。
|
void |
setBrief(String Brief)
Set 简介。
|
void |
setGroupId(String GroupId)
Set 图库ID,不可重复,仅支持字母、数字和下划线。
|
void |
setGroupName(String GroupName)
Set 图库名称描述。
|
void |
setGroupType(Long GroupType)
Set 图库类型, 默认为通用。
类型:
1: 通用图库,以用户输入图提取特征。
2: 灰度图库,输入图和搜索图均转为灰度图提取特征。
|
void |
setMaxCapacity(Long MaxCapacity)
Set 该库的容量限制。
|
void |
setMaxQps(Long MaxQps)
Set 该库的访问限频 ,默认10。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateGroupRequest()
public CreateGroupRequest(CreateGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 图库ID,不可重复,仅支持字母、数字和下划线。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 图库名称描述。public Long getMaxCapacity()
public void setMaxCapacity(Long MaxCapacity)
MaxCapacity
- 该库的容量限制。public String getBrief()
public void setBrief(String Brief)
Brief
- 简介。public Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps
- 该库的访问限频 ,默认10。public Long getGroupType()
public void setGroupType(Long GroupType)
GroupType
- 图库类型, 默认为通用。
类型:
1: 通用图库,以用户输入图提取特征。
2: 灰度图库,输入图和搜索图均转为灰度图提取特征。Copyright © 2021. All rights reserved.