Skip to main content
Version: v0.16.0

Set a Connection as Worker

Overview

H2O Model Validation requires you to set any Connection as Worker to run an adversarial similarity test on a dataset or model.

Adversarial similarity

  • Models
    • To run an adversarial similarity test on a model, you need to set any Connection as Worker.
  • Datasets
    • To run an adversarial test on a dataset, you need to set any Connection as Worker, and you need to have the Connection(s) utilized to import the dataset(s) as Connected.
      • Exception: If you made the dataset(s) available in H2O Model Validation when you imported a dataset or model, you do not need to have the Connection(s) utilized to import the dataset(s) as Connected. In other words, if you selected the Download datasets from DAI instance checkbox when importing a model or dataset, you do not need to have the Connection(s) utilized to import the dataset(s) as Connected.

Instructions

  1. In the H2O Model Validation navigation menu, click Connections.
  2. In the Connections table, identify the row the Connection you want to set as Worker is located.
  3. Click Kebab menu.
  4. Select Set as Worker.
    • You can identify the defined Connection as the Worker with the following icon:
      set as worker

Feedback