All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.ResetRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// 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; * @return A list containing the container. */ 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; * @return The count of container. */ 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; * @param index The index of the element to return. * @return The container at the given index. */ 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; * @param index The index of the value to return. * @return The bytes of the container at the given index. */ 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; * @return A list containing the deviceFilters. */ 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; * @return The count of deviceFilters. */ 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; * @param index The index of the element to return. * @return The deviceFilters at the given index. */ 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; * @param index The index of the value to return. * @return The bytes of the deviceFilters at the given index. */ org.nd4j.shade.protobuf.ByteString getDeviceFiltersBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy