Class SummaryMetadata.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, SummaryMetadataOrBuilder
    Enclosing class:
    SummaryMetadata

    public static final class SummaryMetadata.Builder
    extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.Builder>
    implements SummaryMetadataOrBuilder
     A SummaryMetadata encapsulates information on which plugins are able to make
     use of a certain summary value.
     
    Protobuf type tensorflow.SummaryMetadata
    • 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<SummaryMetadata.Builder>
      • clear

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

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

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

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

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

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

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

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

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

        public SummaryMetadata.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<SummaryMetadata.Builder>
        Throws:
        IOException
      • hasPluginData

        public boolean hasPluginData()
         Data that associates a summary with a certain plugin.
         
        .tensorflow.SummaryMetadata.PluginData plugin_data = 1;
        Specified by:
        hasPluginData in interface SummaryMetadataOrBuilder
        Returns:
        Whether the pluginData field is set.
      • clearPluginData

        public SummaryMetadata.Builder clearPluginData()
         Data that associates a summary with a certain plugin.
         
        .tensorflow.SummaryMetadata.PluginData plugin_data = 1;
      • getPluginDataBuilder

        public SummaryMetadata.PluginData.Builder getPluginDataBuilder()
         Data that associates a summary with a certain plugin.
         
        .tensorflow.SummaryMetadata.PluginData plugin_data = 1;
      • getDisplayNameBytes

        public org.nd4j.shade.protobuf.ByteString getDisplayNameBytes()
         Display name for viewing in TensorBoard.
         
        string display_name = 2;
        Specified by:
        getDisplayNameBytes in interface SummaryMetadataOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public SummaryMetadata.Builder setDisplayName​(String value)
         Display name for viewing in TensorBoard.
         
        string display_name = 2;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public SummaryMetadata.Builder clearDisplayName()
         Display name for viewing in TensorBoard.
         
        string display_name = 2;
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public SummaryMetadata.Builder setDisplayNameBytes​(org.nd4j.shade.protobuf.ByteString value)
         Display name for viewing in TensorBoard.
         
        string display_name = 2;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • getSummaryDescription

        public String getSummaryDescription()
         Longform readable description of the summary sequence. Markdown supported.
         
        string summary_description = 3;
        Specified by:
        getSummaryDescription in interface SummaryMetadataOrBuilder
        Returns:
        The summaryDescription.
      • getSummaryDescriptionBytes

        public org.nd4j.shade.protobuf.ByteString getSummaryDescriptionBytes()
         Longform readable description of the summary sequence. Markdown supported.
         
        string summary_description = 3;
        Specified by:
        getSummaryDescriptionBytes in interface SummaryMetadataOrBuilder
        Returns:
        The bytes for summaryDescription.
      • setSummaryDescription

        public SummaryMetadata.Builder setSummaryDescription​(String value)
         Longform readable description of the summary sequence. Markdown supported.
         
        string summary_description = 3;
        Parameters:
        value - The summaryDescription to set.
        Returns:
        This builder for chaining.
      • clearSummaryDescription

        public SummaryMetadata.Builder clearSummaryDescription()
         Longform readable description of the summary sequence. Markdown supported.
         
        string summary_description = 3;
        Returns:
        This builder for chaining.
      • setSummaryDescriptionBytes

        public SummaryMetadata.Builder setSummaryDescriptionBytes​(org.nd4j.shade.protobuf.ByteString value)
         Longform readable description of the summary sequence. Markdown supported.
         
        string summary_description = 3;
        Parameters:
        value - The bytes for summaryDescription to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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