public class ModifyModelServicePartialConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyModelServicePartialConfigRequest() |
ModifyModelServicePartialConfigRequest(ModifyModelServicePartialConfigRequest 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 |
---|---|
ScheduledAction |
getScheduledAction()
Get 更新后服务不重启,定时停止的配置
|
String |
getServiceId()
Get 在线推理服务Id,需已存在
|
ServiceLimit |
getServiceLimit()
Get 更新后服务不重启,服务对应限流限频配置
|
void |
setScheduledAction(ScheduledAction ScheduledAction)
Set 更新后服务不重启,定时停止的配置
|
void |
setServiceId(String ServiceId)
Set 在线推理服务Id,需已存在
|
void |
setServiceLimit(ServiceLimit ServiceLimit)
Set 更新后服务不重启,服务对应限流限频配置
|
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 ModifyModelServicePartialConfigRequest()
public ModifyModelServicePartialConfigRequest(ModifyModelServicePartialConfigRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 在线推理服务Id,需已存在public ScheduledAction getScheduledAction()
public void setScheduledAction(ScheduledAction ScheduledAction)
ScheduledAction
- 更新后服务不重启,定时停止的配置public ServiceLimit getServiceLimit()
public void setServiceLimit(ServiceLimit ServiceLimit)
ServiceLimit
- 更新后服务不重启,服务对应限流限频配置Copyright © 2024. All rights reserved.