Class ResetRequest.Builder

  • All Implemented Interfaces:
    Cloneable, org.nd4j.shade.protobuf.Message.Builder, org.nd4j.shade.protobuf.MessageLite.Builder, org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder, ResetRequestOrBuilder
    Enclosing class:
    ResetRequest

    public static final class ResetRequest.Builder
    extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
    implements ResetRequestOrBuilder
     Reset() allows misbehaving or slow sessions to be aborted and closed, and
     causes their resources eventually to be released.  Reset() does not wait
     for the computations in old sessions to cease; it merely starts the
     process of tearing them down.  However, if a new session is started after
     a Reset(), the new session is isolated from changes that old sessions
     (started prior to the Reset()) may continue to make to resources, provided
     all those resources are in containers listed in "containers".
     Old sessions may continue to have side-effects on resources not in
     containers listed in "containers", and thus may affect future
     sessions' results in ways that are hard to predict.  Thus, if well-defined
     behavior is desired, is it recommended that all containers be listed in
     "containers".  Similarly, if a device_filter is specified, results may be
     hard to predict.
     
    Protobuf type tensorflow.ResetRequest
    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • clear

        public ResetRequest.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • getDefaultInstanceForType

        public ResetRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public ResetRequest build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public ResetRequest buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public ResetRequest.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • setField

        public ResetRequest.Builder setField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        setField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • clearField

        public ResetRequest.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • clearOneof

        public ResetRequest.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • setRepeatedField

        public ResetRequest.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • addRepeatedField

        public ResetRequest.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • mergeFrom

        public ResetRequest.Builder mergeFrom​(org.nd4j.shade.protobuf.Message other)
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<ResetRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • mergeFrom

        public ResetRequest.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                              org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<ResetRequest.Builder>
        Throws:
        IOException
      • getContainerList

        public org.nd4j.shade.protobuf.ProtocolStringList 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;
        Specified by:
        getContainerList in interface ResetRequestOrBuilder
        Returns:
        A list containing the container.
      • getContainerCount

        public 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;
        Specified by:
        getContainerCount in interface ResetRequestOrBuilder
        Returns:
        The count of container.
      • getContainer

        public 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;
        Specified by:
        getContainer in interface ResetRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The container at the given index.
      • getContainerBytes

        public org.nd4j.shade.protobuf.ByteString getContainerBytes​(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;
        Specified by:
        getContainerBytes in interface ResetRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the container at the given index.
      • setContainer

        public ResetRequest.Builder setContainer​(int index,
                                                 String value)
         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;
        Parameters:
        index - The index to set the value at.
        value - The container to set.
        Returns:
        This builder for chaining.
      • addContainer

        public ResetRequest.Builder addContainer​(String value)
         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;
        Parameters:
        value - The container to add.
        Returns:
        This builder for chaining.
      • addAllContainer

        public ResetRequest.Builder addAllContainer​(Iterable<String> values)
         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;
        Parameters:
        values - The container to add.
        Returns:
        This builder for chaining.
      • clearContainer

        public ResetRequest.Builder clearContainer()
         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;
        Returns:
        This builder for chaining.
      • addContainerBytes

        public ResetRequest.Builder addContainerBytes​(org.nd4j.shade.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes of the container to add.
        Returns:
        This builder for chaining.
      • getDeviceFiltersList

        public org.nd4j.shade.protobuf.ProtocolStringList 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;
        Specified by:
        getDeviceFiltersList in interface ResetRequestOrBuilder
        Returns:
        A list containing the deviceFilters.
      • getDeviceFiltersCount

        public 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;
        Specified by:
        getDeviceFiltersCount in interface ResetRequestOrBuilder
        Returns:
        The count of deviceFilters.
      • getDeviceFilters

        public 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;
        Specified by:
        getDeviceFilters in interface ResetRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The deviceFilters at the given index.
      • getDeviceFiltersBytes

        public org.nd4j.shade.protobuf.ByteString getDeviceFiltersBytes​(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;
        Specified by:
        getDeviceFiltersBytes in interface ResetRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the deviceFilters at the given index.
      • setDeviceFilters

        public ResetRequest.Builder setDeviceFilters​(int index,
                                                     String value)
         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;
        Parameters:
        index - The index to set the value at.
        value - The deviceFilters to set.
        Returns:
        This builder for chaining.
      • addDeviceFilters

        public ResetRequest.Builder addDeviceFilters​(String value)
         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;
        Parameters:
        value - The deviceFilters to add.
        Returns:
        This builder for chaining.
      • addAllDeviceFilters

        public ResetRequest.Builder addAllDeviceFilters​(Iterable<String> values)
         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;
        Parameters:
        values - The deviceFilters to add.
        Returns:
        This builder for chaining.
      • clearDeviceFilters

        public ResetRequest.Builder clearDeviceFilters()
         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;
        Returns:
        This builder for chaining.
      • addDeviceFiltersBytes

        public ResetRequest.Builder addDeviceFiltersBytes​(org.nd4j.shade.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes of the deviceFilters to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ResetRequest.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
      • mergeUnknownFields

        public final ResetRequest.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>