Paginators#
Index > AugmentedAIRuntime > Paginators
Auto-generated documentation for AugmentedAIRuntime type annotations stubs module mypy-boto3-sagemaker-a2i-runtime.
ListHumanLoopsPaginator#
Type annotations and code completion for boto3.client("sagemaker-a2i-runtime").get_paginator("list_human_loops")
.
boto3 documentation
# ListHumanLoopsPaginator usage example
from boto3.session import Session
from mypy_boto3_sagemaker_a2i_runtime.paginator import ListHumanLoopsPaginator
def get_list_human_loops_paginator() -> ListHumanLoopsPaginator:
return Session().client("sagemaker-a2i-runtime").get_paginator("list_human_loops")