public class DescribeBillingSpecsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeBillingSpecsRequest() |
DescribeBillingSpecsRequest(DescribeBillingSpecsRequest 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 |
getChargeType()
Get 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月
|
String |
getResourceType()
Get 资源类型:CALC 计算资源、CPU CPU资源、GPU GPU资源、CBS云硬盘
|
String |
getTaskType()
Get 枚举值:TRAIN、NOTEBOOK、INFERENCE
|
void |
setChargeType(String ChargeType)
Set 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月
|
void |
setResourceType(String ResourceType)
Set 资源类型:CALC 计算资源、CPU CPU资源、GPU GPU资源、CBS云硬盘
|
void |
setTaskType(String TaskType)
Set 枚举值:TRAIN、NOTEBOOK、INFERENCE
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillingSpecsRequest()
public DescribeBillingSpecsRequest(DescribeBillingSpecsRequest source)
public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- 枚举值:TRAIN、NOTEBOOK、INFERENCEpublic String getChargeType()
public void setChargeType(String ChargeType)
ChargeType
- 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型:CALC 计算资源、CPU CPU资源、GPU GPU资源、CBS云硬盘Copyright © 2023. All rights reserved.