public static interface Struct.TupleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Struct.StructuredValue |
getValues(int index)
repeated .tensorflow.StructuredValue values = 1; |
int |
getValuesCount()
repeated .tensorflow.StructuredValue values = 1; |
java.util.List<Struct.StructuredValue> |
getValuesList()
repeated .tensorflow.StructuredValue values = 1; |
Struct.StructuredValueOrBuilder |
getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1; |
java.util.List<? extends Struct.StructuredValueOrBuilder> |
getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Struct.StructuredValue> getValuesList()
repeated .tensorflow.StructuredValue values = 1;Struct.StructuredValue getValues(int index)
repeated .tensorflow.StructuredValue values = 1;int getValuesCount()
repeated .tensorflow.StructuredValue values = 1;java.util.List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1;Struct.StructuredValueOrBuilder getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1;