Class SummaryDescription.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, SummaryDescriptionOrBuilder
    Enclosing class:
    SummaryDescription

    public static final class SummaryDescription.Builder
    extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryDescription.Builder>
    implements SummaryDescriptionOrBuilder
     Metadata associated with a series of Summary data
     
    Protobuf type tensorflow.SummaryDescription
    • 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<SummaryDescription.Builder>
      • clear

        public SummaryDescription.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<SummaryDescription.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<SummaryDescription.Builder>
      • getDefaultInstanceForType

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

        public SummaryDescription 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 SummaryDescription 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 SummaryDescription.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<SummaryDescription.Builder>
      • setField

        public SummaryDescription.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<SummaryDescription.Builder>
      • clearField

        public SummaryDescription.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<SummaryDescription.Builder>
      • clearOneof

        public SummaryDescription.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<SummaryDescription.Builder>
      • setRepeatedField

        public SummaryDescription.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<SummaryDescription.Builder>
      • addRepeatedField

        public SummaryDescription.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<SummaryDescription.Builder>
      • mergeFrom

        public SummaryDescription.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<SummaryDescription.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<SummaryDescription.Builder>
      • mergeFrom

        public SummaryDescription.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<SummaryDescription.Builder>
        Throws:
        IOException
      • getTypeHint

        public String getTypeHint()
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Specified by:
        getTypeHint in interface SummaryDescriptionOrBuilder
        Returns:
        The typeHint.
      • getTypeHintBytes

        public org.nd4j.shade.protobuf.ByteString getTypeHintBytes()
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Specified by:
        getTypeHintBytes in interface SummaryDescriptionOrBuilder
        Returns:
        The bytes for typeHint.
      • setTypeHint

        public SummaryDescription.Builder setTypeHint​(String value)
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Parameters:
        value - The typeHint to set.
        Returns:
        This builder for chaining.
      • clearTypeHint

        public SummaryDescription.Builder clearTypeHint()
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Returns:
        This builder for chaining.
      • setTypeHintBytes

        public SummaryDescription.Builder setTypeHintBytes​(org.nd4j.shade.protobuf.ByteString value)
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Parameters:
        value - The bytes for typeHint to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SummaryDescription.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<SummaryDescription.Builder>
      • mergeUnknownFields

        public final SummaryDescription.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<SummaryDescription.Builder>