public class ModifyCustomizationStateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCustomizationStateRequest() |
ModifyCustomizationStateRequest(ModifyCustomizationStateRequest 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 |
getModelId()
Get 自学习模型ID
|
Long |
getToState()
Get 想要变换的模型状态,-1代表下线,1代表上线
|
void |
setModelId(String ModelId)
Set 自学习模型ID
|
void |
setToState(Long ToState)
Set 想要变换的模型状态,-1代表下线,1代表上线
|
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 ModifyCustomizationStateRequest()
public ModifyCustomizationStateRequest(ModifyCustomizationStateRequest source)
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 自学习模型IDpublic Long getToState()
public void setToState(Long ToState)
ToState
- 想要变换的模型状态,-1代表下线,1代表上线Copyright © 2024. All rights reserved.