Interface FeatureConfigurationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
FeatureConfiguration, FeatureConfiguration.Builder

public interface FeatureConfigurationOrBuilder extends MessageOrBuilder
  • Method Details

    • hasFixedLenFeature

      boolean hasFixedLenFeature()
      .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
      Returns:
      Whether the fixedLenFeature field is set.
    • getFixedLenFeature

      FixedLenFeatureProto getFixedLenFeature()
      .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
      Returns:
      The fixedLenFeature.
    • getFixedLenFeatureOrBuilder

      FixedLenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder()
      .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
    • hasVarLenFeature

      boolean hasVarLenFeature()
      .tensorflow.VarLenFeatureProto var_len_feature = 2;
      Returns:
      Whether the varLenFeature field is set.
    • getVarLenFeature

      VarLenFeatureProto getVarLenFeature()
      .tensorflow.VarLenFeatureProto var_len_feature = 2;
      Returns:
      The varLenFeature.
    • getVarLenFeatureOrBuilder

      VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder()
      .tensorflow.VarLenFeatureProto var_len_feature = 2;
    • getConfigCase