RunConfig
RunConfig (실행 설정)
평가 실행 전반을 제어하는 RunConfig 클래스에 대한 API 문서예요. 타임아웃, 재시도 횟수, 워커 수, 시드(seed) 같은 실행 환경을 설정해요.
출처: 문서
본문
RunConfig(timeout: int = 180, max_retries: int = 10, max_wait: int = 60, max_workers: int = 16, exception_types: Union[Type[BaseException], Tuple[Type[BaseException], ...]] = (Exception,), log_tenacity: bool = False, seed: int = 42)