public static final class Summary.Value.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder> implements Summary.ValueOrBuilder
tensorflow.Summary.Value
Modifier and Type | Method and Description |
---|---|
Summary.Value.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
Summary.Value |
build() |
Summary.Value |
buildPartial() |
Summary.Value.Builder |
clear() |
Summary.Value.Builder |
clearAudio()
.tensorflow.Summary.Audio audio = 6; |
Summary.Value.Builder |
clearField(com.github.os72.protobuf351.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.github.os72.protobuf351.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 |
clearValue() |
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 |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
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.github.os72.protobuf351.ByteString |
getNodeNameBytes()
This field is deprecated and will not be set.
|
com.github.os72.protobuf351.ByteString |
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3; |
float |
getSimpleValue()
float simple_value = 2; |
String |
getTag()
Tag name for the data.
|
com.github.os72.protobuf351.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 |
getValueCase() |
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; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Summary.Value.Builder |
mergeAudio(Summary.Audio value)
.tensorflow.Summary.Audio audio = 6; |
Summary.Value.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Summary.Value.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
Summary.Value.Builder |
mergeFrom(Summary.Value other) |
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; |
Summary.Value.Builder |
mergeUnknownFields(com.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
Summary.Value.Builder |
setHisto(HistogramProto.Builder builderForValue)
.tensorflow.HistogramProto histo = 5; |
Summary.Value.Builder |
setHisto(HistogramProto value)
.tensorflow.HistogramProto histo = 5; |
Summary.Value.Builder |
setImage(Summary.Image.Builder builderForValue)
.tensorflow.Summary.Image image = 4; |
Summary.Value.Builder |
setImage(Summary.Image value)
.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.github.os72.protobuf351.ByteString value)
This field is deprecated and will not be set.
|
Summary.Value.Builder |
setObsoleteOldStyleHistogram(com.github.os72.protobuf351.ByteString value)
bytes obsolete_old_style_histogram = 3; |
Summary.Value.Builder |
setRepeatedField(com.github.os72.protobuf351.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.github.os72.protobuf351.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; |
Summary.Value.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder clear()
clear
in interface com.github.os72.protobuf351.Message.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.github.os72.protobuf351.Message.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public Summary.Value build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public Summary.Value buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public Summary.Value.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.github.os72.protobuf351.Message.Builder
setField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField
in interface com.github.os72.protobuf351.Message.Builder
clearField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.github.os72.protobuf351.Message.Builder
clearOneof
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
setRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
addRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<Summary.Value.Builder>
public Summary.Value.Builder mergeFrom(Summary.Value other)
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public Summary.Value.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<Summary.Value.Builder>
IOException
public Summary.Value.ValueCase getValueCase()
getValueCase
in interface Summary.ValueOrBuilder
public Summary.Value.Builder clearValue()
public String getNodeName()
This field is deprecated and will not be set.
string node_name = 7;
getNodeName
in interface Summary.ValueOrBuilder
public com.github.os72.protobuf351.ByteString getNodeNameBytes()
This field is deprecated and will not be set.
string node_name = 7;
getNodeNameBytes
in interface Summary.ValueOrBuilder
public Summary.Value.Builder setNodeName(String value)
This field is deprecated and will not be set.
string node_name = 7;
public Summary.Value.Builder clearNodeName()
This field is deprecated and will not be set.
string node_name = 7;
public Summary.Value.Builder setNodeNameBytes(com.github.os72.protobuf351.ByteString value)
This field is deprecated and will not be set.
string node_name = 7;
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;
getTag
in interface Summary.ValueOrBuilder
public com.github.os72.protobuf351.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;
getTagBytes
in interface Summary.ValueOrBuilder
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 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 setTagBytes(com.github.os72.protobuf351.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 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;
hasMetadata
in interface Summary.ValueOrBuilder
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;
getMetadata
in interface Summary.ValueOrBuilder
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 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 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 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 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;
getMetadataOrBuilder
in interface Summary.ValueOrBuilder
public float getSimpleValue()
float simple_value = 2;
getSimpleValue
in interface Summary.ValueOrBuilder
public Summary.Value.Builder setSimpleValue(float value)
float simple_value = 2;
public Summary.Value.Builder clearSimpleValue()
float simple_value = 2;
public com.github.os72.protobuf351.ByteString getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
getObsoleteOldStyleHistogram
in interface Summary.ValueOrBuilder
public Summary.Value.Builder setObsoleteOldStyleHistogram(com.github.os72.protobuf351.ByteString value)
bytes obsolete_old_style_histogram = 3;
public Summary.Value.Builder clearObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
public boolean hasImage()
.tensorflow.Summary.Image image = 4;
hasImage
in interface Summary.ValueOrBuilder
public Summary.Image getImage()
.tensorflow.Summary.Image image = 4;
getImage
in interface Summary.ValueOrBuilder
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 mergeImage(Summary.Image value)
.tensorflow.Summary.Image image = 4;
public Summary.Value.Builder clearImage()
.tensorflow.Summary.Image image = 4;
public Summary.Image.Builder getImageBuilder()
.tensorflow.Summary.Image image = 4;
public Summary.ImageOrBuilder getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
getImageOrBuilder
in interface Summary.ValueOrBuilder
public boolean hasHisto()
.tensorflow.HistogramProto histo = 5;
hasHisto
in interface Summary.ValueOrBuilder
public HistogramProto getHisto()
.tensorflow.HistogramProto histo = 5;
getHisto
in interface Summary.ValueOrBuilder
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 mergeHisto(HistogramProto value)
.tensorflow.HistogramProto histo = 5;
public Summary.Value.Builder clearHisto()
.tensorflow.HistogramProto histo = 5;
public HistogramProto.Builder getHistoBuilder()
.tensorflow.HistogramProto histo = 5;
public HistogramProtoOrBuilder getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
getHistoOrBuilder
in interface Summary.ValueOrBuilder
public boolean hasAudio()
.tensorflow.Summary.Audio audio = 6;
hasAudio
in interface Summary.ValueOrBuilder
public Summary.Audio getAudio()
.tensorflow.Summary.Audio audio = 6;
getAudio
in interface Summary.ValueOrBuilder
public Summary.Value.Builder setAudio(Summary.Audio value)
.tensorflow.Summary.Audio audio = 6;
public Summary.Value.Builder setAudio(Summary.Audio.Builder builderForValue)
.tensorflow.Summary.Audio audio = 6;
public Summary.Value.Builder mergeAudio(Summary.Audio value)
.tensorflow.Summary.Audio audio = 6;
public Summary.Value.Builder clearAudio()
.tensorflow.Summary.Audio audio = 6;
public Summary.Audio.Builder getAudioBuilder()
.tensorflow.Summary.Audio audio = 6;
public Summary.AudioOrBuilder getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
getAudioOrBuilder
in interface Summary.ValueOrBuilder
public boolean hasTensor()
.tensorflow.TensorProto tensor = 8;
hasTensor
in interface Summary.ValueOrBuilder
public TensorProto getTensor()
.tensorflow.TensorProto tensor = 8;
getTensor
in interface Summary.ValueOrBuilder
public Summary.Value.Builder setTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8;
public Summary.Value.Builder setTensor(TensorProto.Builder builderForValue)
.tensorflow.TensorProto tensor = 8;
public Summary.Value.Builder mergeTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8;
public Summary.Value.Builder clearTensor()
.tensorflow.TensorProto tensor = 8;
public TensorProto.Builder getTensorBuilder()
.tensorflow.TensorProto tensor = 8;
public TensorProtoOrBuilder getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
getTensorOrBuilder
in interface Summary.ValueOrBuilder
public final Summary.Value.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
setUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
public final Summary.Value.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<Summary.Value.Builder>
Copyright © 2018. All rights reserved.