Class: Google::Cloud::AutoML::V1beta1::UpdateTableSpecRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoMl.UpdateTableSpec

Instance Attribute Summary collapse

Instance Attribute Details

#table_spec::Google::Cloud::AutoML::V1beta1::TableSpec

Returns Required. The table spec which replaces the resource on the server.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 199

class UpdateTableSpecRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The update mask applies to the resource.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 199

class UpdateTableSpecRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end