Class RemoveExamplesRequest (1.89.0)

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

Request message for ExampleStoreService.RemoveExamples.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
stored_contents_example_filter google.cloud.aiplatform_v1beta1.types.StoredContentsExampleFilter
The metadata filters for StoredContentsExamples. This field is a member of oneof_ metadata_filter.
example_store str
Required. The name of the ExampleStore resource that the examples should be removed from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
example_ids MutableSequence[str]
Optional. Example IDs to remove. If both metadata filters and Example IDs are specified, the metadata filters will be applied to the specified examples in order to identify which should be removed.

Methods

RemoveExamplesRequest

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

Request message for ExampleStoreService.RemoveExamples.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields