Module pagers (1.24.1)

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

Classes

ListSchedulesAsyncPager

ListSchedulesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesResponse
        ],
    ],
    request: google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesRequest,
    response: google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_schedules requests.

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

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

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

ListSchedulesPager

ListSchedulesPager(
    method: Callable[
        [...],
        google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesResponse,
    ],
    request: google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesRequest,
    response: google.cloud.aiplatform_v1beta1.types.schedule_service.ListSchedulesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_schedules requests.

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

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

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