Class: Google::Apis::LanguageV1beta2::XpsTablesPreprocessResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsTablesPreprocessResponse

Returns a new instance of XpsTablesPreprocessResponse.



4170
4171
4172
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4170

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

Instance Attribute Details

#tables_dataset_metadataGoogle::Apis::LanguageV1beta2::XpsTablesDatasetMetadata

Metadata for a dataset used for AutoML Tables. Corresponds to the JSON property tablesDatasetMetadata



4168
4169
4170
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4168

def 
  @tables_dataset_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4175
4176
4177
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4175

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