Interface FingerprintDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
FingerprintDef, FingerprintDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptionlongHash of the checkpoint.longHash of regularized graph_def.longHash of the saved_model.pb, referred to as a "checksum".longHash of the regularized SavedObjectGraph.longHash of the regularized (sorted) SignatureDefs.Version specification of the fingerprint.Version specification of the fingerprint.booleanVersion specification of the fingerprint.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getSavedModelChecksum
long getSavedModelChecksum()Hash of the saved_model.pb, referred to as a "checksum".
uint64 saved_model_checksum = 1;- Returns:
- The savedModelChecksum.
-
getGraphDefProgramHash
long getGraphDefProgramHash()Hash of regularized graph_def.
uint64 graph_def_program_hash = 2;- Returns:
- The graphDefProgramHash.
-
getSignatureDefHash
long getSignatureDefHash()Hash of the regularized (sorted) SignatureDefs.
uint64 signature_def_hash = 3;- Returns:
- The signatureDefHash.
-
getSavedObjectGraphHash
long getSavedObjectGraphHash()Hash of the regularized SavedObjectGraph.
uint64 saved_object_graph_hash = 4;- Returns:
- The savedObjectGraphHash.
-
getCheckpointHash
long getCheckpointHash()Hash of the checkpoint.
uint64 checkpoint_hash = 5;- Returns:
- The checkpointHash.
-
hasVersion
boolean hasVersion()Version specification of the fingerprint.
.tensorflow.VersionDef version = 6;- Returns:
- Whether the version field is set.
-
getVersion
VersionDef getVersion()Version specification of the fingerprint.
.tensorflow.VersionDef version = 6;- Returns:
- The version.
-
getVersionOrBuilder
VersionDefOrBuilder getVersionOrBuilder()Version specification of the fingerprint.
.tensorflow.VersionDef version = 6;
-