src/smexperiments/_base_types.py [113:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        boto_next_token_name="NextToken",
        sagemaker_boto_client=None,
        **kwargs
    ):
        sagemaker_boto_client = sagemaker_boto_client or _utils.sagemaker_client()
        next_token = None
        try:
            while True:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/smexperiments/_base_types.py [140:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        boto_next_token_name="NextToken",
        sagemaker_boto_client=None,
        **kwargs
    ):
        sagemaker_boto_client = sagemaker_boto_client or _utils.sagemaker_client()
        next_token = None
        try:
            while True:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



