Class ModifyModelServicePartialConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ModifyModelServicePartialConfigRequest
-
public class ModifyModelServicePartialConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyModelServicePartialConfigRequest
public ModifyModelServicePartialConfigRequest()
-
ModifyModelServicePartialConfigRequest
public 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get 在线推理服务Id,需已存在- Returns:
- ServiceId 在线推理服务Id,需已存在
-
setServiceId
public void setServiceId(String ServiceId)
Set 在线推理服务Id,需已存在- Parameters:
ServiceId
- 在线推理服务Id,需已存在
-
getScheduledAction
public ScheduledAction getScheduledAction()
Get 更新后服务不重启,定时停止的配置- Returns:
- ScheduledAction 更新后服务不重启,定时停止的配置
-
setScheduledAction
public void setScheduledAction(ScheduledAction ScheduledAction)
Set 更新后服务不重启,定时停止的配置- Parameters:
ScheduledAction
- 更新后服务不重启,定时停止的配置
-
getServiceLimit
public ServiceLimit getServiceLimit()
Get 更新后服务不重启,服务对应限流限频配置- Returns:
- ServiceLimit 更新后服务不重启,服务对应限流限频配置
-
setServiceLimit
public void setServiceLimit(ServiceLimit ServiceLimit)
Set 更新后服务不重启,服务对应限流限频配置- Parameters:
ServiceLimit
- 更新后服务不重启,服务对应限流限频配置
-
-