PairValue.Builder

clase final estática pública PairValue.Builder

 Represents a (key, value) pair.
 
tipo tensorflow.PairValue

Métodos públicos

PairValue.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
PairValue
PairValue
PairValue.Builder
claro ()
PairValue.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
PairValue.Builder
clearKey ()
string key = 1;
PairValue.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
PairValue.Builder
clearValue ()
.tensorflow.StructuredValue value = 2;
PairValue.Builder
clonar ()
PairValue
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getKey ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
Valor estructurado
getValue ()
.tensorflow.StructuredValue value = 2;
StructuredValue.Builder
getValueBuilder ()
.tensorflow.StructuredValue value = 2;
StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
booleano
hasValue ()
.tensorflow.StructuredValue value = 2;
booleano final
PairValue.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue.Builder
mergeFrom (com.google.protobuf.Message otro)
final PairValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
PairValue.Builder
mergeValue (valor de StructuredValue )
.tensorflow.StructuredValue value = 2;
PairValue.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
PairValue.Builder
setKey (valor de cadena)
string key = 1;
PairValue.Builder
setKeyBytes (valor com.google.protobuf.ByteString)
string key = 1;
PairValue.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final PairValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
PairValue.Builder
setValue ( StructuredValue.Builder builderForValue)
.tensorflow.StructuredValue value = 2;
PairValue.Builder
setValue (valor de StructuredValue )
.tensorflow.StructuredValue value = 2;

Métodos heredados

Métodos públicos

public PairValue.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public PairValue build ()

public PairValue buildPartial ()

public PairValue.Builder clear ()

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

pública PairValue.Builder clearKey ()

string key = 1;

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

public PairValue.Builder clearValue ()

.tensorflow.StructuredValue value = 2;

public PairValue.Builder clone ()

public PairValue getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public String getKey ()

string key = 1;

public com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

public StructuredValue getValue ()

.tensorflow.StructuredValue value = 2;

public StructuredValue.Builder getValueBuilder ()

.tensorflow.StructuredValue value = 2;

public StructuredValueOrBuilder getValueOrBuilder ()

.tensorflow.StructuredValue value = 2;

public boolean hasValue ()

.tensorflow.StructuredValue value = 2;

public final boolean isInitialized ()

public PairValue.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

público final PairValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public PairValue.Builder mergeValue (valor StructuredValue )

.tensorflow.StructuredValue value = 2;

public PairValue.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public PairValue.Builder setKey (valor de cadena)

string key = 1;

public PairValue.Builder setKeyBytes (valor com.google.protobuf.ByteString)

string key = 1;

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

público final PairValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public PairValue.Builder setValue ( StructuredValue.Builder builderForValue)

.tensorflow.StructuredValue value = 2;

public PairValue.Builder setValue (valor StructuredValue )

.tensorflow.StructuredValue value = 2;