Package org.tensorflow.distruntime
Interface GetStatusResponseOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetStatusResponse
,GetStatusResponse.Builder
public interface GetStatusResponseOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceAttributes
getDeviceAttributes(int index)
repeated .tensorflow.DeviceAttributes device_attributes = 1;
int
getDeviceAttributesCount()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
List<DeviceAttributes>
getDeviceAttributesList()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
DeviceAttributesOrBuilder
getDeviceAttributesOrBuilder(int index)
repeated .tensorflow.DeviceAttributes device_attributes = 1;
List<? extends DeviceAttributesOrBuilder>
getDeviceAttributesOrBuilderList()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeviceAttributesList
List<DeviceAttributes> getDeviceAttributesList()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
getDeviceAttributes
DeviceAttributes getDeviceAttributes(int index)
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
getDeviceAttributesCount
int getDeviceAttributesCount()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
getDeviceAttributesOrBuilderList
List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
getDeviceAttributesOrBuilder
DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(int index)
repeated .tensorflow.DeviceAttributes device_attributes = 1;
-
-