Class UpdateContextRequest (1.36.4)

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

Request message for MetadataService.UpdateContext.

Attributes

NameDescription
context google.cloud.aiplatform_v1.types.Context
Required. The Context containing updates. The Context's Context.name field is used to identify the Context to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. A FieldMask indicating which fields should be updated.
allow_missing bool
If set to true, and the Context is not found, a new Context is created.

Methods

UpdateContextRequest

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

Request message for MetadataService.UpdateContext.