public static final class
TaggedRunMetadata.Builder
For logging the metadata output for a single session.run() call.
tensorflow.TaggedRunMetadata
Public Methods
TaggedRunMetadata.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
TaggedRunMetadata |
build()
|
TaggedRunMetadata | |
TaggedRunMetadata.Builder |
clear()
|
TaggedRunMetadata.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
TaggedRunMetadata.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
TaggedRunMetadata.Builder |
clearRunMetadata()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization. |
TaggedRunMetadata.Builder |
clearTag()
Tag name associated with this metadata. |
TaggedRunMetadata.Builder |
clone()
|
TaggedRunMetadata | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.ByteString |
getRunMetadata()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization. |
String |
getTag()
Tag name associated with this metadata. |
com.google.protobuf.ByteString |
getTagBytes()
Tag name associated with this metadata. |
final boolean | |
TaggedRunMetadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
TaggedRunMetadata.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final TaggedRunMetadata.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
TaggedRunMetadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
TaggedRunMetadata.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
TaggedRunMetadata.Builder |
setRunMetadata(com.google.protobuf.ByteString value)
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization. |
TaggedRunMetadata.Builder |
setTag(String value)
Tag name associated with this metadata. |
TaggedRunMetadata.Builder |
setTagBytes(com.google.protobuf.ByteString value)
Tag name associated with this metadata. |
final TaggedRunMetadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public TaggedRunMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public TaggedRunMetadata.Builder clearRunMetadata ()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization.
bytes run_metadata = 2;
public TaggedRunMetadata.Builder clearTag ()
Tag name associated with this metadata.
string tag = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public com.google.protobuf.ByteString getRunMetadata ()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization.
bytes run_metadata = 2;
public String getTag ()
Tag name associated with this metadata.
string tag = 1;
public com.google.protobuf.ByteString getTagBytes ()
Tag name associated with this metadata.
string tag = 1;
public final boolean isInitialized ()
public TaggedRunMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final TaggedRunMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public TaggedRunMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public TaggedRunMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public TaggedRunMetadata.Builder setRunMetadata (com.google.protobuf.ByteString value)
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization.
bytes run_metadata = 2;
public TaggedRunMetadata.Builder setTag (String value)
Tag name associated with this metadata.
string tag = 1;
public TaggedRunMetadata.Builder setTagBytes (com.google.protobuf.ByteString value)
Tag name associated with this metadata.
string tag = 1;