Package org.tensorflow.distruntime
Interface CompleteGroupRequestOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompleteGroupRequest,CompleteGroupRequest.Builder
public interface CompleteGroupRequestOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeviceName(int index)repeated string device_name = 4;org.nd4j.shade.protobuf.ByteStringgetDeviceNameBytes(int index)repeated string device_name = 4;intgetDeviceNameCount()repeated string device_name = 4;List<String>getDeviceNameList()repeated string device_name = 4;StringgetDeviceType()string device_type = 3;org.nd4j.shade.protobuf.ByteStringgetDeviceTypeBytes()string device_type = 3;intgetGroupKey()int32 group_key = 1;intgetGroupSize()int32 group_size = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupKey
int getGroupKey()
int32 group_key = 1;- Returns:
- The groupKey.
-
getGroupSize
int getGroupSize()
int32 group_size = 2;- Returns:
- The groupSize.
-
getDeviceType
String getDeviceType()
string device_type = 3;- Returns:
- The deviceType.
-
getDeviceTypeBytes
org.nd4j.shade.protobuf.ByteString getDeviceTypeBytes()
string device_type = 3;- Returns:
- The bytes for deviceType.
-
getDeviceNameList
List<String> getDeviceNameList()
repeated string device_name = 4;- Returns:
- A list containing the deviceName.
-
getDeviceNameCount
int getDeviceNameCount()
repeated string device_name = 4;- Returns:
- The count of deviceName.
-
getDeviceName
String getDeviceName(int index)
repeated string device_name = 4;- Parameters:
index- The index of the element to return.- Returns:
- The deviceName at the given index.
-
getDeviceNameBytes
org.nd4j.shade.protobuf.ByteString getDeviceNameBytes(int index)
repeated string device_name = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the deviceName at the given index.
-
-