org.tensorflow.distruntime.CompleteGroupRequestOrBuilder Maven / Gradle / Ivy
// 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;
*/
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();
/**
* repeated string device_name = 4;
*/
java.util.List
getDeviceNameList();
/**
* repeated string device_name = 4;
*/
int getDeviceNameCount();
/**
* repeated string device_name = 4;
*/
java.lang.String getDeviceName(int index);
/**
* repeated string device_name = 4;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceNameBytes(int index);
}