Class: TencentCloud::Tia::V20180226::Job
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tia::V20180226::Job
- Defined in:
- lib/v20180226/models.rb
Overview
训练任务信息
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #Args ⇒ Object
- #Cluster ⇒ Object
- #Command ⇒ Object
- #CreateTime ⇒ Object
- #Debug ⇒ Object
- #DelTime ⇒ Object
- #EndTime ⇒ Object
- #Id ⇒ Object
- #MasterType ⇒ Object
- #Message ⇒ Object
- #Name ⇒ Object
- #PackageDir ⇒ Object
- #ParameterServerCount ⇒ Object
- #ParameterServerType ⇒ Object
- #RuntimeConf ⇒ Object
- #RuntimeVersion ⇒ Object
- #ScaleTier ⇒ Object
- #StartTime ⇒ Object
- #State ⇒ Object
- #Uin ⇒ Object
- #WorkerCount ⇒ Object
- #WorkerType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, createtime = nil, starttime = nil, endtime = nil, state = nil, message = nil, scaletier = nil, mastertype = nil, workertype = nil, parameterservertype = nil, workercount = nil, parameterservercount = nil, packagedir = nil, command = nil, args = nil, cluster = nil, runtimeversion = nil, deltime = nil, appid = nil, uin = nil, debug = nil, runtimeconf = nil, id = nil) ⇒ Job
constructor
A new instance of Job.
Constructor Details
#initialize(name = nil, createtime = nil, starttime = nil, endtime = nil, state = nil, message = nil, scaletier = nil, mastertype = nil, workertype = nil, parameterservertype = nil, workercount = nil, parameterservercount = nil, packagedir = nil, command = nil, args = nil, cluster = nil, runtimeversion = nil, deltime = nil, appid = nil, uin = nil, debug = nil, runtimeconf = nil, id = nil) ⇒ Job
Returns a new instance of Job.
443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# File 'lib/v20180226/models.rb', line 443 def initialize(name=nil, createtime=nil, starttime=nil, endtime=nil, state=nil, message=nil, scaletier=nil, mastertype=nil, workertype=nil, parameterservertype=nil, workercount=nil, parameterservercount=nil, packagedir=nil, command=nil, args=nil, cluster=nil, runtimeversion=nil, deltime=nil, appid=nil, uin=nil, debug=nil, runtimeconf=nil, id=nil) @Name = name @CreateTime = createtime @StartTime = starttime @EndTime = endtime @State = state @Message = message @ScaleTier = scaletier @MasterType = mastertype @WorkerType = workertype @ParameterServerType = parameterservertype @WorkerCount = workercount @ParameterServerCount = parameterservercount @PackageDir = packagedir @Command = command @Args = args @Cluster = cluster @RuntimeVersion = runtimeversion @DelTime = deltime @AppId = appid @Uin = uin @Debug = debug @RuntimeConf = runtimeconf @Id = id end |
Instance Attribute Details
#AppId ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def AppId @AppId end |
#Args ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Args @Args end |
#Cluster ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Cluster @Cluster end |
#Command ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Command @Command end |
#CreateTime ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def CreateTime @CreateTime end |
#Debug ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Debug @Debug end |
#DelTime ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def DelTime @DelTime end |
#EndTime ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def EndTime @EndTime end |
#Id ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Id @Id end |
#MasterType ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def MasterType @MasterType end |
#Message ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Message @Message end |
#Name ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Name @Name end |
#PackageDir ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def PackageDir @PackageDir end |
#ParameterServerCount ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def ParameterServerCount @ParameterServerCount end |
#ParameterServerType ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def ParameterServerType @ParameterServerType end |
#RuntimeConf ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def RuntimeConf @RuntimeConf end |
#RuntimeVersion ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def RuntimeVersion @RuntimeVersion end |
#ScaleTier ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def ScaleTier @ScaleTier end |
#StartTime ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def StartTime @StartTime end |
#State ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def State @State end |
#Uin ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def Uin @Uin end |
#WorkerCount ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def WorkerCount @WorkerCount end |
#WorkerType ⇒ Object
Parameters:
-
Name:
—
任务名称
-
CreateTime:
—
任务创建时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
StartTime:
—
任务开始时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
EndTime:
—
任务结束时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
State:
—
任务状态,可能的状态为Created(已创建),Running(运行中),Succeeded(运行完成:成功),Failed(运行完成:失败)
-
Message:
—
任务状态信息
-
ScaleTier:
—
运行任务的配置信息
-
MasterType:
—
(ScaleTier为Custom时)master机器类型
-
WorkerType:
—
(ScaleTier为Custom时)worker机器类型
-
ParameterServerType:
—
(ScaleTier为Custom时)parameter server机器类型
-
WorkerCount:
—
(ScaleTier为Custom时)worker机器数量
-
ParameterServerCount:
—
(ScaleTier为Custom时)parameter server机器数量
-
PackageDir:
—
挂载的路径
-
Command:
—
任务启动命令
-
Args:
—
任务启动参数
-
Cluster:
—
运行任务的集群
-
RuntimeVersion:
—
运行任务的环境
-
DelTime:
—
任务删除时间,格式为:2006-01-02 15:04:05.999999999 -0700 MST
-
AppId:
—
创建任务的AppId
-
Uin:
—
创建任务的Uin
-
Debug:
—
创建任务的Debug模式
-
RuntimeConf:
—
Runtime的额外配置信息
-
Id:
—
任务Id
441 442 443 |
# File 'lib/v20180226/models.rb', line 441 def WorkerType @WorkerType end |
Instance Method Details
#deserialize(params) ⇒ Object
469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 |
# File 'lib/v20180226/models.rb', line 469 def deserialize(params) @Name = params['Name'] @CreateTime = params['CreateTime'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @State = params['State'] @Message = params['Message'] @ScaleTier = params['ScaleTier'] @MasterType = params['MasterType'] @WorkerType = params['WorkerType'] @ParameterServerType = params['ParameterServerType'] @WorkerCount = params['WorkerCount'] @ParameterServerCount = params['ParameterServerCount'] @PackageDir = params['PackageDir'] @Command = params['Command'] @Args = params['Args'] @Cluster = params['Cluster'] @RuntimeVersion = params['RuntimeVersion'] @DelTime = params['DelTime'] @AppId = params['AppId'] @Uin = params['Uin'] @Debug = params['Debug'] @RuntimeConf = params['RuntimeConf'] @Id = params['Id'] end |