Module pagers (1.48.0)

API documentation for aiplatform_v1.services.feature_online_store_admin_service.pagers module.

Classes

ListFeatureOnlineStoresAsyncPager

ListFeatureOnlineStoresAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_online_stores requests.

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

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

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

ListFeatureOnlineStoresPager

ListFeatureOnlineStoresPager(
    method: typing.Callable[
        [...],
        google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresResponse,
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureOnlineStoresResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_online_stores requests.

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

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

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

ListFeatureViewSyncsAsyncPager

ListFeatureViewSyncsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_view_syncs requests.

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

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

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

ListFeatureViewSyncsPager

ListFeatureViewSyncsPager(
    method: typing.Callable[
        [...],
        google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsResponse,
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewSyncsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_view_syncs requests.

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

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

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

ListFeatureViewsAsyncPager

ListFeatureViewsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_views requests.

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

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

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

ListFeatureViewsPager

ListFeatureViewsPager(
    method: typing.Callable[
        [...],
        google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsResponse,
    ],
    request: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsRequest,
    response: google.cloud.aiplatform_v1.types.feature_online_store_admin_service.ListFeatureViewsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_feature_views requests.

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

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

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