public static final class
SummaryDescription.Builder
Metadata associated with a series of Summary data
tensorflow.SummaryDescription
Public Methods
SummaryDescription.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SummaryDescription |
build()
|
SummaryDescription | |
SummaryDescription.Builder |
clear()
|
SummaryDescription.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
SummaryDescription.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
SummaryDescription.Builder |
clearTypeHint()
Hint on how plugins should process the data in this series. |
SummaryDescription.Builder |
clone()
|
SummaryDescription | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
String |
getTypeHint()
Hint on how plugins should process the data in this series. |
com.google.protobuf.ByteString |
getTypeHintBytes()
Hint on how plugins should process the data in this series. |
final boolean | |
SummaryDescription.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
SummaryDescription.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final SummaryDescription.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
SummaryDescription.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SummaryDescription.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
SummaryDescription.Builder |
setTypeHint(String value)
Hint on how plugins should process the data in this series. |
SummaryDescription.Builder |
setTypeHintBytes(com.google.protobuf.ByteString value)
Hint on how plugins should process the data in this series. |
final SummaryDescription.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public SummaryDescription.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SummaryDescription.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public SummaryDescription.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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;
public com.google.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;
public final boolean isInitialized ()
public SummaryDescription.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final SummaryDescription.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SummaryDescription.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SummaryDescription.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
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;
public SummaryDescription.Builder setTypeHintBytes (com.google.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;