Class UpdateColumnSpecRequest (2.8.0)

UpdateColumnSpecRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AutoMl.UpdateColumnSpec

Attributes

NameDescription
column_spec google.cloud.automl_v1beta1.types.ColumnSpec
Required. The column spec which replaces the resource on the server.
update_mask google.protobuf.field_mask_pb2.FieldMask
The update mask applies to the resource.

Inheritance

builtins.object > proto.message.Message > UpdateColumnSpecRequest