PairValue.Builder

classe final pública estática PairValue.Builder

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

Métodos Públicos

PairValue.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
PairValue
build ()
PairValue
PairValue.Builder
limpar ()
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
clone ()
PairValue
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
getKey ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
StructuredValue
getValue ()
.tensorflow.StructuredValue value = 2;
StructuredValue.Builder
getValueBuilder ()
.tensorflow.StructuredValue value = 2;
StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
boleano
hasValue ()
.tensorflow.StructuredValue value = 2;
final booleano
PairValue.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue.Builder
mergeFrom (com.google.protobuf.Message other)
final PairValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
PairValue.Builder
mergeValue (valor StructuredValue )
.tensorflow.StructuredValue value = 2;
PairValue.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
PairValue.Builder
setKey (valor String)
string key = 1;
PairValue.Builder
setKeyBytes (com.google.protobuf.ByteString value)
string key = 1;
PairValue.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final PairValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
PairValue.Builder
setValue ( StructuredValue.Builder builderForValue)
.tensorflow.StructuredValue value = 2;
PairValue.Builder
setValue (valor StructuredValue )
.tensorflow.StructuredValue value = 2;

Métodos herdados

Métodos Públicos

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

public PairValue build ()

public PairValue buildPartial ()

public PairValue.Builder clear ()

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

public PairValue.Builder clearKey ()

string key = 1;

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

public PairValue.Builder clearValue ()

.tensorflow.StructuredValue value = 2;

clone public PairValue.Builder ()

public PairValue getDefaultInstanceForType ()

public static 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

public 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 do objeto)

public PairValue.Builder setKey (String value)

string key = 1;

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

string key = 1;

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

public 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;