TaggedRunMetadata.Builder

classe final pública estática TaggedRunMetadata.Builder

 For logging the metadata output for a single session.run() call.
 
tensorflow.TaggedRunMetadata tipo tensorflow.TaggedRunMetadata

Métodos Públicos

TaggedRunMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TaggedRunMetadata
build ()
TaggedRunMetadata
TaggedRunMetadata.Builder
limpar ()
TaggedRunMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
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.
Fragmento
getTag ()
 Tag name associated with this metadata.
com.google.protobuf.ByteString
getTagBytes ()
 Tag name associated with this metadata.
final booleano
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TaggedRunMetadata.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TaggedRunMetadata.Builder
setRunMetadata (com.google.protobuf.ByteString value)
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
TaggedRunMetadata.Builder
setTag (valor da string)
 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)

Métodos herdados

Métodos Públicos

public TaggedRunMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TaggedRunMetadata build ()

public TaggedRunMetadata buildPartial ()

public TaggedRunMetadata.Builder clear ()

public TaggedRunMetadata.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

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

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 de string tag = 1;

 Tag name associated with this metadata.
 
string tag = 1;

clone public TaggedRunMetadata.Builder ()

public TaggedRunMetadata getDefaultInstanceForType ()

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 de string tag = 1;

 Tag name associated with this metadata.
 
string tag = 1;

public com.google.protobuf.ByteString getTagBytes ()

Tag de string tag = 1;

 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)

Lança
IOException

public TaggedRunMetadata.Builder mergeFrom (com.google.protobuf.Message other)

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

public TaggedRunMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TaggedRunMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public TaggedRunMetadata.Builder setRunMetadata (valor com.google.protobuf.ByteString)

 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
 
bytes run_metadata = 2;

public TaggedRunMetadata.Builder setTag (String value)

Tag de string tag = 1;

 Tag name associated with this metadata.
 
string tag = 1;

public TaggedRunMetadata.Builder setTagBytes (valor com.google.protobuf.ByteString)

Tag de string tag = 1;

 Tag name associated with this metadata.
 
string tag = 1;

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