interfaccia pubblica DictValueOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| booleano astratto | contieneFields (chiave String) map<string, .tensorflow.StructuredValue> fields = 1; |
| mappa astratta<String, StructuredValue > | getFields () Utilizzare invece getFieldsMap() . |
| astratto int | getFieldsCount () map<string, .tensorflow.StructuredValue> fields = 1; |
| mappa astratta<String, StructuredValue > | getFieldsMap () map<string, .tensorflow.StructuredValue> fields = 1; |
| valore strutturato astratto | getFieldsOrDefault (chiave String, StructuredValue defaultValue) map<string, .tensorflow.StructuredValue> fields = 1; |
| valore strutturato astratto | getFieldsOrThrow (chiave String) map<string, .tensorflow.StructuredValue> fields = 1; |
Metodi pubblici
booleano astratto pubblico contieneFields (chiave String)
map<string, .tensorflow.StructuredValue> fields = 1;
public abstract int getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
public abstract Map<String, StructuredValue > getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
public abstract StructuredValue getFieldsOrDefault (chiave String, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
public abstract StructuredValue getFieldsOrThrow (chiave String)
map<string, .tensorflow.StructuredValue> fields = 1;