public static interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getIdentifier()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;com.google.protobuf.ByteString getIdentifierBytes()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;boolean hasVersion()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;VersionDef getVersion()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;VersionDefOrBuilder getVersionOrBuilder()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;java.lang.String getMetadata()
Initialization-related metadata.
string metadata = 3;com.google.protobuf.ByteString getMetadataBytes()
Initialization-related metadata.
string metadata = 3;