interfaccia pubblica SavedUserObjectOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getIdentificatore () Corresponds to a registration of the type to use in the loading program. |
astratto com.google.protobuf.ByteString | getIdentifierBytes () Corresponds to a registration of the type to use in the loading program. |
stringa astratta | getMetadati () Initialization-related metadata. |
astratto com.google.protobuf.ByteString | getMetadataBytes () Initialization-related metadata. |
versione astrattaDef | getVersione () Version information from the producer of this SavedUserObject. |
versione astrattaDefOrBuilder | getVersionOrBuilder () Version information from the producer of this SavedUserObject. |
booleano astratto | hasVersion () Version information from the producer of this SavedUserObject. |
Metodi pubblici
public abstract String getIdentifier ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
estratto pubblico com.google.protobuf.ByteString getIdentifierBytes ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
estratto pubblico String getMetadata ()
Initialization-related metadata.
string metadata = 3;
estratto pubblico com.google.protobuf.ByteString getMetadataBytes ()
Initialization-related metadata.
string metadata = 3;
estratto pubblico VersionDef getVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
estratto pubblico VersionDefOrBuilder getVersionOrBuilder ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
hasVersion booleano astratto pubblico ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;