Class: TencentCloud::Vod::V20180717::AiSampleWord
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::AiSampleWord
- Defined in:
- lib/v20180717/models.rb
Overview
AI 样本管理,关键词输出信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyword = nil, tagset = nil, usageset = nil, createtime = nil, updatetime = nil) ⇒ AiSampleWord
constructor
A new instance of AiSampleWord.
Constructor Details
#initialize(keyword = nil, tagset = nil, usageset = nil, createtime = nil, updatetime = nil) ⇒ AiSampleWord
3959 3960 3961 3962 3963 3964 3965 |
# File 'lib/v20180717/models.rb', line 3959 def initialize(keyword=nil, =nil, usageset=nil, createtime=nil, updatetime=nil) @Keyword = keyword @TagSet = @UsageSet = usageset @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
3957 3958 3959 |
# File 'lib/v20180717/models.rb', line 3957 def CreateTime @CreateTime end |
#Keyword ⇒ Object
3957 3958 3959 |
# File 'lib/v20180717/models.rb', line 3957 def Keyword @Keyword end |
#TagSet ⇒ Object
3957 3958 3959 |
# File 'lib/v20180717/models.rb', line 3957 def TagSet @TagSet end |
#UpdateTime ⇒ Object
3957 3958 3959 |
# File 'lib/v20180717/models.rb', line 3957 def UpdateTime @UpdateTime end |
#UsageSet ⇒ Object
3957 3958 3959 |
# File 'lib/v20180717/models.rb', line 3957 def UsageSet @UsageSet end |
Instance Method Details
#deserialize(params) ⇒ Object
3967 3968 3969 3970 3971 3972 3973 |
# File 'lib/v20180717/models.rb', line 3967 def deserialize(params) @Keyword = params['Keyword'] @TagSet = params['TagSet'] @UsageSet = params['UsageSet'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |