classe final estática pública ValuesDef.Builder
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
Métodos Públicos
ValoresDef.Builder | addAllValues (valores Iterable<String>) Value names that have been seen in this context. |
ValoresDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
ValoresDef.Builder | addValues (valor da string) Value names that have been seen in this context. |
ValoresDef.Builder | addValuesBytes (valor com.google.protobuf.ByteString) Value names that have been seen in this context. |
ValoresDef | construir () |
ValoresDef | |
ValoresDef.Builder | claro () |
ValoresDef.Builder | |
ValoresDef.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
ValoresDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
ValoresDef.Builder | limparValores () Value names that have been seen in this context. |
ValoresDef.Builder | clonar () |
booleano | contémExternalValues (chave String) Value names referenced by but external to this context. |
ValoresDef | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Mapa<String, String> | getExternalValues () Use getExternalValuesMap() em vez disso. |
interno | getExternalValuesCount () Value names referenced by but external to this context. |
Mapa<String, String> | getExternalValuesMap () Value names referenced by but external to this context. |
Corda | getExternalValuesOrDefault (chave de string, string defaultValue) Value names referenced by but external to this context. |
Corda | getExternalValuesOrThrow (chave de string) Value names referenced by but external to this context. |
Mapa<String, String> | getMutableExternalValues () Use acessadores de mutação alternativos. |
Corda | 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. |
interno | getValuesCount () Value names that have been seen in this context. |
com.google.protobuf.ProtocolStringList | getValuesList () Value names that have been seen in this context. |
booleano final | |
ValoresDef.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValoresDef.Builder | mergeFrom (com.google.protobuf.Message outro) |
Valores finaisDef.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
ValoresDef.Builder | putAllExternalValues (Map<String, String> valores) Value names referenced by but external to this context. |
ValoresDef.Builder | putExternalValues (chave String, valor String) Value names referenced by but external to this context. |
ValoresDef.Builder | removeExternalValues (chave de string) Value names referenced by but external to this context. |
ValoresDef.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
ValoresDef.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
Valores finaisDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
ValoresDef.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 (valores Iterable<String>)
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 (valor de string)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addValuesBytes (valor com.google.protobuf.ByteString)
Value names that have been seen in this context.
repeated string values = 1;
Valores públicosDef.Builder clearValues ()
Value names that have been seen in this context.
repeated string values = 1;
booleano público contémExternalValues (chave String)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
mapa público<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
string pública getExternalValuesOrDefault (chave de string, string defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
string pública getExternalValuesOrThrow (chave de string)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getMutableExternalValues ()
Use acessadores de mutação alternativos.
string pública getValues (índice int)
Value names that have been seen in this context.
repeated string values = 1;
público com.google.protobuf.ByteString getValuesBytes (índice int)
Value names that have been seen in this context.
repeated string values = 1;
público int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
público com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
público final booleano isInitialized ()
public ValuesDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
valores finais públicosDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public ValuesDef.Builder putAllExternalValues (Map<String, String> valores)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder putExternalValues (chave String, valor String)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder removeExternalValues (chave String)
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)
valores finais públicosDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public ValuesDef.Builder setValues (índice int, valor String)
Value names that have been seen in this context.
repeated string values = 1;