Uses of Class
com.tencentcloudapi.cvm.v20170312.models.GPUInfo
-
Packages that use GPUInfo Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of GPUInfo in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return GPUInfo Modifier and Type Method Description GPUInfoInstance. getGPUInfo()Get GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type GPUInfo Modifier and Type Method Description voidInstance. setGPUInfo(GPUInfo GPUInfo)Set GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type GPUInfo Constructor Description GPUInfo(GPUInfo 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.
-