Package org.tensorflow.distruntime
Interface CompleteGroupResponseOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompleteGroupResponse,CompleteGroupResponse.Builder
public interface CompleteGroupResponseOrBuilder 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 = 5;org.nd4j.shade.protobuf.ByteStringgetDeviceNameBytes(int index)repeated string device_name = 5;intgetDeviceNameCount()repeated string device_name = 5;List<String>getDeviceNameList()repeated string device_name = 5;StringgetDeviceType()string device_type = 3;org.nd4j.shade.protobuf.ByteStringgetDeviceTypeBytes()string device_type = 3;intgetGroupKey()int32 group_key = 1;intgetGroupSize()int32 group_size = 2;intgetNumTasks()number of distinct tasks hosting the devicesStringgetTaskName(int index)task name prefixes of device_namesorg.nd4j.shade.protobuf.ByteStringgetTaskNameBytes(int index)task name prefixes of device_namesintgetTaskNameCount()task name prefixes of device_namesList<String>getTaskNameList()task name prefixes of device_names-
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.
-
getNumTasks
int getNumTasks()
number of distinct tasks hosting the devices
int32 num_tasks = 4;- Returns:
- The numTasks.
-
getDeviceNameList
List<String> getDeviceNameList()
repeated string device_name = 5;- Returns:
- A list containing the deviceName.
-
getDeviceNameCount
int getDeviceNameCount()
repeated string device_name = 5;- Returns:
- The count of deviceName.
-
getDeviceName
String getDeviceName(int index)
repeated string device_name = 5;- 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 = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the deviceName at the given index.
-
getTaskNameList
List<String> getTaskNameList()
task name prefixes of device_names
repeated string task_name = 6;- Returns:
- A list containing the taskName.
-
getTaskNameCount
int getTaskNameCount()
task name prefixes of device_names
repeated string task_name = 6;- Returns:
- The count of taskName.
-
getTaskName
String getTaskName(int index)
task name prefixes of device_names
repeated string task_name = 6;- Parameters:
index- The index of the element to return.- Returns:
- The taskName at the given index.
-
getTaskNameBytes
org.nd4j.shade.protobuf.ByteString getTaskNameBytes(int index)
task name prefixes of device_names
repeated string task_name = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the taskName at the given index.
-
-