public class CreateJobRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateJobRequest() |
CreateJobRequest(CreateJobRequest 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 |
---|---|
String |
getCluster()
Get 运行集群
|
String |
getConfigId()
Get 使用的配置 Id
|
Long |
getCpu()
Get 处理器配置, 单位为1/1000核;范围[100, 256000]
|
String |
getDescription()
Get 任务描述
|
Long |
getGpu()
Get GPU算力配置,单位为1/1000 卡,范围 [0, 256000]
|
Long |
getGpuMemory()
Get 显存配置, 单位为1M,范围 [0, 256000]
|
String |
getGpuType()
Get GPU类型
|
String |
getLogTopicId()
Get Cls日志主题ID
|
Long |
getMemory()
Get 内存配置, 单位为1M;范围[100, 256000]
|
String |
getName()
Get 任务名称
|
PredictInput |
getPredictInput()
Get 预测输入
|
QuantizationInput |
getQuantizationInput()
Get 量化输入
|
String |
getResourceGroupId()
Get 使用的资源组 Id,默认使用共享资源组
|
Long |
getWorkerCount()
Get 同时处理任务的 Worker 个数
|
void |
setCluster(String Cluster)
Set 运行集群
|
void |
setConfigId(String ConfigId)
Set 使用的配置 Id
|
void |
setCpu(Long Cpu)
Set 处理器配置, 单位为1/1000核;范围[100, 256000]
|
void |
setDescription(String Description)
Set 任务描述
|
void |
setGpu(Long Gpu)
Set GPU算力配置,单位为1/1000 卡,范围 [0, 256000]
|
void |
setGpuMemory(Long GpuMemory)
Set 显存配置, 单位为1M,范围 [0, 256000]
|
void |
setGpuType(String GpuType)
Set GPU类型
|
void |
setLogTopicId(String LogTopicId)
Set Cls日志主题ID
|
void |
setMemory(Long Memory)
Set 内存配置, 单位为1M;范围[100, 256000]
|
void |
setName(String Name)
Set 任务名称
|
void |
setPredictInput(PredictInput PredictInput)
Set 预测输入
|
void |
setQuantizationInput(QuantizationInput QuantizationInput)
Set 量化输入
|
void |
setResourceGroupId(String ResourceGroupId)
Set 使用的资源组 Id,默认使用共享资源组
|
void |
setWorkerCount(Long WorkerCount)
Set 同时处理任务的 Worker 个数
|
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 CreateJobRequest()
public CreateJobRequest(CreateJobRequest source)
public String getName()
public void setName(String Name)
Name
- 任务名称public String getResourceGroupId()
public void setResourceGroupId(String ResourceGroupId)
ResourceGroupId
- 使用的资源组 Id,默认使用共享资源组public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 处理器配置, 单位为1/1000核;范围[100, 256000]public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存配置, 单位为1M;范围[100, 256000]public String getCluster()
public void setCluster(String Cluster)
Cluster
- 运行集群public PredictInput getPredictInput()
public void setPredictInput(PredictInput PredictInput)
PredictInput
- 预测输入public String getDescription()
public void setDescription(String Description)
Description
- 任务描述public Long getWorkerCount()
public void setWorkerCount(Long WorkerCount)
WorkerCount
- 同时处理任务的 Worker 个数public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId
- 使用的配置 Idpublic Long getGpu()
public void setGpu(Long Gpu)
Gpu
- GPU算力配置,单位为1/1000 卡,范围 [0, 256000]public Long getGpuMemory()
public void setGpuMemory(Long GpuMemory)
GpuMemory
- 显存配置, 单位为1M,范围 [0, 256000]public String getGpuType()
public void setGpuType(String GpuType)
GpuType
- GPU类型public QuantizationInput getQuantizationInput()
public void setQuantizationInput(QuantizationInput QuantizationInput)
QuantizationInput
- 量化输入public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- Cls日志主题IDCopyright © 2023. All rights reserved.