public class DescribeBillingSpecsRequest extends AbstractModel
header, 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", "GPU", "GPU-SW"]
|
String |
getTaskType()
Get 枚举值:空、TRAIN、NOTEBOOK、INFERENCE或EMS
|
void |
setChargeType(String ChargeType)
Set 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月
|
void |
setResourceType(String ResourceType)
Set 资源类型:["", "CALC", "CPU", "GPU", "GPU-SW"]
|
void |
setTaskType(String TaskType)
Set 枚举值:空、TRAIN、NOTEBOOK、INFERENCE或EMS
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillingSpecsRequest()
public DescribeBillingSpecsRequest(DescribeBillingSpecsRequest source)
public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType
- 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- 枚举值:空、TRAIN、NOTEBOOK、INFERENCE或EMSpublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型:["", "CALC", "CPU", "GPU", "GPU-SW"]Copyright © 2025. All rights reserved.