Package org.tensorflow.framework
Interface CollectionDef.NodeListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionDef.NodeList,CollectionDef.NodeList.Builder
- Enclosing class:
- CollectionDef
public static interface CollectionDef.NodeListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetValue(int index)repeated string value = 1;com.google.protobuf.ByteStringgetValueBytes(int index)repeated string value = 1;intgetValueCount()repeated string value = 1;java.util.List<java.lang.String>getValueList()repeated string value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
java.util.List<java.lang.String> getValueList()
repeated string value = 1;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()
repeated string value = 1;- Returns:
- The count of value.
-
getValue
java.lang.String getValue(int index)
repeated string value = 1;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-
-