Module pagers (1.0.1)

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

Classes

ListAnnotationsAsyncPager

ListAnnotationsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_annotations requests.

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

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

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

ListAnnotationsPager

ListAnnotationsPager(
    method: Callable[
        [...], google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsResponse
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListAnnotationsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_annotations requests.

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

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

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

ListDataItemsAsyncPager

ListDataItemsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_items requests.

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

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

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

ListDataItemsPager

ListDataItemsPager(
    method: Callable[
        [...], google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsResponse
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListDataItemsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_data_items requests.

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

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

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

ListDatasetsAsyncPager

ListDatasetsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_datasets requests.

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

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

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

ListDatasetsPager

ListDatasetsPager(
    method: Callable[
        [...], google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsResponse
    ],
    request: google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsRequest,
    response: google.cloud.aiplatform_v1.types.dataset_service.ListDatasetsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_datasets requests.

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

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

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