org.tensorflow.util.IteratorStateMetadataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/iterator.proto
package org.tensorflow.util;
public interface IteratorStateMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.IteratorStateMetadata)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
*
* A user-specified version string.
*
*
* string version = 1;
*/
java.lang.String getVersion();
/**
*
* A user-specified version string.
*
*
* string version = 1;
*/
org.nd4j.shade.protobuf.ByteString
getVersionBytes();
/**
*
* Keys for tensors in the VariantTensorDataProto.
*
*
* repeated string keys = 2;
*/
java.util.List
getKeysList();
/**
*
* Keys for tensors in the VariantTensorDataProto.
*
*
* repeated string keys = 2;
*/
int getKeysCount();
/**
*
* Keys for tensors in the VariantTensorDataProto.
*
*
* repeated string keys = 2;
*/
java.lang.String getKeys(int index);
/**
*
* Keys for tensors in the VariantTensorDataProto.
*
*
* repeated string keys = 2;
*/
org.nd4j.shade.protobuf.ByteString
getKeysBytes(int index);
}