5 lines
186 B
Python
5 lines
186 B
Python
from typing import Dict, List, Optional
|
|
|
|
def pull_policy_exec_histories(self, type: List[str], checkpoint: str, policy: List[str]) -> str:
|
|
"""Retrieve execution history logs."""
|