Class DescribeModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tia.v20180226.models.DescribeModelRequest
-
public class DescribeModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeModelRequest()DescribeModelRequest(DescribeModelRequest 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 StringgetCluster()Get 模型所在集群名称,`集群模式` 必填StringgetName()Get 模型名称StringgetServType()Get 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`voidsetCluster(String Cluster)Set 模型所在集群名称,`集群模式` 必填voidsetName(String Name)Set 模型名称voidsetServType(String ServType)Set 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`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
-
DescribeModelRequest
public DescribeModelRequest()
-
DescribeModelRequest
public DescribeModelRequest(DescribeModelRequest 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
-
getName
public String getName()
Get 模型名称- Returns:
- Name 模型名称
-
setName
public void setName(String Name)
Set 模型名称- Parameters:
Name- 模型名称
-
getCluster
public String getCluster()
Get 模型所在集群名称,`集群模式` 必填- Returns:
- Cluster 模型所在集群名称,`集群模式` 必填
-
setCluster
public void setCluster(String Cluster)
Set 模型所在集群名称,`集群模式` 必填- Parameters:
Cluster- 模型所在集群名称,`集群模式` 必填
-
getServType
public String getServType()
Get 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`- Returns:
- ServType 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`
-
setServType
public void setServType(String ServType)
Set 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`- Parameters:
ServType- 模型类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`
-
-