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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentifier()Corresponds to a registration of the type to use in the loading program.com.google.protobuf.ByteStringgetIdentifierBytes()Corresponds to a registration of the type to use in the loading program.java.lang.StringgetMetadata()Initialization-related metadata.com.google.protobuf.ByteStringgetMetadataBytes()Initialization-related metadata.VersionDefgetVersion()Version information from the producer of this SavedUserObject.VersionDefOrBuildergetVersionOrBuilder()Version information from the producer of this SavedUserObject.booleanhasVersion()Version information from the producer of this SavedUserObject.-
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.
.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.
-
-