Class: TencentCloud::Dlc::V20210125::SparkSessionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::SparkSessionInfo
- Defined in:
- lib/v20210125/models.rb
Overview
spark session详细信息
Instance Attribute Summary collapse
-
#DriverSpec ⇒ Object
name.
-
#EngineSessionId ⇒ Object
name.
-
#EngineSessionName ⇒ Object
name.
-
#ExecutorNumMax ⇒ Object
name.
-
#ExecutorNumMin ⇒ Object
name.
-
#ExecutorSpec ⇒ Object
name.
-
#IdleTimeoutMin ⇒ Object
name.
-
#ResourceGroupId ⇒ Object
name.
-
#SparkSessionId ⇒ Object
name.
-
#SparkSessionName ⇒ Object
name.
-
#State ⇒ Object
name.
-
#TotalSpecMax ⇒ Object
name.
-
#TotalSpecMin ⇒ Object
name.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sparksessionid = nil, sparksessionname = nil, resourcegroupid = nil, enginesessionid = nil, enginesessionname = nil, idletimeoutmin = nil, driverspec = nil, executorspec = nil, executornummin = nil, executornummax = nil, totalspecmin = nil, totalspecmax = nil, state = nil) ⇒ SparkSessionInfo
constructor
A new instance of SparkSessionInfo.
Constructor Details
#initialize(sparksessionid = nil, sparksessionname = nil, resourcegroupid = nil, enginesessionid = nil, enginesessionname = nil, idletimeoutmin = nil, driverspec = nil, executorspec = nil, executornummin = nil, executornummax = nil, totalspecmin = nil, totalspecmax = nil, state = nil) ⇒ SparkSessionInfo
14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 14666 14667 14668 14669 |
# File 'lib/v20210125/models.rb', line 14655 def initialize(sparksessionid=nil, sparksessionname=nil, resourcegroupid=nil, enginesessionid=nil, enginesessionname=nil, idletimeoutmin=nil, driverspec=nil, executorspec=nil, executornummin=nil, executornummax=nil, totalspecmin=nil, totalspecmax=nil, state=nil) @SparkSessionId = sparksessionid @SparkSessionName = sparksessionname @ResourceGroupId = resourcegroupid @EngineSessionId = enginesessionid @EngineSessionName = enginesessionname @IdleTimeoutMin = idletimeoutmin @DriverSpec = driverspec @ExecutorSpec = executorspec @ExecutorNumMin = executornummin @ExecutorNumMax = executornummax @TotalSpecMin = totalspecmin @TotalSpecMax = totalspecmax @State = state end |
Instance Attribute Details
#DriverSpec ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def DriverSpec @DriverSpec end |
#EngineSessionId ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def EngineSessionId @EngineSessionId end |
#EngineSessionName ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def EngineSessionName @EngineSessionName end |
#ExecutorNumMax ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def ExecutorNumMax @ExecutorNumMax end |
#ExecutorNumMin ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def ExecutorNumMin @ExecutorNumMin end |
#ExecutorSpec ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def ExecutorSpec @ExecutorSpec end |
#IdleTimeoutMin ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def IdleTimeoutMin @IdleTimeoutMin end |
#ResourceGroupId ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def ResourceGroupId @ResourceGroupId end |
#SparkSessionId ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def SparkSessionId @SparkSessionId end |
#SparkSessionName ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def SparkSessionName @SparkSessionName end |
#State ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def State @State end |
#TotalSpecMax ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def TotalSpecMax @TotalSpecMax end |
#TotalSpecMin ⇒ Object
name
14653 14654 14655 |
# File 'lib/v20210125/models.rb', line 14653 def TotalSpecMin @TotalSpecMin end |
Instance Method Details
#deserialize(params) ⇒ Object
14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 |
# File 'lib/v20210125/models.rb', line 14671 def deserialize(params) @SparkSessionId = params['SparkSessionId'] @SparkSessionName = params['SparkSessionName'] @ResourceGroupId = params['ResourceGroupId'] @EngineSessionId = params['EngineSessionId'] @EngineSessionName = params['EngineSessionName'] @IdleTimeoutMin = params['IdleTimeoutMin'] @DriverSpec = params['DriverSpec'] @ExecutorSpec = params['ExecutorSpec'] @ExecutorNumMin = params['ExecutorNumMin'] @ExecutorNumMax = params['ExecutorNumMax'] @TotalSpecMin = params['TotalSpecMin'] @TotalSpecMax = params['TotalSpecMax'] @State = params['State'] end |