org.tensorflow.util.IteratorStateMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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)
com.google.protobuf.MessageOrBuilder {
/**
*
* A user-specified version string.
*
*
* string version = 1;
*/
java.lang.String getVersion();
/**
*
* A user-specified version string.
*
*
* string version = 1;
*/
com.google.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;
*/
com.google.protobuf.ByteString
getKeysBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy