Class UpdateModelRequest (1.8.1)

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

Request for updating an existing model.

Attributes

NameDescription
model google.cloud.retail_v2alpha.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, will by default update all fields.