Interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedUserObject, SavedObjectGraphOuterClass.SavedUserObject.Builder
- Enclosing class:
SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCorresponds to a registration of the type to use in the loading program.Corresponds to a registration of the type to use in the loading program.Deprecated.tensorflow.SavedUserObject.metadata is deprecated.Deprecated.tensorflow.SavedUserObject.metadata is deprecated.Version information from the producer of this SavedUserObject.Version information from the producer of this SavedUserObject.booleanVersion information from the producer of this SavedUserObject.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getIdentifier
String getIdentifier()Corresponds to a registration of the type to use in the loading program.
string identifier = 1;- Returns:
- The identifier.
-
getIdentifierBytes
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
Deprecated.tensorflow.SavedUserObject.metadata is deprecated. See tensorflow/core/protobuf/saved_object_graph.proto;l=123Metadata for deserializing this object. Deprecated! At the time of deprecation, Keras was the only user of this field, and its saving and loading code will be updated shortly. Please save your application-specific metadata to a separate file.
string metadata = 3 [deprecated = true];- Returns:
- The metadata.
-
getMetadataBytes
Deprecated.tensorflow.SavedUserObject.metadata is deprecated. See tensorflow/core/protobuf/saved_object_graph.proto;l=123Metadata for deserializing this object. Deprecated! At the time of deprecation, Keras was the only user of this field, and its saving and loading code will be updated shortly. Please save your application-specific metadata to a separate file.
string metadata = 3 [deprecated = true];- Returns:
- The bytes for metadata.
-