def get_experiment_name(version: int, api_key: Optional[str] = None) -> str:

source code

Gets the experiment name (by version).

Arguments:

  • version - The version of the experiment to get.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

The experiment name with said version.