public class DescribeModelsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DescribeModelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFramework() |
String |
getKeyword() |
String |
getModelType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getStatus() |
void |
setFramework(String framework) |
void |
setKeyword(String keyword) |
void |
setModelType(String modelType) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setStatus(String status) |
DescribeModelsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getKeyword()
public void setKeyword(String keyword)
public String getModelType()
public void setModelType(String modelType)
public String getFramework()
public void setFramework(String framework)
public String getStatus()
public void setStatus(String status)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public DescribeModelsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2025. All rights reserved.