Package tensorflow

Interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedUserObject, SavedObjectGraphOuterClass.SavedUserObject.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    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 Details

    • 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.
       
      .tensorflow.VersionDef version = 2;
      Returns:
      Whether the version field is set.
    • getVersion

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

      VersionDefOrBuilder getVersionOrBuilder()
       Version information from the producer of this SavedUserObject.
       
      .tensorflow.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.