Package tensorflow

Interface Struct.DictValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Struct.DictValue, Struct.DictValue.Builder
    Enclosing class:
    Struct

    public static interface Struct.DictValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFieldsCount

        int getFieldsCount()
        map<string, .tensorflow.StructuredValue> fields = 1;
      • containsFields

        boolean containsFields​(java.lang.String key)
        map<string, .tensorflow.StructuredValue> fields = 1;
      • getFieldsMap

        java.util.Map<java.lang.String,​Struct.StructuredValue> getFieldsMap()
        map<string, .tensorflow.StructuredValue> fields = 1;
      • getFieldsOrThrow

        Struct.StructuredValue getFieldsOrThrow​(java.lang.String key)
        map<string, .tensorflow.StructuredValue> fields = 1;