org.tensorflow.distruntime.GetStatusResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface GetStatusResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GetStatusResponse)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* repeated .tensorflow.DeviceAttributes device_attributes = 1;
*/
java.util.List
getDeviceAttributesList();
/**
* repeated .tensorflow.DeviceAttributes device_attributes = 1;
*/
org.tensorflow.framework.DeviceAttributes getDeviceAttributes(int index);
/**
* repeated .tensorflow.DeviceAttributes device_attributes = 1;
*/
int getDeviceAttributesCount();
/**
* repeated .tensorflow.DeviceAttributes device_attributes = 1;
*/
java.util.List extends org.tensorflow.framework.DeviceAttributesOrBuilder>
getDeviceAttributesOrBuilderList();
/**
* repeated .tensorflow.DeviceAttributes device_attributes = 1;
*/
org.tensorflow.framework.DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(
int index);
}