Class: Google::Apis::LanguageV1beta2::XpsTablesModelStructure
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1beta2::XpsTablesModelStructure
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1beta2/classes.rb,
lib/google/apis/language_v1beta2/representations.rb,
lib/google/apis/language_v1beta2/representations.rb
Overview
A description of Tables model structure.
Instance Attribute Summary collapse
-
#model_parameters ⇒ Array<Google::Apis::LanguageV1beta2::XpsTablesModelStructureModelParameters>
A list of models.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsTablesModelStructure
constructor
A new instance of XpsTablesModelStructure.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsTablesModelStructure
Returns a new instance of XpsTablesModelStructure.
4100 4101 4102 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model_parameters ⇒ Array<Google::Apis::LanguageV1beta2::XpsTablesModelStructureModelParameters>
A list of models.
Corresponds to the JSON property modelParameters
4098 4099 4100 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4098 def model_parameters @model_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4105 4106 4107 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4105 def update!(**args) @model_parameters = args[:model_parameters] if args.key?(:model_parameters) end |