public class ModelAccelerateVersion extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModelAccelerateVersion() |
ModelAccelerateVersion(ModelAccelerateVersion 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 |
---|---|
CosPathInfo |
getCosPathInfo()
Get 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorMsg()
Get 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGPUType()
Get GPU类型
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
getModelCosPath()
Get 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelFormat()
Get 模型规范
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelId()
Get 模型id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelJobId()
Get 优化任务id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelJobName()
Get 优化任务名称
注意:此字段可能返回 null,表示取不到有效值。
|
ModelSource |
getModelSource()
Get 模型来源/任务名称/任务版本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelVersion()
Get 优化后模型版本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelVersionId()
Get 优化模型版本id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProgress()
Get 进度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpeedUp()
Get 加速比
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosPathInfo(CosPathInfo CosPathInfo)
Set 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorMsg(String ErrorMsg)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGPUType(String GPUType)
Set GPU类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelCosPath(CosPathInfo ModelCosPath)
Set 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelFormat(String ModelFormat)
Set 模型规范
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelId(String ModelId)
Set 模型id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelJobId(String ModelJobId)
Set 优化任务id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelJobName(String ModelJobName)
Set 优化任务名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelSource(ModelSource ModelSource)
Set 模型来源/任务名称/任务版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelVersion(String ModelVersion)
Set 优化后模型版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelVersionId(String ModelVersionId)
Set 优化模型版本id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProgress(Long Progress)
Set 进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpeedUp(String SpeedUp)
Set 加速比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModelAccelerateVersion()
public ModelAccelerateVersion(ModelAccelerateVersion source)
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模型id
注意:此字段可能返回 null,表示取不到有效值。public String getModelVersionId()
public void setModelVersionId(String ModelVersionId)
ModelVersionId
- 优化模型版本id
注意:此字段可能返回 null,表示取不到有效值。public String getModelJobId()
public void setModelJobId(String ModelJobId)
ModelJobId
- 优化任务id
注意:此字段可能返回 null,表示取不到有效值。public String getModelJobName()
public void setModelJobName(String ModelJobName)
ModelJobName
- 优化任务名称
注意:此字段可能返回 null,表示取不到有效值。public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion
- 优化后模型版本
注意:此字段可能返回 null,表示取不到有效值。public String getSpeedUp()
public void setSpeedUp(String SpeedUp)
SpeedUp
- 加速比
注意:此字段可能返回 null,表示取不到有效值。public ModelSource getModelSource()
public void setModelSource(ModelSource ModelSource)
ModelSource
- 模型来源/任务名称/任务版本
注意:此字段可能返回 null,表示取不到有效值。public CosPathInfo getCosPathInfo()
public void setCosPathInfo(CosPathInfo CosPathInfo)
CosPathInfo
- 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getModelFormat()
public void setModelFormat(String ModelFormat)
ModelFormat
- 模型规范
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 状态
注意:此字段可能返回 null,表示取不到有效值。public Long getProgress()
public void setProgress(Long Progress)
Progress
- 进度
注意:此字段可能返回 null,表示取不到有效值。public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- 错误信息
注意:此字段可能返回 null,表示取不到有效值。public String getGPUType()
public void setGPUType(String GPUType)
GPUType
- GPU类型
注意:此字段可能返回 null,表示取不到有效值。public CosPathInfo getModelCosPath()
public void setModelCosPath(CosPathInfo ModelCosPath)
ModelCosPath
- 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.