Class CreateBatchModelAccTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.CreateBatchModelAccTasksRequest
-
public class CreateBatchModelAccTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBatchModelAccTasksRequest()CreateBatchModelAccTasksRequest(CreateBatchModelAccTasksRequest 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 BatchModelAccTask[]getBatchModelAccTasks()Get 批量模型加速任务StringgetGPUType()Get GPU卡类型(T4/V100/A10),默认T4HyperParametergetHyperParameter()Get 专业参数设置StringgetModelAccTaskName()Get 模型加速任务名称CosPathInfogetModelOutputPath()Get 模型加速保存路径StringgetOptimizationLevel()Get 优化级别(NO_LOSS/FP16/INT8),默认FP16Tag[]getTags()Get 标签voidsetBatchModelAccTasks(BatchModelAccTask[] BatchModelAccTasks)Set 批量模型加速任务voidsetGPUType(String GPUType)Set GPU卡类型(T4/V100/A10),默认T4voidsetHyperParameter(HyperParameter HyperParameter)Set 专业参数设置voidsetModelAccTaskName(String ModelAccTaskName)Set 模型加速任务名称voidsetModelOutputPath(CosPathInfo ModelOutputPath)Set 模型加速保存路径voidsetOptimizationLevel(String OptimizationLevel)Set 优化级别(NO_LOSS/FP16/INT8),默认FP16voidsetTags(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
-
CreateBatchModelAccTasksRequest
public CreateBatchModelAccTasksRequest()
-
CreateBatchModelAccTasksRequest
public CreateBatchModelAccTasksRequest(CreateBatchModelAccTasksRequest 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
-
getModelAccTaskName
public String getModelAccTaskName()
Get 模型加速任务名称- Returns:
- ModelAccTaskName 模型加速任务名称
-
setModelAccTaskName
public void setModelAccTaskName(String ModelAccTaskName)
Set 模型加速任务名称- Parameters:
ModelAccTaskName- 模型加速任务名称
-
getBatchModelAccTasks
public BatchModelAccTask[] getBatchModelAccTasks()
Get 批量模型加速任务- Returns:
- BatchModelAccTasks 批量模型加速任务
-
setBatchModelAccTasks
public void setBatchModelAccTasks(BatchModelAccTask[] BatchModelAccTasks)
Set 批量模型加速任务- Parameters:
BatchModelAccTasks- 批量模型加速任务
-
getModelOutputPath
public CosPathInfo getModelOutputPath()
Get 模型加速保存路径- Returns:
- ModelOutputPath 模型加速保存路径
-
setModelOutputPath
public void setModelOutputPath(CosPathInfo ModelOutputPath)
Set 模型加速保存路径- Parameters:
ModelOutputPath- 模型加速保存路径
-
getTags
public Tag[] getTags()
Get 标签- Returns:
- Tags 标签
-
setTags
public void setTags(Tag[] Tags)
Set 标签- Parameters:
Tags- 标签
-
getOptimizationLevel
public String getOptimizationLevel()
Get 优化级别(NO_LOSS/FP16/INT8),默认FP16- Returns:
- OptimizationLevel 优化级别(NO_LOSS/FP16/INT8),默认FP16
-
setOptimizationLevel
public void setOptimizationLevel(String OptimizationLevel)
Set 优化级别(NO_LOSS/FP16/INT8),默认FP16- Parameters:
OptimizationLevel- 优化级别(NO_LOSS/FP16/INT8),默认FP16
-
getGPUType
public String getGPUType()
Get GPU卡类型(T4/V100/A10),默认T4- Returns:
- GPUType GPU卡类型(T4/V100/A10),默认T4
-
setGPUType
public void setGPUType(String GPUType)
Set GPU卡类型(T4/V100/A10),默认T4- Parameters:
GPUType- GPU卡类型(T4/V100/A10),默认T4
-
getHyperParameter
public HyperParameter getHyperParameter()
Get 专业参数设置- Returns:
- HyperParameter 专业参数设置
-
setHyperParameter
public void setHyperParameter(HyperParameter HyperParameter)
Set 专业参数设置- Parameters:
HyperParameter- 专业参数设置
-
-