public class UpgradeGroupFaceModelVersionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpgradeGroupFaceModelVersionRequest() |
UpgradeGroupFaceModelVersionRequest(UpgradeGroupFaceModelVersionRequest 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpgradeGroupFaceModelVersionRequest()
public UpgradeGroupFaceModelVersionRequest(UpgradeGroupFaceModelVersionRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 需要升级的人员库ID。public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion
- 需要升级至的算法模型版本。默认为最新版本。不可逆向升级Copyright © 2024. All rights reserved.