Class ListModelMonitorsAsyncPager (1.51.0)

ListModelMonitorsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsRequest,
    response: google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_model_monitors requests.

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

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

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

Methods

ListModelMonitorsAsyncPager

ListModelMonitorsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsResponse
        ],
    ],
    request: google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsRequest,
    response: google.cloud.aiplatform_v1beta1.types.model_monitoring_service.ListModelMonitorsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

Instantiates the pager.

Parameters
Name Description
method Callable

The method that was originally called, and which instantiated this pager.

request google.cloud.aiplatform_v1beta1.types.ListModelMonitorsRequest

The initial request object.

response google.cloud.aiplatform_v1beta1.types.ListModelMonitorsResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.