classe finale statica pubblica ValuesDef.Builder
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
Metodi pubblici
ValuesDef.Builder | addAllValues (valori Iterable<String>) Value names that have been seen in this context. |
ValuesDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
ValuesDef.Builder | addValues (valore stringa) Value names that have been seen in this context. |
ValuesDef.Builder | addValuesBytes (valore com.google.protobuf.ByteString) Value names that have been seen in this context. |
ValoriDef | costruire () |
ValoriDef | buildPartial () |
ValuesDef.Builder | chiaro () |
ValuesDef.Builder | clearExternalValues () |
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 () |
booleano | contieneExternalValues (chiave String) Value names referenced by but external to this context. |
ValoriDef | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Mappa<Stringa, Stringa> | getValoriEsterni () Utilizzare invece getExternalValuesMap() . |
int | getExternalValuesCount () Value names referenced by but external to this context. |
Mappa<Stringa, Stringa> | getMappaValoriEsterni () Value names referenced by but external to this context. |
Corda | getExternalValuesOrDefault (chiave String, String defaultValue) Value names referenced by but external to this context. |
Corda | getExternalValuesOrThrow (chiave String) Value names referenced by but external to this context. |
Mappa<Stringa, Stringa> | getMutableExternalValues () Utilizzare invece accessori di mutazione alternativi. |
Corda | getValues (indice int) Value names that have been seen in this context. |
com.google.protobuf.ByteString | getValuesBytes (indice int) 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. |
booleano finale | |
ValuesDef.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
ValuesDef.Builder | mergeFrom (com.google.protobuf.Message altro) |
final ValuesDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
ValuesDef.Builder | putAllExternalValues (valori Map<String, String>) Value names referenced by but external to this context. |
ValuesDef.Builder | putExternalValues (chiave stringa, valore stringa) Value names referenced by but external to this context. |
ValuesDef.Builder | rimuoviExternalValues (chiave String) Value names referenced by but external to this context. |
ValuesDef.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
ValuesDef.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
final ValuesDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
ValuesDef.Builder | setValues (indice int, valore stringa) Value names that have been seen in this context. |
Metodi ereditati
Metodi pubblici
public ValuesDef.Builder addAllValues (valori 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, valore oggetto)
public ValuesDef.Builder addValues (valore stringa)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addValuesBytes (valore com.google.protobuf.ByteString)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder clearValues ()
Value names that have been seen in this context.
repeated string values = 1;
booleano pubblico contieneExternalValues (chiave String)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 (chiave String, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrThrow (chiave String)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getMutableExternalValues ()
Utilizzare invece accessori di mutazione alternativi.
public String getValues (indice int)
Value names that have been seen in this context.
repeated string values = 1;
pubblico com.google.protobuf.ByteString getValuesBytes (indice int)
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;
pubblico com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
public final booleano isInitialized ()
public ValuesDef.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public final ValuesDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public ValuesDef.Builder putAllExternalValues (valori Map<String, String>)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder putExternalValues (chiave stringa, valore stringa)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder rimuoviExternalValues (chiave 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, valore oggetto)
public ValuesDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public ValuesDef.Builder setValues (indice int, valore stringa)
Value names that have been seen in this context.
repeated string values = 1;