Package org.tensorflow.distruntime
Interface GetStepSequenceRequestOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetStepSequenceRequest,GetStepSequenceRequest.Builder
public interface GetStepSequenceRequestOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetGraphKey(int index)repeated int64 graph_key = 1;intgetGraphKeyCount()repeated int64 graph_key = 1;List<Long>getGraphKeyList()repeated int64 graph_key = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGraphKeyList
List<Long> getGraphKeyList()
repeated int64 graph_key = 1;- Returns:
- A list containing the graphKey.
-
getGraphKeyCount
int getGraphKeyCount()
repeated int64 graph_key = 1;- Returns:
- The count of graphKey.
-
getGraphKey
long getGraphKey(int index)
repeated int64 graph_key = 1;- Parameters:
index- The index of the element to return.- Returns:
- The graphKey at the given index.
-
-