public class ListModelsRequest extends AbstractModel
Constructor and Description |
---|
ListModelsRequest() |
ListModelsRequest(ListModelsRequest 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 部署模型的集群, `集群模式` 必填
|
Long |
getLimit()
Get 分页参数,返回数量上限
|
Long |
getOffset()
Get 分页参数,分页起始位置
|
String |
getServType()
Get 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。
|
void |
setCluster(String Cluster)
Set 部署模型的集群, `集群模式` 必填
|
void |
setLimit(Long Limit)
Set 分页参数,返回数量上限
|
void |
setOffset(Long Offset)
Set 分页参数,分页起始位置
|
void |
setServType(String ServType)
Set 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListModelsRequest()
public ListModelsRequest(ListModelsRequest source)
public String getCluster()
public void setCluster(String Cluster)
Cluster
- 部署模型的集群, `集群模式` 必填public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数,返回数量上限public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数,分页起始位置public String getServType()
public void setServType(String ServType)
ServType
- 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。Copyright © 2023. All rights reserved.