Class UpdateServingConfigRequest (1.10.1)

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

Request for UpdateServingConfig method.

Attributes

NameDescription
serving_config google.cloud.retail_v2alpha.types.ServingConfig
Required. The ServingConfig to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided ServingConfig to update. The following are NOT supported: - ServingConfig.name If not set, all supported fields are updated.

Inheritance

builtins.object > proto.message.Message > UpdateServingConfigRequest