Module pagers (1.48.0)

API documentation for aiplatform_v1beta1.services.persistent_resource_service.pagers module.

Classes

ListPersistentResourcesAsyncPager

ListPersistentResourcesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesResponse
        ],
    ],
    request: google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesRequest,
    response: google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_persistent_resources requests.

This class thinly wraps an initial ListPersistentResourcesResponse object, and provides an __aiter__ method to iterate through its persistent_resources field.

If there are more pages, the __aiter__ method will make additional ListPersistentResources requests and continue to iterate through the persistent_resources field on the corresponding responses.

All the usual ListPersistentResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListPersistentResourcesPager

ListPersistentResourcesPager(
    method: typing.Callable[
        [...],
        google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesResponse,
    ],
    request: google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesRequest,
    response: google.cloud.aiplatform_v1beta1.types.persistent_resource_service.ListPersistentResourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_persistent_resources requests.

This class thinly wraps an initial ListPersistentResourcesResponse object, and provides an __iter__ method to iterate through its persistent_resources field.

If there are more pages, the __iter__ method will make additional ListPersistentResources requests and continue to iterate through the persistent_resources field on the corresponding responses.

All the usual ListPersistentResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.