public class RunPreTrainServiceNewResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
billingCount |
String |
predictResult |
String |
requestId |
| 构造器和说明 |
|---|
RunPreTrainServiceNewResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RunPreTrainServiceNewResponseBody |
build(Map<String,?> map) |
Integer |
getBillingCount() |
String |
getPredictResult() |
String |
getRequestId() |
RunPreTrainServiceNewResponseBody |
setBillingCount(Integer billingCount) |
RunPreTrainServiceNewResponseBody |
setPredictResult(String predictResult) |
RunPreTrainServiceNewResponseBody |
setRequestId(String requestId) |
@NameInMap(value="BillingCount") public Integer billingCount
@NameInMap(value="PredictResult") public String predictResult
@NameInMap(value="RequestId") public String requestId
public static RunPreTrainServiceNewResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RunPreTrainServiceNewResponseBody setBillingCount(Integer billingCount)
public Integer getBillingCount()
public RunPreTrainServiceNewResponseBody setPredictResult(String predictResult)
public String getPredictResult()
public RunPreTrainServiceNewResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.