Class: Google::Apis::LanguageV1::XpsTablesModelStructure

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

A description of Tables model structure.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsTablesModelStructure

Returns a new instance of XpsTablesModelStructure.



4080
4081
4082
# File 'lib/google/apis/language_v1/classes.rb', line 4080

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

Instance Attribute Details

#model_parametersArray<Google::Apis::LanguageV1::XpsTablesModelStructureModelParameters>

A list of models. Corresponds to the JSON property modelParameters



4078
4079
4080
# File 'lib/google/apis/language_v1/classes.rb', line 4078

def model_parameters
  @model_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4085
4086
4087
# File 'lib/google/apis/language_v1/classes.rb', line 4085

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