Class: TencentCloud::Iotexplorer::V20190423::CloudStorageAIServiceTaskFileLabel
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CloudStorageAIServiceTaskFileLabel
- Defined in:
- lib/v20190423/models.rb
Overview
云存 AI 任务输出文件标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ CloudStorageAIServiceTaskFileLabel
constructor
A new instance of CloudStorageAIServiceTaskFileLabel.
Constructor Details
#initialize(key = nil, value = nil) ⇒ CloudStorageAIServiceTaskFileLabel
Returns a new instance of CloudStorageAIServiceTaskFileLabel.
1076 1077 1078 1079 |
# File 'lib/v20190423/models.rb', line 1076 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
1074 1075 1076 |
# File 'lib/v20190423/models.rb', line 1074 def Key @Key end |
#Value ⇒ Object
1074 1075 1076 |
# File 'lib/v20190423/models.rb', line 1074 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1081 1082 1083 1084 |
# File 'lib/v20190423/models.rb', line 1081 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |