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

org.tensorflow.distruntime.CompleteGroupRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface CompleteGroupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.CompleteGroupRequest)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * int32 group_key = 1;
   * @return The groupKey.
   */
  int getGroupKey();

  /**
   * int32 group_size = 2;
   * @return The groupSize.
   */
  int getGroupSize();

  /**
   * string device_type = 3;
   * @return The deviceType.
   */
  java.lang.String getDeviceType();
  /**
   * string device_type = 3;
   * @return The bytes for deviceType.
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceTypeBytes();

  /**
   * repeated string device_name = 4;
   * @return A list containing the deviceName.
   */
  java.util.List
      getDeviceNameList();
  /**
   * repeated string device_name = 4;
   * @return The count of deviceName.
   */
  int getDeviceNameCount();
  /**
   * repeated string device_name = 4;
   * @param index The index of the element to return.
   * @return The deviceName at the given index.
   */
  java.lang.String getDeviceName(int index);
  /**
   * repeated string device_name = 4;
   * @param index The index of the value to return.
   * @return The bytes of the deviceName at the given index.
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceNameBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy