Skip to main content

runtimes.utils

display_runtimes

def display_runtimes(runtimes: list[dict[str, Any]]) -> None

Display a list of Runtimes in the console.

get_default_credits_limit

def get_default_credits_limit(reservations: list[dict[str, Any]],
credits: dict[str, Any]) -> float

Get the default credits limit based on the available credits and reservations.