Class PatchModelRequest (3.33.0)

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

Attributes

Name Description
project_id str
Required. Project ID of the model to patch.
dataset_id str
Required. Dataset ID of the model to patch.
model_id str
Required. Model ID of the model to patch.
model google.cloud.bigquery_v2.types.Model
Required. Patched model. Follows RFC5789 patch semantics. Missing fields are not updated. To clear a field, explicitly set to default value.