ValuesDef.Builder

classe final pública estática ValuesDef.Builder

 Protocol buffer representing the values in ControlFlowContext.
 
tensorflow.ValuesDef tipo tensorflow.ValuesDef

Métodos Públicos

ValuesDef.Builder
addAllValues (valores Iterable <String>)
 Value names that have been seen in this context.
ValuesDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
ValuesDef.Builder
addValues (valor String)
 Value names that have been seen in this context.
ValuesDef.Builder
addValuesBytes (com.google.protobuf.ByteString value)
 Value names that have been seen in this context.
ValuesDef
build ()
ValuesDef
ValuesDef.Builder
limpar ()
ValuesDef.Builder
ValuesDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ValuesDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ValuesDef.Builder
clearValues ()
 Value names that have been seen in this context.
ValuesDef.Builder
clone ()
boleano
containsExternalValues (chave String)
 Value names referenced by but external to this context.
ValuesDef
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Map <String, String>
int
getExternalValuesCount ()
 Value names referenced by but external to this context.
Map <String, String>
getExternalValuesMap ()
 Value names referenced by but external to this context.
Fragmento
getExternalValuesOrDefault (String key, String defaultValue)
 Value names referenced by but external to this context.
Fragmento
getExternalValuesOrThrow (String key)
 Value names referenced by but external to this context.
Map <String, String>
getMutableExternalValues ()
Em vez disso, use acessadores de mutação alternativos.
Fragmento
getValues (índice interno )
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (índice interno )
 Value names that have been seen in this context.
int
getValuesCount ()
 Value names that have been seen in this context.
com.google.protobuf.ProtocolStringList
getValuesList ()
 Value names that have been seen in this context.
final booleano
ValuesDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValuesDef.Builder
mergeFrom (com.google.protobuf.Message other)
final ValuesDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ValuesDef.Builder
putAllExternalValues (Map <String, String> valores)
 Value names referenced by but external to this context.
ValuesDef.Builder
putExternalValues (chave String, valor String)
 Value names referenced by but external to this context.
ValuesDef.Builder
removeExternalValues (String key)
 Value names referenced by but external to this context.
ValuesDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
ValuesDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final ValuesDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ValuesDef.Builder
setValues (índice int, valor String)
 Value names that have been seen in this context.

Métodos herdados

Métodos Públicos

public ValuesDef.Builder addAllValues (Iterable <String> values)

 Value names that have been seen in this context.
 
repeated string values = 1;

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

public ValuesDef.Builder addValues (String value)

 Value names that have been seen in this context.
 
repeated string values = 1;

public ValuesDef.Builder addValuesBytes (com.google.protobuf.ByteString value)

 Value names that have been seen in this context.
 
repeated string values = 1;

public ValuesDef build ()

public ValuesDef buildPartial ()

public ValuesDef.Builder clear ()

public ValuesDef.Builder clearExternalValues ()

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

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

public ValuesDef.Builder clearValues ()

 Value names that have been seen in this context.
 
repeated string values = 1;

clone public ValuesDef.Builder ()

public boolean containsExternalValues (String key)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public ValuesDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public Map <String, String> getExternalValues ()

public int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public Map <String, String> getExternalValuesMap ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public String getExternalValuesOrDefault (String key, String defaultValue)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public String getExternalValuesOrThrow (String key)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public Map <String, String> getMutableExternalValues ()

Em vez disso, use acessadores de mutação alternativos.

public String getValues (int index)

 Value names that have been seen in this context.
 
repeated string values = 1;

public com.google.protobuf.ByteString getValuesBytes (int index)

 Value names that have been seen in this context.
 
repeated string values = 1;

public int getValuesCount ()

 Value names that have been seen in this context.
 
repeated string values = 1;

public com.google.protobuf.ProtocolStringList getValuesList ()

 Value names that have been seen in this context.
 
repeated string values = 1;

public final boolean isInitialized ()

public ValuesDef.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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

public ValuesDef.Builder putAllExternalValues (Map <String, String> values)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public ValuesDef.Builder putExternalValues (String key, String value)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public ValuesDef.Builder removeExternalValues (String key)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

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

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

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

public ValuesDef.Builder setValues (int index, String value)

 Value names that have been seen in this context.
 
repeated string values = 1;