Interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()
      Corresponds to a registration of the type to use in the loading program.
      com.google.protobuf.ByteString getIdentifierBytes()
      Corresponds to a registration of the type to use in the loading program.
      java.lang.String getMetadata()
      Initialization-related metadata.
      com.google.protobuf.ByteString getMetadataBytes()
      Initialization-related metadata.
      VersionDef getVersion()
      Version information from the producer of this SavedUserObject.
      VersionDefOrBuilder getVersionOrBuilder()
      Version information from the producer of this SavedUserObject.
      boolean hasVersion()
      Version information from the producer of this SavedUserObject.
      • 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
    • Method Detail

      • getIdentifier

        java.lang.String getIdentifier()
         Corresponds to a registration of the type to use in the loading program.
         
        string identifier = 1;
        Returns:
        The identifier.
      • getIdentifierBytes

        com.google.protobuf.ByteString getIdentifierBytes()
         Corresponds to a registration of the type to use in the loading program.
         
        string identifier = 1;
        Returns:
        The bytes for identifier.
      • hasVersion

        boolean hasVersion()
         Version information from the producer of this SavedUserObject.
         
        .org.platanios.tensorflow.proto.VersionDef version = 2;
        Returns:
        Whether the version field is set.
      • getVersion

        VersionDef getVersion()
         Version information from the producer of this SavedUserObject.
         
        .org.platanios.tensorflow.proto.VersionDef version = 2;
        Returns:
        The version.
      • getVersionOrBuilder

        VersionDefOrBuilder getVersionOrBuilder()
         Version information from the producer of this SavedUserObject.
         
        .org.platanios.tensorflow.proto.VersionDef version = 2;
      • getMetadata

        java.lang.String getMetadata()
         Initialization-related metadata.
         
        string metadata = 3;
        Returns:
        The metadata.
      • getMetadataBytes

        com.google.protobuf.ByteString getMetadataBytes()
         Initialization-related metadata.
         
        string metadata = 3;
        Returns:
        The bytes for metadata.