FetchExamplesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ExampleStoreService.FetchExamples.
.. _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 fetched from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
|
page_size |
int
Optional. The maximum number of examples to return. The service may return fewer than this value. If unspecified, at most 100 examples will be returned. |
page_token |
str
Optional. The next_page_token value returned from a previous list [ExampleStoreService.FetchExamplesResponse][] call. |
example_ids |
MutableSequence[str]
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied. |
Methods
FetchExamplesRequest
FetchExamplesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ExampleStoreService.FetchExamples.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields