org.tensorflow.distruntime.CleanupAllRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface CleanupAllRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CleanupAllRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of container names.
* If 'container' is not empty, releases resources 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.
* If 'container' is not empty, releases resources 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.
* If 'container' is not empty, releases resources 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.
* If 'container' is not empty, releases resources in the given
* containers in all devices.
* If 'container' is empty, releases resources in the default
* container in all devices.
*
*
* repeated string container = 1;
*/
com.google.protobuf.ByteString
getContainerBytes(int index);
}