org.tensorflow.example.FeatureConfigurationOrBuilder 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/example/example_parser_configuration.proto
package org.tensorflow.example;
public interface FeatureConfigurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.FeatureConfiguration)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
*/
boolean hasFixedLenFeature();
/**
* .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
*/
org.tensorflow.example.FixedLenFeatureProto getFixedLenFeature();
/**
* .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
*/
org.tensorflow.example.FixedLenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder();
/**
* .tensorflow.VarLenFeatureProto var_len_feature = 2;
*/
boolean hasVarLenFeature();
/**
* .tensorflow.VarLenFeatureProto var_len_feature = 2;
*/
org.tensorflow.example.VarLenFeatureProto getVarLenFeature();
/**
* .tensorflow.VarLenFeatureProto var_len_feature = 2;
*/
org.tensorflow.example.VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder();
public org.tensorflow.example.FeatureConfiguration.ConfigCase getConfigCase();
}