Class: TencentCloud::Omics::V20221128::RunMetadata
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::RunMetadata
- Defined in:
- lib/v20221128/models.rb
Overview
任务作业详情。
Instance Attribute Summary collapse
- #CallCached ⇒ Object
- #CallName ⇒ Object
- #Command ⇒ Object
- #EndTime ⇒ Object
- #ErrorMessage ⇒ Object
- #Input ⇒ Object
- #JobId ⇒ Object
- #Meta ⇒ Object
- #Output ⇒ Object
- #ParentId ⇒ Object
- #PostProcess ⇒ Object
- #Preprocess ⇒ Object
- #RunId ⇒ Object
- #Runtime ⇒ Object
- #RunType ⇒ Object
- #ScatterIndex ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #Stderr ⇒ Object
- #Stdout ⇒ Object
- #SubmitTime ⇒ Object
- #WorkDir ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(runtype = nil, runid = nil, parentid = nil, jobid = nil, callname = nil, scatterindex = nil, input = nil, output = nil, status = nil, errormessage = nil, starttime = nil, submittime = nil, endtime = nil, command = nil, runtime = nil, preprocess = nil, postprocess = nil, callcached = nil, workdir = nil, stdout = nil, stderr = nil, meta = nil) ⇒ RunMetadata
constructor
A new instance of RunMetadata.
Constructor Details
#initialize(runtype = nil, runid = nil, parentid = nil, jobid = nil, callname = nil, scatterindex = nil, input = nil, output = nil, status = nil, errormessage = nil, starttime = nil, submittime = nil, endtime = nil, command = nil, runtime = nil, preprocess = nil, postprocess = nil, callcached = nil, workdir = nil, stdout = nil, stderr = nil, meta = nil) ⇒ RunMetadata
Returns a new instance of RunMetadata.
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/v20221128/models.rb', line 2128 def initialize(runtype=nil, runid=nil, parentid=nil, jobid=nil, callname=nil, scatterindex=nil, input=nil, output=nil, status=nil, =nil, starttime=nil, submittime=nil, endtime=nil, command=nil, runtime=nil, preprocess=nil, postprocess=nil, callcached=nil, workdir=nil, stdout=nil, stderr=nil, =nil) @RunType = runtype @RunId = runid @ParentId = parentid @JobId = jobid @CallName = callname @ScatterIndex = scatterindex @Input = input @Output = output @Status = status @ErrorMessage = @StartTime = starttime @SubmitTime = submittime @EndTime = endtime @Command = command @Runtime = runtime @Preprocess = preprocess @PostProcess = postprocess @CallCached = callcached @WorkDir = workdir @Stdout = stdout @Stderr = stderr @Meta = end |
Instance Attribute Details
#CallCached ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def CallCached @CallCached end |
#CallName ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def CallName @CallName end |
#Command ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Command @Command end |
#EndTime ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def EndTime @EndTime end |
#ErrorMessage ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def ErrorMessage @ErrorMessage end |
#Input ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Input @Input end |
#JobId ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def JobId @JobId end |
#Meta ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Meta @Meta end |
#Output ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Output @Output end |
#ParentId ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def ParentId @ParentId end |
#PostProcess ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def PostProcess @PostProcess end |
#Preprocess ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Preprocess @Preprocess end |
#RunId ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def RunId @RunId end |
#Runtime ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Runtime @Runtime end |
#RunType ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def RunType @RunType end |
#ScatterIndex ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def ScatterIndex @ScatterIndex end |
#StartTime ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def StartTime @StartTime end |
#Status ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Status @Status end |
#Stderr ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Stderr @Stderr end |
#Stdout ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def Stdout @Stdout end |
#SubmitTime ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def SubmitTime @SubmitTime end |
#WorkDir ⇒ Object
2126 2127 2128 |
# File 'lib/v20221128/models.rb', line 2126 def WorkDir @WorkDir end |
Instance Method Details
#deserialize(params) ⇒ Object
2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 |
# File 'lib/v20221128/models.rb', line 2153 def deserialize(params) @RunType = params['RunType'] @RunId = params['RunId'] @ParentId = params['ParentId'] @JobId = params['JobId'] @CallName = params['CallName'] @ScatterIndex = params['ScatterIndex'] @Input = params['Input'] @Output = params['Output'] @Status = params['Status'] @ErrorMessage = params['ErrorMessage'] @StartTime = params['StartTime'] @SubmitTime = params['SubmitTime'] @EndTime = params['EndTime'] @Command = params['Command'] @Runtime = params['Runtime'] @Preprocess = params['Preprocess'] @PostProcess = params['PostProcess'] @CallCached = params['CallCached'] @WorkDir = params['WorkDir'] @Stdout = params['Stdout'] @Stderr = params['Stderr'] @Meta = params['Meta'] end |