Uses of Class
com.tencentcloudapi.tione.v20211111.models.ImageInfo
-
Packages that use ImageInfo Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of ImageInfo in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return ImageInfo Modifier and Type Method Description ImageInfoBatchTaskDetail. getImageInfo()Get 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。ImageInfoBatchTaskSetItem. getImageInfo()Get 镜像信息ImageInfoCreateBatchTaskRequest. getImageInfo()Get 自定义镜像信息ImageInfoCreateModelServiceRequest. getImageInfo()Get 镜像信息,配置服务运行所需的镜像地址等信息ImageInfoCreateNotebookImageRequest. getImageInfo()Get 镜像信息ImageInfoCreateNotebookRequest. getImageInfo()Get 镜像信息ImageInfoCreateTrainingTaskRequest. getImageInfo()Get 自定义镜像信息ImageInfoDescribeModelServiceHotUpdatedRequest. getImageInfo()Get 镜像信息,配置服务运行所需的镜像地址等信息ImageInfoModifyModelServiceRequest. getImageInfo()Get 镜像信息,配置服务运行所需的镜像地址等信息ImageInfoModifyNotebookRequest. getImageInfo()Get 镜像信息ImageInfoNotebookDetail. getImageInfo()Get 镜像信息ImageInfoServiceInfo. getImageInfo()Get 镜像信息 注意:此字段可能返回 null,表示取不到有效值。ImageInfoTrainingTaskDetail. getImageInfo()Get 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。ImageInfoTrainingTaskSetItem. getImageInfo()Get 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。ImageInfoCreateTrainingModelRequest. getReasoningImageInfo()Get 自定义推理环境ImageInfoTrainingModelVersionDTO. getReasoningImageInfo()Get 自定义推理环境Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type ImageInfo Modifier and Type Method Description voidBatchTaskDetail. setImageInfo(ImageInfo ImageInfo)Set 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidBatchTaskSetItem. setImageInfo(ImageInfo ImageInfo)Set 镜像信息voidCreateBatchTaskRequest. setImageInfo(ImageInfo ImageInfo)Set 自定义镜像信息voidCreateModelServiceRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息,配置服务运行所需的镜像地址等信息voidCreateNotebookImageRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息voidCreateNotebookRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息voidCreateTrainingTaskRequest. setImageInfo(ImageInfo ImageInfo)Set 自定义镜像信息voidDescribeModelServiceHotUpdatedRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息,配置服务运行所需的镜像地址等信息voidModifyModelServiceRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息,配置服务运行所需的镜像地址等信息voidModifyNotebookRequest. setImageInfo(ImageInfo ImageInfo)Set 镜像信息voidNotebookDetail. setImageInfo(ImageInfo ImageInfo)Set 镜像信息voidServiceInfo. setImageInfo(ImageInfo ImageInfo)Set 镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidTrainingTaskDetail. setImageInfo(ImageInfo ImageInfo)Set 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidTrainingTaskSetItem. setImageInfo(ImageInfo ImageInfo)Set 自定义镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidCreateTrainingModelRequest. setReasoningImageInfo(ImageInfo ReasoningImageInfo)Set 自定义推理环境voidTrainingModelVersionDTO. setReasoningImageInfo(ImageInfo ReasoningImageInfo)Set 自定义推理环境Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type ImageInfo Constructor Description ImageInfo(ImageInfo 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.
-