Class InferTemplateGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.InferTemplateGroup
-
public class InferTemplateGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFramework()Get 算法框架 注意:此字段可能返回 null,表示取不到有效值。StringgetFrameworkVersion()Get 版本号 注意:此字段可能返回 null,表示取不到有效值。String[]getGroups()Get 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。InferTemplate[]getInferTemplates()Get 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。voidsetFramework(String Framework)Set 算法框架 注意:此字段可能返回 null,表示取不到有效值。voidsetFrameworkVersion(String FrameworkVersion)Set 版本号 注意:此字段可能返回 null,表示取不到有效值。voidsetGroups(String[] Groups)Set 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。voidsetInferTemplates(InferTemplate[] InferTemplates)Set 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。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
-
InferTemplateGroup
public InferTemplateGroup()
-
InferTemplateGroup
public 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.
-
-
Method Detail
-
getFramework
public String getFramework()
Get 算法框架 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Framework 算法框架 注意:此字段可能返回 null,表示取不到有效值。
-
setFramework
public void setFramework(String Framework)
Set 算法框架 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Framework- 算法框架 注意:此字段可能返回 null,表示取不到有效值。
-
getFrameworkVersion
public String getFrameworkVersion()
Get 版本号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FrameworkVersion 版本号 注意:此字段可能返回 null,表示取不到有效值。
-
setFrameworkVersion
public void setFrameworkVersion(String FrameworkVersion)
Set 版本号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FrameworkVersion- 版本号 注意:此字段可能返回 null,表示取不到有效值。
-
getGroups
public String[] getGroups()
Get 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Groups 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。
-
setGroups
public void setGroups(String[] Groups)
Set 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Groups- 支持的训练框架集合 注意:此字段可能返回 null,表示取不到有效值。
-
getInferTemplates
public InferTemplate[] getInferTemplates()
Get 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InferTemplates 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。
-
setInferTemplates
public void setInferTemplates(InferTemplate[] InferTemplates)
Set 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InferTemplates- 镜像模板参数列表 注意:此字段可能返回 null,表示取不到有效值。
-
-