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 Summary

    Modifier and Type Method Description
    boolean containsFields​(java.lang.String key)
    map<string, .tensorflow.StructuredValue> fields = 1;
    java.util.Map<java.lang.String,​Struct.StructuredValue> getFields()
    Deprecated.
    int getFieldsCount()
    map<string, .tensorflow.StructuredValue> fields = 1;
    java.util.Map<java.lang.String,​Struct.StructuredValue> getFieldsMap()
    map<string, .tensorflow.StructuredValue> fields = 1;
    Struct.StructuredValue getFieldsOrDefault​(java.lang.String key, Struct.StructuredValue defaultValue)
    map<string, .tensorflow.StructuredValue> fields = 1;
    Struct.StructuredValue getFieldsOrThrow​(java.lang.String key)
    map<string, .tensorflow.StructuredValue> fields = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof