public class ModifyCustomizationRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyCustomizationRequest() |
ModifyCustomizationRequest(ModifyCustomizationRequest 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 |
---|---|
Long |
getBizId()
Get 应用 ID,登录控制台创建应用得到的AppID
|
String |
getModelId()
Get 修改的模型ID
|
String |
getTextUrl()
Get 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
|
void |
setBizId(Long BizId)
Set 应用 ID,登录控制台创建应用得到的AppID
|
void |
setModelId(String ModelId)
Set 修改的模型ID
|
void |
setTextUrl(String TextUrl)
Set 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCustomizationRequest()
public ModifyCustomizationRequest(ModifyCustomizationRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId
- 应用 ID,登录控制台创建应用得到的AppIDpublic String getTextUrl()
public void setTextUrl(String TextUrl)
TextUrl
- 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cospublic String getModelId()
public void setModelId(String ModelId)
ModelId
- 修改的模型IDCopyright © 2023. All rights reserved.