Summary.Value.Builder

public static final class Summary.Value.Builder

Protobuf type tensorflow.Summary.Value

Public Methods

Summary.Value.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Summary.Value
build()
Summary.Value
Summary.Value.Builder
clear()
Summary.Value.Builder
clearAudio()
.tensorflow.Summary.Audio audio = 6;
Summary.Value.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Summary.Value.Builder
clearHisto()
.tensorflow.HistogramProto histo = 5;
Summary.Value.Builder
clearImage()
.tensorflow.Summary.Image image = 4;
Summary.Value.Builder
clearMetadata()
 Contains metadata on the summary value such as which plugins may use it.
Summary.Value.Builder
clearNodeName()
 This field is deprecated and will not be set.
Summary.Value.Builder
clearObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
Summary.Value.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Summary.Value.Builder
clearSimpleValue()
float simple_value = 2;
Summary.Value.Builder
clearTag()
 Tag name for the data.
Summary.Value.Builder
clearTensor()
.tensorflow.TensorProto tensor = 8;
Summary.Value.Builder
Summary.Value.Builder
clone()
Summary.Audio
getAudio()
.tensorflow.Summary.Audio audio = 6;
Summary.Audio.Builder
getAudioBuilder()
.tensorflow.Summary.Audio audio = 6;
Summary.AudioOrBuilder
getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
Summary.Value
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
HistogramProto
getHisto()
.tensorflow.HistogramProto histo = 5;
HistogramProto.Builder
getHistoBuilder()
.tensorflow.HistogramProto histo = 5;
HistogramProtoOrBuilder
getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
Summary.Image
getImage()
.tensorflow.Summary.Image image = 4;
Summary.Image.Builder
getImageBuilder()
.tensorflow.Summary.Image image = 4;
Summary.ImageOrBuilder
getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
SummaryMetadata
getMetadata()
 Contains metadata on the summary value such as which plugins may use it.
SummaryMetadata.Builder
getMetadataBuilder()
 Contains metadata on the summary value such as which plugins may use it.
SummaryMetadataOrBuilder
getMetadataOrBuilder()
 Contains metadata on the summary value such as which plugins may use it.
String
getNodeName()
 This field is deprecated and will not be set.
com.google.protobuf.ByteString
getNodeNameBytes()
 This field is deprecated and will not be set.
com.google.protobuf.ByteString
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
float
getSimpleValue()
float simple_value = 2;
String
getTag()
 Tag name for the data.
com.google.protobuf.ByteString
getTagBytes()
 Tag name for the data.
TensorProto
getTensor()
.tensorflow.TensorProto tensor = 8;
TensorProto.Builder
getTensorBuilder()
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
Summary.Value.ValueCase
boolean
hasAudio()
.tensorflow.Summary.Audio audio = 6;
boolean
hasHisto()
.tensorflow.HistogramProto histo = 5;
boolean
hasImage()
.tensorflow.Summary.Image image = 4;
boolean
hasMetadata()
 Contains metadata on the summary value such as which plugins may use it.
boolean
hasTensor()
.tensorflow.TensorProto tensor = 8;
final boolean
Summary.Value.Builder
mergeAudio(Summary.Audio value)
.tensorflow.Summary.Audio audio = 6;
Summary.Value.Builder
mergeFrom(com.google.protobuf.Message other)
Summary.Value.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Summary.Value.Builder
mergeHisto(HistogramProto value)
.tensorflow.HistogramProto histo = 5;
Summary.Value.Builder
mergeImage(Summary.Image value)
.tensorflow.Summary.Image image = 4;
Summary.Value.Builder
mergeMetadata(SummaryMetadata value)
 Contains metadata on the summary value such as which plugins may use it.
Summary.Value.Builder
mergeTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8;
final Summary.Value.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Summary.Value.Builder
setAudio(Summary.Audio.Builder builderForValue)
.tensorflow.Summary.Audio audio = 6;
Summary.Value.Builder
setAudio(Summary.Audio value)
.tensorflow.Summary.Audio audio = 6;
Summary.Value.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Summary.Value.Builder
setHisto(HistogramProto value)
.tensorflow.HistogramProto histo = 5;
Summary.Value.Builder
setHisto(HistogramProto.Builder builderForValue)
.tensorflow.HistogramProto histo = 5;
Summary.Value.Builder
setImage(Summary.Image value)
.tensorflow.Summary.Image image = 4;
Summary.Value.Builder
setImage(Summary.Image.Builder builderForValue)
.tensorflow.Summary.Image image = 4;
Summary.Value.Builder
setMetadata(SummaryMetadata.Builder builderForValue)
 Contains metadata on the summary value such as which plugins may use it.
Summary.Value.Builder
setMetadata(SummaryMetadata value)
 Contains metadata on the summary value such as which plugins may use it.
Summary.Value.Builder
setNodeName(String value)
 This field is deprecated and will not be set.
Summary.Value.Builder
setNodeNameBytes(com.google.protobuf.ByteString value)
 This field is deprecated and will not be set.
Summary.Value.Builder
setObsoleteOldStyleHistogram(com.google.protobuf.ByteString value)
bytes obsolete_old_style_histogram = 3;
Summary.Value.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Summary.Value.Builder
setSimpleValue(float value)
float simple_value = 2;
Summary.Value.Builder
setTag(String value)
 Tag name for the data.
Summary.Value.Builder
setTagBytes(com.google.protobuf.ByteString value)
 Tag name for the data.
Summary.Value.Builder
setTensor(TensorProto.Builder builderForValue)
.tensorflow.TensorProto tensor = 8;
Summary.Value.Builder
setTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8;
final Summary.Value.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public Summary.Value.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public Summary.Value build ()

public Summary.Value buildPartial ()

public Summary.Value.Builder clear ()

public Summary.Value.Builder clearAudio ()

.tensorflow.Summary.Audio audio = 6;

public Summary.Value.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public Summary.Value.Builder clearHisto ()

.tensorflow.HistogramProto histo = 5;

public Summary.Value.Builder clearImage ()

.tensorflow.Summary.Image image = 4;

public Summary.Value.Builder clearMetadata ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public Summary.Value.Builder clearNodeName ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public Summary.Value.Builder clearObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

public Summary.Value.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public Summary.Value.Builder clearSimpleValue ()

float simple_value = 2;

public Summary.Value.Builder clearTag ()

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public Summary.Value.Builder clearTensor ()

.tensorflow.TensorProto tensor = 8;

public Summary.Value.Builder clearValue ()

public Summary.Value.Builder clone ()

public Summary.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

public Summary.Audio.Builder getAudioBuilder ()

.tensorflow.Summary.Audio audio = 6;

public Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

public Summary.Value getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

public HistogramProto.Builder getHistoBuilder ()

.tensorflow.HistogramProto histo = 5;

public HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

public Summary.Image getImage ()

.tensorflow.Summary.Image image = 4;

public Summary.Image.Builder getImageBuilder ()

.tensorflow.Summary.Image image = 4;

public Summary.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

public SummaryMetadata getMetadata ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public SummaryMetadata.Builder getMetadataBuilder ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public SummaryMetadataOrBuilder getMetadataOrBuilder ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public String getNodeName ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public com.google.protobuf.ByteString getNodeNameBytes ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

public float getSimpleValue ()

float simple_value = 2;

public String getTag ()

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public com.google.protobuf.ByteString getTagBytes ()

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

public TensorProto.Builder getTensorBuilder ()

.tensorflow.TensorProto tensor = 8;

public TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

public Summary.Value.ValueCase getValueCase ()

public boolean hasAudio ()

.tensorflow.Summary.Audio audio = 6;

public boolean hasHisto ()

.tensorflow.HistogramProto histo = 5;

public boolean hasImage ()

.tensorflow.Summary.Image image = 4;

public boolean hasMetadata ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public boolean hasTensor ()

.tensorflow.TensorProto tensor = 8;

public final boolean isInitialized ()

public Summary.Value.Builder mergeAudio (Summary.Audio value)

.tensorflow.Summary.Audio audio = 6;

public Summary.Value.Builder mergeFrom (com.google.protobuf.Message other)

public Summary.Value.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public Summary.Value.Builder mergeHisto (HistogramProto value)

.tensorflow.HistogramProto histo = 5;

public Summary.Value.Builder mergeImage (Summary.Image value)

.tensorflow.Summary.Image image = 4;

public Summary.Value.Builder mergeMetadata (SummaryMetadata value)

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public Summary.Value.Builder mergeTensor (TensorProto value)

.tensorflow.TensorProto tensor = 8;

public final Summary.Value.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Summary.Value.Builder setAudio (Summary.Audio.Builder builderForValue)

.tensorflow.Summary.Audio audio = 6;

public Summary.Value.Builder setAudio (Summary.Audio value)

.tensorflow.Summary.Audio audio = 6;

public Summary.Value.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public Summary.Value.Builder setHisto (HistogramProto value)

.tensorflow.HistogramProto histo = 5;

public Summary.Value.Builder setHisto (HistogramProto.Builder builderForValue)

.tensorflow.HistogramProto histo = 5;

public Summary.Value.Builder setImage (Summary.Image value)

.tensorflow.Summary.Image image = 4;

public Summary.Value.Builder setImage (Summary.Image.Builder builderForValue)

.tensorflow.Summary.Image image = 4;

public Summary.Value.Builder setMetadata (SummaryMetadata.Builder builderForValue)

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public Summary.Value.Builder setMetadata (SummaryMetadata value)

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public Summary.Value.Builder setNodeName (String value)

 This field is deprecated and will not be set.
 
string node_name = 7;

public Summary.Value.Builder setNodeNameBytes (com.google.protobuf.ByteString value)

 This field is deprecated and will not be set.
 
string node_name = 7;

public Summary.Value.Builder setObsoleteOldStyleHistogram (com.google.protobuf.ByteString value)

bytes obsolete_old_style_histogram = 3;

public Summary.Value.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public Summary.Value.Builder setSimpleValue (float value)

float simple_value = 2;

public Summary.Value.Builder setTag (String value)

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public Summary.Value.Builder setTagBytes (com.google.protobuf.ByteString value)

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public Summary.Value.Builder setTensor (TensorProto.Builder builderForValue)

.tensorflow.TensorProto tensor = 8;

public Summary.Value.Builder setTensor (TensorProto value)

.tensorflow.TensorProto tensor = 8;

public final Summary.Value.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)