Class: Google::Apis::LanguageV1::ClassificationModelOptionsV1Model
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::ClassificationModelOptionsV1Model
- 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 V1 model.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClassificationModelOptionsV1Model
constructor
A new instance of ClassificationModelOptionsV1Model.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClassificationModelOptionsV1Model
Returns a new instance of ClassificationModelOptionsV1Model.
455 456 457 |
# File 'lib/google/apis/language_v1/classes.rb', line 455 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
460 461 |
# File 'lib/google/apis/language_v1/classes.rb', line 460 def update!(**args) end |