SavedUserObjectOrBuilder

interfaz pública SavedUserObjectOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtenerIdentificador ()
 Corresponds to a registration of the type to use in the loading program.
resumen com.google.protobuf.ByteString
obtenerIdentificadorBytes ()
 Corresponds to a registration of the type to use in the loading program.
cadena abstracta
obtener metadatos ()
 Initialization-related metadata.
resumen com.google.protobuf.ByteString
obtenerMetadataBytes ()
 Initialization-related metadata.
versión abstractaDef
obtener versión ()
 Version information from the producer of this SavedUserObject.
VersionDefOrBuilder abstracto
getVersionOrBuilder ()
 Version information from the producer of this SavedUserObject.
booleano abstracto
tieneVersión ()
 Version information from the producer of this SavedUserObject.

Métodos públicos

Cadena abstracta pública getIdentifier ()

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

resumen público com.google.protobuf.ByteString getIdentifierBytes ()

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

Cadena abstracta pública getMetadata ()

 Initialization-related metadata.
 
string metadata = 3;

resumen público com.google.protobuf.ByteString getMetadataBytes ()

 Initialization-related metadata.
 
string metadata = 3;

Resumen público VersionDef getVersion ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

resumen público VersionDefOrBuilder getVersionOrBuilder ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

hasVersion booleano abstracto público ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;