Class: TencentCloud::Vod::V20180717::AiSampleTagOperation
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::AiSampleTagOperation
- Defined in:
- lib/v20180717/models.rb
Overview
AI 样本管理,标签操作。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, tags = nil) ⇒ AiSampleTagOperation
constructor
A new instance of AiSampleTagOperation.
Constructor Details
#initialize(type = nil, tags = nil) ⇒ AiSampleTagOperation
Returns a new instance of AiSampleTagOperation.
3933 3934 3935 3936 |
# File 'lib/v20180717/models.rb', line 3933 def initialize(type=nil, =nil) @Type = type @Tags = end |
Instance Attribute Details
#Tags ⇒ Object
3931 3932 3933 |
# File 'lib/v20180717/models.rb', line 3931 def Tags @Tags end |
#Type ⇒ Object
3931 3932 3933 |
# File 'lib/v20180717/models.rb', line 3931 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3938 3939 3940 3941 |
# File 'lib/v20180717/models.rb', line 3938 def deserialize(params) @Type = params['Type'] @Tags = params['Tags'] end |