All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.IteratorStateMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// 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; * @return The version. */ java.lang.String getVersion(); /** *
   * A user-specified version string.
   * 
* * string version = 1; * @return The bytes for version. */ org.nd4j.shade.protobuf.ByteString getVersionBytes(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; * @return A list containing the keys. */ java.util.List getKeysList(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; * @return The count of keys. */ int getKeysCount(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; * @param index The index of the element to return. * @return The keys at the given index. */ java.lang.String getKeys(int index); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; * @param index The index of the value to return. * @return The bytes of the keys at the given index. */ org.nd4j.shade.protobuf.ByteString getKeysBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy