org.tensorflow.distruntime.GetStatusResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tensorflow-client Show documentation
Show all versions of tensorflow-client Show documentation
Prebuilt tensorflow serving client
The newest version!
// 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)
com.google.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy