Module pagers (0.1.0)

API documentation for financialservices_v1.services.aml.pagers module.

Classes

ListBacktestResultsAsyncPager

ListBacktestResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest,
    response: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse,
    *,
    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_backtest_results requests.

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

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

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

ListBacktestResultsPager

ListBacktestResultsPager(
    method: typing.Callable[
        [...],
        google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse,
    ],
    request: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest,
    response: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse,
    *,
    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_backtest_results requests.

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

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

All the usual ListBacktestResultsResponse 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: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest,
    response: google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse,
    *,
    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_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: typing.Callable[
        [...], google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse
    ],
    request: google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest,
    response: google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse,
    *,
    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_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.

ListEngineConfigsAsyncPager

ListEngineConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest,
    response: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse,
    *,
    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_engine_configs requests.

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

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

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

ListEngineConfigsPager

ListEngineConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse,
    ],
    request: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest,
    response: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse,
    *,
    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_engine_configs requests.

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

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

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

ListEngineVersionsAsyncPager

ListEngineVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest,
    response: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse,
    *,
    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_engine_versions requests.

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

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

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

ListEngineVersionsPager

ListEngineVersionsPager(
    method: typing.Callable[
        [...],
        google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse,
    ],
    request: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest,
    response: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse,
    *,
    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_engine_versions requests.

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

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

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

ListInstancesAsyncPager

ListInstancesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.instance.ListInstancesResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.instance.ListInstancesRequest,
    response: google.cloud.financialservices_v1.types.instance.ListInstancesResponse,
    *,
    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_instances requests.

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

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

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

ListInstancesPager

ListInstancesPager(
    method: typing.Callable[
        [...], google.cloud.financialservices_v1.types.instance.ListInstancesResponse
    ],
    request: google.cloud.financialservices_v1.types.instance.ListInstancesRequest,
    response: google.cloud.financialservices_v1.types.instance.ListInstancesResponse,
    *,
    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_instances requests.

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

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

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

ListModelsAsyncPager

ListModelsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.model.ListModelsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.model.ListModelsRequest,
    response: google.cloud.financialservices_v1.types.model.ListModelsResponse,
    *,
    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_models requests.

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

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

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

ListModelsPager

ListModelsPager(
    method: typing.Callable[
        [...], google.cloud.financialservices_v1.types.model.ListModelsResponse
    ],
    request: google.cloud.financialservices_v1.types.model.ListModelsRequest,
    response: google.cloud.financialservices_v1.types.model.ListModelsResponse,
    *,
    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_models requests.

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

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

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

ListPredictionResultsAsyncPager

ListPredictionResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse
        ],
    ],
    request: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest,
    response: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse,
    *,
    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_prediction_results requests.

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

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

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

ListPredictionResultsPager

ListPredictionResultsPager(
    method: typing.Callable[
        [...],
        google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse,
    ],
    request: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest,
    response: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse,
    *,
    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_prediction_results requests.

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

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

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