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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface CompleteGroupResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.CompleteGroupResponse)
    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();

  /**
   * 
   * number of distinct tasks hosting the devices
   * 
* * int32 num_tasks = 4; * @return The numTasks. */ int getNumTasks(); /** * repeated string device_name = 5; * @return A list containing the deviceName. */ java.util.List getDeviceNameList(); /** * repeated string device_name = 5; * @return The count of deviceName. */ int getDeviceNameCount(); /** * repeated string device_name = 5; * @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 = 5; * @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); /** *
   * task name prefixes of device_names
   * 
* * repeated string task_name = 6; * @return A list containing the taskName. */ java.util.List getTaskNameList(); /** *
   * task name prefixes of device_names
   * 
* * repeated string task_name = 6; * @return The count of taskName. */ int getTaskNameCount(); /** *
   * task name prefixes of device_names
   * 
* * repeated string task_name = 6; * @param index The index of the element to return. * @return The taskName at the given index. */ java.lang.String getTaskName(int index); /** *
   * task name prefixes of device_names
   * 
* * repeated string task_name = 6; * @param index The index of the value to return. * @return The bytes of the taskName at the given index. */ org.nd4j.shade.protobuf.ByteString getTaskNameBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy