Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::UpdateColumnSpecRequest.
Request message for AutoMl.UpdateColumnSpec
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_spec
def column_spec() -> ::Google::Cloud::AutoML::V1beta1::ColumnSpec
Returns
- (::Google::Cloud::AutoML::V1beta1::ColumnSpec) — Required. The column spec which replaces the resource on the server.
#column_spec=
def column_spec=(value) -> ::Google::Cloud::AutoML::V1beta1::ColumnSpec
Parameter
- value (::Google::Cloud::AutoML::V1beta1::ColumnSpec) — Required. The column spec which replaces the resource on the server.
Returns
- (::Google::Cloud::AutoML::V1beta1::ColumnSpec) — Required. The column spec which replaces the resource on the server.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.