Class UpdateTableSpecRequest

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

Request message for AutoMl.UpdateTableSpec

Attributes

NameDescription
table_spec google.cloud.automl_v1beta1.types.TableSpec
Required. The table 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 > UpdateTableSpecRequest