Class: Google::Apis::LanguageV1::XpsTablesPreprocessResponse
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::XpsTablesPreprocessResponse
- 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
Instance Attribute Summary collapse
-
#tables_dataset_metadata ⇒ Google::Apis::LanguageV1::XpsTablesDatasetMetadata
Metadata for a dataset used for AutoML Tables.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsTablesPreprocessResponse
constructor
A new instance of XpsTablesPreprocessResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsTablesPreprocessResponse
Returns a new instance of XpsTablesPreprocessResponse.
4155 4156 4157 |
# File 'lib/google/apis/language_v1/classes.rb', line 4155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tables_dataset_metadata ⇒ Google::Apis::LanguageV1::XpsTablesDatasetMetadata
Metadata for a dataset used for AutoML Tables. Next ID: 6
Corresponds to the JSON property tablesDatasetMetadata
4153 4154 4155 |
# File 'lib/google/apis/language_v1/classes.rb', line 4153 def @tables_dataset_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4160 4161 4162 |
# File 'lib/google/apis/language_v1/classes.rb', line 4160 def update!(**args) @tables_dataset_metadata = args[:tables_dataset_metadata] if args.key?(:tables_dataset_metadata) end |