Class: TencentCloud::Vod::V20180717::AiSampleWord

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

AI 样本管理,关键词输出信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

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, tagset=nil, usageset=nil, createtime=nil, updatetime=nil)
  @Keyword = keyword
  @TagSet = tagset
  @UsageSet = usageset
  @CreateTime = createtime
  @UpdateTime = updatetime
end

Instance Attribute Details

#CreateTimeObject



3957
3958
3959
# File 'lib/v20180717/models.rb', line 3957

def CreateTime
  @CreateTime
end

#KeywordObject



3957
3958
3959
# File 'lib/v20180717/models.rb', line 3957

def Keyword
  @Keyword
end

#TagSetObject



3957
3958
3959
# File 'lib/v20180717/models.rb', line 3957

def TagSet
  @TagSet
end

#UpdateTimeObject



3957
3958
3959
# File 'lib/v20180717/models.rb', line 3957

def UpdateTime
  @UpdateTime
end

#UsageSetObject



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