Class CreateServiceConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiems.v20190416.models.CreateServiceConfigRequest
-
public class CreateServiceConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateServiceConfigRequest()
CreateServiceConfigRequest(CreateServiceConfigRequest 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
getDescription()
Get 配置描述String
getModelUri()
Get 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。String
getName()
Get 配置名称String
getRuntime()
Get 运行环境void
setDescription(String Description)
Set 配置描述void
setModelUri(String ModelUri)
Set 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。void
setName(String Name)
Set 配置名称void
setRuntime(String Runtime)
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
-
CreateServiceConfigRequest
public CreateServiceConfigRequest()
-
CreateServiceConfigRequest
public CreateServiceConfigRequest(CreateServiceConfigRequest 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
-
getName
public String getName()
Get 配置名称- Returns:
- Name 配置名称
-
setName
public void setName(String Name)
Set 配置名称- Parameters:
Name
- 配置名称
-
getRuntime
public String getRuntime()
Get 运行环境- Returns:
- Runtime 运行环境
-
setRuntime
public void setRuntime(String Runtime)
Set 运行环境- Parameters:
Runtime
- 运行环境
-
getModelUri
public String getModelUri()
Get 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。- Returns:
- ModelUri 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。
-
setModelUri
public void setModelUri(String ModelUri)
Set 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。- Parameters:
ModelUri
- 模型地址,支持cos路径,格式为 cos://bucket名-appid.cos.region名.myqcloud.com/模型文件夹路径。为模型文件的上一层文件夹地址。
-
getDescription
public String getDescription()
Get 配置描述- Returns:
- Description 配置描述
-
setDescription
public void setDescription(String Description)
Set 配置描述- Parameters:
Description
- 配置描述
-
-