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

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

There is a newer version: 1.0.0-M2.1
Show 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; */ 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy