public interface
SavedUserObjectOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getIdentifier()
Corresponds to a registration of the type to use in the loading program. |
abstract com.google.protobuf.ByteString |
getIdentifierBytes()
Corresponds to a registration of the type to use in the loading program. |
abstract String |
getMetadata()
Initialization-related metadata. |
abstract com.google.protobuf.ByteString |
getMetadataBytes()
Initialization-related metadata. |
abstract VersionDef |
getVersion()
Version information from the producer of this SavedUserObject. |
abstract VersionDefOrBuilder |
getVersionOrBuilder()
Version information from the producer of this SavedUserObject. |
abstract boolean |
hasVersion()
Version information from the producer of this SavedUserObject. |
Public Methods
public abstract String getIdentifier ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
public abstract com.google.protobuf.ByteString getIdentifierBytes ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
public abstract String getMetadata ()
Initialization-related metadata.
string metadata = 3;
public abstract com.google.protobuf.ByteString getMetadataBytes ()
Initialization-related metadata.
string metadata = 3;
public abstract VersionDef getVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
public abstract VersionDefOrBuilder getVersionOrBuilder ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
public abstract boolean hasVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;