Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / autoscaler / sdk / __init__.py
Size: Mime:
from ray.autoscaler.sdk.sdk import (
    bootstrap_config,
    configure_logging,
    create_or_update_cluster,
    fillout_defaults,
    get_docker_host_mount_location,
    get_head_node_ip,
    get_worker_node_ips,
    register_callback_handler,
    request_resources,
    rsync,
    run_on_cluster,
    teardown_cluster,
)

__all__ = [
    "create_or_update_cluster",
    "teardown_cluster",
    "run_on_cluster",
    "rsync",
    "get_head_node_ip",
    "get_worker_node_ips",
    "request_resources",
    "configure_logging",
    "bootstrap_config",
    "fillout_defaults",
    "register_callback_handler",
    "get_docker_host_mount_location",
]