public class UpgradeGroupFaceModelVersionRequest extends AbstractModel
| Constructor and Description |
|---|
UpgradeGroupFaceModelVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaceModelVersion()
Get 需要升级至的算法模型版本。默认为最新版本。
|
String |
getGroupId()
Get 需要升级的人员库ID。
|
void |
setFaceModelVersion(String FaceModelVersion)
Set 需要升级至的算法模型版本。默认为最新版本。
|
void |
setGroupId(String GroupId)
Set 需要升级的人员库ID。
|
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, toJsonStringpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 需要升级的人员库ID。public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion - 需要升级至的算法模型版本。默认为最新版本。Copyright © 2020. All rights reserved.