All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.api.NetworkTestV3 Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package water.api;

import water.init.NetworkTest;

public class NetworkTestV3 extends RequestSchema {
  @API(help="Collective broadcast/reduce times in microseconds (for each message size)", direction = API.Direction.OUTPUT)
  public double[] microseconds_collective;
  @API(help="Collective bandwidths in Bytes/sec (for each message size, for each node)", direction = API.Direction.OUTPUT)
  public double[] bandwidths_collective;
  @API(help="Round-trip times in microseconds (for each message size, for each node)", direction = API.Direction.OUTPUT)
  public double[][] microseconds;
  @API(help="Bi-directional bandwidths in Bytes/sec (for each message size, for each node)", direction = API.Direction.OUTPUT)
  public double[][] bandwidths;
  @API(help="Nodes", direction = API.Direction.OUTPUT)
  public String[] nodes;
  @API(help="NetworkTestResults", direction = API.Direction.OUTPUT)
  public TwoDimTableV3 table;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy