Module pagers (0.3.0)

API documentation for ces_v1beta.services.evaluation_service.pagers module.

Classes

ListEvaluationDatasetsAsyncPager

ListEvaluationDatasetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_datasets requests.

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

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

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

ListEvaluationDatasetsPager

ListEvaluationDatasetsPager(
    method: typing.Callable[
        [...],
        google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_datasets requests.

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

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

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

ListEvaluationExpectationsAsyncPager

ListEvaluationExpectationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_expectations requests.

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

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

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

ListEvaluationExpectationsPager

ListEvaluationExpectationsPager(
    method: typing.Callable[
        [...],
        google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_expectations requests.

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

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

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

ListEvaluationResultsAsyncPager

ListEvaluationResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_results requests.

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

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

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

ListEvaluationResultsPager

ListEvaluationResultsPager(
    method: typing.Callable[
        [...],
        google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_results requests.

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

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

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

ListEvaluationRunsAsyncPager

ListEvaluationRunsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_runs requests.

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

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

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

ListEvaluationRunsPager

ListEvaluationRunsPager(
    method: typing.Callable[
        [...],
        google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluation_runs requests.

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

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

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

ListEvaluationsAsyncPager

ListEvaluationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluations requests.

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

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

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

ListEvaluationsPager

ListEvaluationsPager(
    method: typing.Callable[
        [...], google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_evaluations requests.

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

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

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

ListScheduledEvaluationRunsAsyncPager

ListScheduledEvaluationRunsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse
        ],
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_scheduled_evaluation_runs requests.

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

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

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

ListScheduledEvaluationRunsPager

ListScheduledEvaluationRunsPager(
    method: typing.Callable[
        [...],
        google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
    ],
    request: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
    response: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_scheduled_evaluation_runs requests.

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

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

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