Class UpgradeGroupFaceModelVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20180301.models.UpgradeGroupFaceModelVersionRequest
-
public class UpgradeGroupFaceModelVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpgradeGroupFaceModelVersionRequest
public UpgradeGroupFaceModelVersionRequest()
-
UpgradeGroupFaceModelVersionRequest
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 需要升级的人员库ID。- Returns:
- GroupId 需要升级的人员库ID。
-
setGroupId
public void setGroupId(String GroupId)
Set 需要升级的人员库ID。- Parameters:
GroupId
- 需要升级的人员库ID。
-
getFaceModelVersion
public String getFaceModelVersion()
Get 需要升级至的算法模型版本。默认为最新版本。不可逆向升级- Returns:
- FaceModelVersion 需要升级至的算法模型版本。默认为最新版本。不可逆向升级
-
setFaceModelVersion
public void setFaceModelVersion(String FaceModelVersion)
Set 需要升级至的算法模型版本。默认为最新版本。不可逆向升级- Parameters:
FaceModelVersion
- 需要升级至的算法模型版本。默认为最新版本。不可逆向升级
-
-