Class DeleteTrainingModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.DeleteTrainingModelRequest
-
public class DeleteTrainingModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteTrainingModelRequest()DeleteTrainingModelRequest(DeleteTrainingModelRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnableDeleteCos()Get 是否同步清理cosStringgetModelVersionType()Get 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有StringgetTrainingModelId()Get 模型IDvoidsetEnableDeleteCos(Boolean EnableDeleteCos)Set 是否同步清理cosvoidsetModelVersionType(String ModelVersionType)Set 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有voidsetTrainingModelId(String TrainingModelId)Set 模型IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteTrainingModelRequest
public DeleteTrainingModelRequest()
-
DeleteTrainingModelRequest
public DeleteTrainingModelRequest(DeleteTrainingModelRequest 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.
-
-
Method Detail
-
getTrainingModelId
public String getTrainingModelId()
Get 模型ID- Returns:
- TrainingModelId 模型ID
-
setTrainingModelId
public void setTrainingModelId(String TrainingModelId)
Set 模型ID- Parameters:
TrainingModelId- 模型ID
-
getEnableDeleteCos
public Boolean getEnableDeleteCos()
Get 是否同步清理cos- Returns:
- EnableDeleteCos 是否同步清理cos
-
setEnableDeleteCos
public void setEnableDeleteCos(Boolean EnableDeleteCos)
Set 是否同步清理cos- Parameters:
EnableDeleteCos- 是否同步清理cos
-
getModelVersionType
public String getModelVersionType()
Get 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有- Returns:
- ModelVersionType 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有
-
setModelVersionType
public void setModelVersionType(String ModelVersionType)
Set 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有- Parameters:
ModelVersionType- 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有
-
-