Class: Google::Apis::LanguageV1::ClassificationModelOptionsV2Model

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb

Overview

Options for the V2 model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ClassificationModelOptionsV2Model

Returns a new instance of ClassificationModelOptionsV2Model.



473
474
475
# File 'lib/google/apis/language_v1/classes.rb', line 473

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#content_categories_versionString

The content categories used for classification. Corresponds to the JSON property contentCategoriesVersion

Returns:

  • (String)


471
472
473
# File 'lib/google/apis/language_v1/classes.rb', line 471

def content_categories_version
  @content_categories_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



478
479
480
# File 'lib/google/apis/language_v1/classes.rb', line 478

def update!(**args)
  @content_categories_version = args[:content_categories_version] if args.key?(:content_categories_version)
end