Skip to main content
Version: v0.17.0

Create a Connection

Overview

Through a Connection, H2O Model Validation enables you to connect to a particular platform, for example, H2O Driverless AI. A Connection enables you to access your models and datasets in H2O Model Validation.

Instructions

To create a new Connection, consider the following instructions:

caution
  • H2O Model Validation supports Connections to Driverless AI (DAI) version 1.10.6.2 or less.
  • H2O model Validation supports AI Engines v0.5.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 (for example, H2O Driverless AI).
  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

Connection states

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

StateDescription
ConnectedThe Connection to the specified instance provider is stable.
MissingCredentialsThe Connection to the specified instance provider requires reinstating the instance provider's credentials. To learn how to reinstate a Connection's credentials, see Readd a Connection's credentials.
StoppedThe Connection to the specified instance provider is successful, but the instance provider is not in a running state itself for a particular reason.
UnreachableThe Connection to the specified instance provider is not reachable for a particular reason (for example, expired personal access token).

Feedback