Class: TencentCloud::Oceanus::V20190422::JobRuntimeInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190422/models.rb

Overview

作业运行时信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ JobRuntimeInfo

Returns a new instance of JobRuntimeInfo.



3841
3842
3843
3844
# File 'lib/v20190422/models.rb', line 3841

def initialize(key=nil, value=nil)
  @Key = key
  @Value = value
end

Instance Attribute Details

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    运行信息的key,目前支持:TaskManagers:taskmanager pod 列表; StreamGraph:作业对应的 StreamGraph;SubTasks:作业的 subtask 列表

  • Value:

    运行信息



3839
3840
3841
# File 'lib/v20190422/models.rb', line 3839

def Key
  @Key
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    运行信息的key,目前支持:TaskManagers:taskmanager pod 列表; StreamGraph:作业对应的 StreamGraph;SubTasks:作业的 subtask 列表

  • Value:

    运行信息



3839
3840
3841
# File 'lib/v20190422/models.rb', line 3839

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



3846
3847
3848
3849
# File 'lib/v20190422/models.rb', line 3846

def deserialize(params)
  @Key = params['Key']
  @Value = params['Value']
end