Interact with Cluster

To interact with a Determined cluster, there are many ways to do that.

WebUI

The WebUI allows users to create and monitor the progress of experiments. It is accessible by visiting http://master-addr:8080, where master-addr is the hostname or IP address where the Determined master is running.

CLI

The command-line interface (CLI) is distributed as a Python wheel package; once the wheel has been installed, the CLI can be used via the det command.

REST APIs

The REST APIs provide a way for users and external tools to interact with a Determined cluster programmatically.

Python APIs

The Python APIs defines a Pythonic way to access the cluster.

See the full list of documents: