Class UpdateModelRequest (1.10.1)

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

Request for updating an existing model.

Attributes

NameDescription
model google.cloud.retail_v2beta.types.Model
Required. The body of the updated Model.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.

Inheritance

builtins.object > proto.message.Message > UpdateModelRequest