VastAI.launch_instance(
gpu_name: str,
num_gpus: str,
image: str,
region: str = None,
disk: float = 16.0,
limit: int = 3,
order: str = "score-",
login: str = None,
label: str = None,
onstart: str = None,
onstart_cmd: str = None,
entrypoint: str = None,
ssh: bool = False,
jupyter: bool = False,
direct: bool = False,
jupyter_dir: str = None,
jupyter_lab: bool = False,
lang_utf8: bool = False,
python_utf8: bool = False,
extra: str = None,
env: str = None,
args: list = None,
force: bool = False,
cancel_unavail: bool = False,
template_hash: str = None,
explain: bool = False,
raw: bool = False
) -> str