Class FetchExamplesResponse (1.91.0)

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

Response message for ExampleStoreService.FetchExamples.

Attributes

Name Description
examples MutableSequence[google.cloud.aiplatform_v1beta1.types.Example]
The examples in the Example Store that satisfy the metadata filters.
next_page_token str
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Methods

FetchExamplesResponse

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

Response message for ExampleStoreService.FetchExamples.