public static interface SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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, hasOneof
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;
Copyright © 2015–2019. All rights reserved.