Uses of Class
com.tencentcloudapi.tione.v20211111.models.StartCmdInfo
-
Packages that use StartCmdInfo Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of StartCmdInfo in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return StartCmdInfo Modifier and Type Method Description StartCmdInfoCreateTrainingTaskRequest. getStartCmdInfo()Get 启动命令信息,默认为sh start.shStartCmdInfoTrainingTaskDetail. getStartCmdInfo()Get 启动命令信息Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type StartCmdInfo Modifier and Type Method Description voidCreateTrainingTaskRequest. setStartCmdInfo(StartCmdInfo StartCmdInfo)Set 启动命令信息,默认为sh start.shvoidTrainingTaskDetail. setStartCmdInfo(StartCmdInfo StartCmdInfo)Set 启动命令信息Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type StartCmdInfo Constructor Description StartCmdInfo(StartCmdInfo 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.
-