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

org.tensorflow.example.FeatureListsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: feature.proto

package org.tensorflow.example;

public interface FeatureListsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.FeatureLists)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Map from feature name to feature list.
   * 
* * map<string, .tensorflow.FeatureList> feature_list = 1; */ int getFeatureListCount(); /** *
   * Map from feature name to feature list.
   * 
* * map<string, .tensorflow.FeatureList> feature_list = 1; */ boolean containsFeatureList( java.lang.String key); /** * Use {@link #getFeatureListMap()} instead. */ @java.lang.Deprecated java.util.Map getFeatureList(); /** *
   * Map from feature name to feature list.
   * 
* * map<string, .tensorflow.FeatureList> feature_list = 1; */ java.util.Map getFeatureListMap(); /** *
   * Map from feature name to feature list.
   * 
* * map<string, .tensorflow.FeatureList> feature_list = 1; */ org.tensorflow.example.FeatureList getFeatureListOrDefault( java.lang.String key, org.tensorflow.example.FeatureList defaultValue); /** *
   * Map from feature name to feature list.
   * 
* * map<string, .tensorflow.FeatureList> feature_list = 1; */ org.tensorflow.example.FeatureList getFeatureListOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy