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 TypeMethodDescriptionCorresponds to a registration of the type to use in the loading program.com.google.protobuf.ByteStringCorresponds to a registration of the type to use in the loading program.Deprecated.tensorflow.SavedUserObject.metadata is deprecated.com.google.protobuf.ByteStringDeprecated.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 com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Deprecated.tensorflow.SavedUserObject.metadata is deprecated. See tensorflow/core/protobuf/saved_object_graph.proto;l=138Metadata 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=138Metadata 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.
-