Package tensorflow
Interface Struct.TupleValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Struct.TupleValue,Struct.TupleValue.Builder
- Enclosing class:
Struct
public static interface Struct.TupleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) repeated .tensorflow.StructuredValue values = 1;intrepeated .tensorflow.StructuredValue values = 1;repeated .tensorflow.StructuredValue values = 1;getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> repeated .tensorflow.StructuredValue values = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<Struct.StructuredValue> getValuesList()repeated .tensorflow.StructuredValue values = 1; -
getValues
repeated .tensorflow.StructuredValue values = 1; -
getValuesCount
int getValuesCount()repeated .tensorflow.StructuredValue values = 1; -
getValuesOrBuilderList
List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1; -
getValuesOrBuilder
repeated .tensorflow.StructuredValue values = 1;
-