org.tensorflow.distruntime.CompleteGroupResponseOrBuilder Maven / Gradle / Ivy
// 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;
*/
int getGroupKey();
/**
* int32 group_size = 2;
*/
int getGroupSize();
/**
* string device_type = 3;
*/
java.lang.String getDeviceType();
/**
* string device_type = 3;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceTypeBytes();
/**
*
* number of distinct tasks hosting the devices
*
*
* int32 num_tasks = 4;
*/
int getNumTasks();
/**
* repeated string device_name = 5;
*/
java.util.List
getDeviceNameList();
/**
* repeated string device_name = 5;
*/
int getDeviceNameCount();
/**
* repeated string device_name = 5;
*/
java.lang.String getDeviceName(int index);
/**
* repeated string device_name = 5;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceNameBytes(int index);
/**
*
* task name prefixes of device_names
*
*
* repeated string task_name = 6;
*/
java.util.List
getTaskNameList();
/**
*
* task name prefixes of device_names
*
*
* repeated string task_name = 6;
*/
int getTaskNameCount();
/**
*
* task name prefixes of device_names
*
*
* repeated string task_name = 6;
*/
java.lang.String getTaskName(int index);
/**
*
* task name prefixes of device_names
*
*
* repeated string task_name = 6;
*/
org.nd4j.shade.protobuf.ByteString
getTaskNameBytes(int index);
}