Class DescribeModelServiceHotUpdatedRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.DescribeModelServiceHotUpdatedRequest
-
public class DescribeModelServiceHotUpdatedRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeModelServiceHotUpdatedRequest()DescribeModelServiceHotUpdatedRequest(DescribeModelServiceHotUpdatedRequest 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 ImageInfogetImageInfo()Get 镜像信息,配置服务运行所需的镜像地址等信息ModelInfogetModelInfo()Get 模型信息,需要挂载模型时填写VolumeMountgetVolumeMount()Get 挂载信息voidsetImageInfo(ImageInfo ImageInfo)Set 镜像信息,配置服务运行所需的镜像地址等信息voidsetModelInfo(ModelInfo ModelInfo)Set 模型信息,需要挂载模型时填写voidsetVolumeMount(VolumeMount VolumeMount)Set 挂载信息voidtoMap(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
-
DescribeModelServiceHotUpdatedRequest
public DescribeModelServiceHotUpdatedRequest()
-
DescribeModelServiceHotUpdatedRequest
public DescribeModelServiceHotUpdatedRequest(DescribeModelServiceHotUpdatedRequest 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
-
getImageInfo
public ImageInfo getImageInfo()
Get 镜像信息,配置服务运行所需的镜像地址等信息- Returns:
- ImageInfo 镜像信息,配置服务运行所需的镜像地址等信息
-
setImageInfo
public void setImageInfo(ImageInfo ImageInfo)
Set 镜像信息,配置服务运行所需的镜像地址等信息- Parameters:
ImageInfo- 镜像信息,配置服务运行所需的镜像地址等信息
-
getModelInfo
public ModelInfo getModelInfo()
Get 模型信息,需要挂载模型时填写- Returns:
- ModelInfo 模型信息,需要挂载模型时填写
-
setModelInfo
public void setModelInfo(ModelInfo ModelInfo)
Set 模型信息,需要挂载模型时填写- Parameters:
ModelInfo- 模型信息,需要挂载模型时填写
-
getVolumeMount
public VolumeMount getVolumeMount()
Get 挂载信息- Returns:
- VolumeMount 挂载信息
-
setVolumeMount
public void setVolumeMount(VolumeMount VolumeMount)
Set 挂载信息- Parameters:
VolumeMount- 挂载信息
-
-