public class InferTemplateGroup extends AbstractModel
skipSign
Constructor and Description |
---|
InferTemplateGroup() |
InferTemplateGroup(InferTemplateGroup 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 |
getFramework()
Get 算法框架
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFrameworkVersion()
Get 版本号
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getGroups()
Get 支持的训练框架集合
注意:此字段可能返回 null,表示取不到有效值。
|
InferTemplate[] |
getInferTemplates()
Get 镜像模板参数列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFramework(String Framework)
Set 算法框架
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFrameworkVersion(String FrameworkVersion)
Set 版本号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroups(String[] Groups)
Set 支持的训练框架集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInferTemplates(InferTemplate[] InferTemplates)
Set 镜像模板参数列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 InferTemplateGroup()
public InferTemplateGroup(InferTemplateGroup source)
public String getFramework()
public void setFramework(String Framework)
Framework
- 算法框架
注意:此字段可能返回 null,表示取不到有效值。public String getFrameworkVersion()
public void setFrameworkVersion(String FrameworkVersion)
FrameworkVersion
- 版本号
注意:此字段可能返回 null,表示取不到有效值。public String[] getGroups()
public void setGroups(String[] Groups)
Groups
- 支持的训练框架集合
注意:此字段可能返回 null,表示取不到有效值。public InferTemplate[] getInferTemplates()
public void setInferTemplates(InferTemplate[] InferTemplates)
InferTemplates
- 镜像模板参数列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.