Skip to main content
Version: v0.16.0

Create a Connection

Overview

Through a Connection, H2O Model Validation enables you to connect to your Driverless AI instance to access your experiments and datasets.

Instructions

To create a new Connection to a Driverless AI (DAI) instance, consider the following instructions:

caution
  • H2O Model Validation supports Connections to Driverless AI (DAI) version 1.10.5 or less
  • Restarting the H2O Model Validation instance could lead to removing previously added Connections or cause the state of Connections to become Missing credentials. The outcome depends on whether you utilize the application in demo mode and the type of Connections created.
  1. In the H2O Model Validation navigation menu, click Connections.
  2. Click Add New.
  3. In the Platform box, select a platform.
    note

    H2O Model Validation supports Driverless AI as a platform.

  4. For Instance provider, choose an option.
  5. Depending on the selected instance provider, consider the following instructions:
  1. In the Name box, enter a name to identify the Connection.
  2. In the Address box, enter the address of the Driverless AI instance.
  3. In the Username box, enter your Driverless AI username.
  4. In the Password box, enter your Driverless AI password.
  5. Click Save
note

To learn about the different states a Connection can be in, see Connection states.

Connection states

As follows, a list of possible states a Connection can be in:

  • Connected
    • The Connection to the specified instance provider is stable.
  • MissingCredentials
    • The Connection to the specified instance provider requires reinstating the instance provider's credentials.
      note

      To learn how to reinstate a Connection's credentials, see Readd a Connection's credentials.

  • Stopped
    • The Connection to the specified instance provider is successful, but the instance provider is not in a running state itself for a particular reason (for example, terminated instance).
  • Unreachable
    • The Connection to the specified instance provider is not reachable for a particular reason (for example, expired personal access token).

Feedback