Class CreateOptimizedModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.CreateOptimizedModelRequest
-
public class CreateOptimizedModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOptimizedModelRequest()CreateOptimizedModelRequest(CreateOptimizedModelRequest 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 StringgetModelAccTaskId()Get 模型加速任务IDTag[]getTags()Get 标签voidsetModelAccTaskId(String ModelAccTaskId)Set 模型加速任务IDvoidsetTags(Tag[] Tags)Set 标签voidtoMap(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
-
CreateOptimizedModelRequest
public CreateOptimizedModelRequest()
-
CreateOptimizedModelRequest
public CreateOptimizedModelRequest(CreateOptimizedModelRequest 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
-
getModelAccTaskId
public String getModelAccTaskId()
Get 模型加速任务ID- Returns:
- ModelAccTaskId 模型加速任务ID
-
setModelAccTaskId
public void setModelAccTaskId(String ModelAccTaskId)
Set 模型加速任务ID- Parameters:
ModelAccTaskId- 模型加速任务ID
-
getTags
public Tag[] getTags()
Get 标签- Returns:
- Tags 标签
-
setTags
public void setTags(Tag[] Tags)
Set 标签- Parameters:
Tags- 标签
-
-