Class: Google::Cloud::AutoML::V1beta1::UpdateColumnSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::UpdateColumnSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Request message for AutoMl.UpdateColumnSpec
Instance Attribute Summary collapse
-
#column_spec ⇒ ::Google::Cloud::AutoML::V1beta1::ColumnSpec
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the resource.
Instance Attribute Details
#column_spec ⇒ ::Google::Cloud::AutoML::V1beta1::ColumnSpec
Returns Required. The column spec which replaces the resource on the server.
262 263 264 265 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 262 class UpdateColumnSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask applies to the resource.
262 263 264 265 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 262 class UpdateColumnSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |