Class: TencentCloud::Omics::V20221128::GetRunMetadataFileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::GetRunMetadataFileRequest
- Defined in:
- lib/v20221128/models.rb
Overview
GetRunMetadataFile请求参数结构体
Instance Attribute Summary collapse
-
#Key ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件: - execution_report.html - execution_timeline.html - execution_trace.txt - pipeline_dag.html.
-
#Keys ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件: - execution_report.html - execution_timeline.html - execution_trace.txt - pipeline_dag.html.
-
#ProjectId ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件: - execution_report.html - execution_timeline.html - execution_trace.txt - pipeline_dag.html.
-
#RunUuid ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件: - execution_report.html - execution_timeline.html - execution_trace.txt - pipeline_dag.html.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(runuuid = nil, projectid = nil, key = nil, keys = nil) ⇒ GetRunMetadataFileRequest
constructor
A new instance of GetRunMetadataFileRequest.
Constructor Details
#initialize(runuuid = nil, projectid = nil, key = nil, keys = nil) ⇒ GetRunMetadataFileRequest
Returns a new instance of GetRunMetadataFileRequest.
1180 1181 1182 1183 1184 1185 |
# File 'lib/v20221128/models.rb', line 1180 def initialize(runuuid=nil, projectid=nil, key=nil, keys=nil) @RunUuid = runuuid @ProjectId = projectid @Key = key @Keys = keys end |
Instance Attribute Details
#Key ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件:
-
execution_report.html
-
execution_timeline.html
-
execution_trace.txt
-
pipeline_dag.html
1178 1179 1180 |
# File 'lib/v20221128/models.rb', line 1178 def Key @Key end |
#Keys ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件:
-
execution_report.html
-
execution_timeline.html
-
execution_trace.txt
-
pipeline_dag.html
1178 1179 1180 |
# File 'lib/v20221128/models.rb', line 1178 def Keys @Keys end |
#ProjectId ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件:
-
execution_report.html
-
execution_timeline.html
-
execution_trace.txt
-
pipeline_dag.html
1178 1179 1180 |
# File 'lib/v20221128/models.rb', line 1178 def ProjectId @ProjectId end |
#RunUuid ⇒ Object
提交时NFOption中report指定为true时,额外支持以下文件:
-
execution_report.html
-
execution_timeline.html
-
execution_trace.txt
-
pipeline_dag.html
1178 1179 1180 |
# File 'lib/v20221128/models.rb', line 1178 def RunUuid @RunUuid end |
Instance Method Details
#deserialize(params) ⇒ Object
1187 1188 1189 1190 1191 1192 |
# File 'lib/v20221128/models.rb', line 1187 def deserialize(params) @RunUuid = params['RunUuid'] @ProjectId = params['ProjectId'] @Key = params['Key'] @Keys = params['Keys'] end |