org.tensorflow.distruntime.ResetRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto
package org.tensorflow.distruntime;
public interface ResetRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ResetRequest)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
*
* A list of container names, which may be empty.
* If 'container' is not empty, releases resoures in the given
* containers in all devices.
* If 'container' is empty, releases resources in the default
* container in all devices.
*
*
* repeated string container = 1;
*/
java.util.List
getContainerList();
/**
*
* A list of container names, which may be empty.
* If 'container' is not empty, releases resoures in the given
* containers in all devices.
* If 'container' is empty, releases resources in the default
* container in all devices.
*
*
* repeated string container = 1;
*/
int getContainerCount();
/**
*
* A list of container names, which may be empty.
* If 'container' is not empty, releases resoures in the given
* containers in all devices.
* If 'container' is empty, releases resources in the default
* container in all devices.
*
*
* repeated string container = 1;
*/
java.lang.String getContainer(int index);
/**
*
* A list of container names, which may be empty.
* If 'container' is not empty, releases resoures in the given
* containers in all devices.
* If 'container' is empty, releases resources in the default
* container in all devices.
*
*
* repeated string container = 1;
*/
org.nd4j.shade.protobuf.ByteString
getContainerBytes(int index);
/**
*
* When any filters are present, only devices that match the filters
* will be reset. Each filter can be partially specified,
* e.g. "/job:ps" "/job:worker/replica:3", etc.
*
*
* repeated string device_filters = 2;
*/
java.util.List
getDeviceFiltersList();
/**
*
* When any filters are present, only devices that match the filters
* will be reset. Each filter can be partially specified,
* e.g. "/job:ps" "/job:worker/replica:3", etc.
*
*
* repeated string device_filters = 2;
*/
int getDeviceFiltersCount();
/**
*
* When any filters are present, only devices that match the filters
* will be reset. Each filter can be partially specified,
* e.g. "/job:ps" "/job:worker/replica:3", etc.
*
*
* repeated string device_filters = 2;
*/
java.lang.String getDeviceFilters(int index);
/**
*
* When any filters are present, only devices that match the filters
* will be reset. Each filter can be partially specified,
* e.g. "/job:ps" "/job:worker/replica:3", etc.
*
*
* repeated string device_filters = 2;
*/
org.nd4j.shade.protobuf.ByteString
getDeviceFiltersBytes(int index);
}