SavedUserObjectOrBuilder

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 ()

identificatore stringa

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

estratto pubblico com.google.protobuf.ByteString getIdentifierBytes ()

identificatore stringa

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

estratto pubblico String getMetadata ()

string metadata = 3;

 Initialization-related metadata.
 
= 3;

estratto pubblico com.google.protobuf.ByteString getMetadataBytes ()

string metadata = 3;

 Initialization-related 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;