SavedUserObjectOrBuilder

interface pública SavedUserObjectOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getIdentifier ()
 Corresponds to a registration of the type to use in the loading program.
abstract com.google.protobuf.ByteString
getIdentifierBytes ()
 Corresponds to a registration of the type to use in the loading program.
String abstrata
getMetadata ()
 Initialization-related metadata.
abstract com.google.protobuf.ByteString
getMetadataBytes ()
 Initialization-related metadata.
abstrato VersionDef
getVersion ()
 Version information from the producer of this SavedUserObject.
abstrato VersionDefOrBuilder
getVersionOrBuilder ()
 Version information from the producer of this SavedUserObject.
booleano abstrato
hasVersion ()
 Version information from the producer of this SavedUserObject.

Métodos Públicos

public abstract String getIdentifier ()

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

public abstract com.google.protobuf.ByteString getIdentifierBytes ()

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

public abstract String getMetadata ()

 Initialization-related metadata.
 
string metadata = 3;

public abstract com.google.protobuf.ByteString getMetadataBytes ()

 Initialization-related metadata.
 
string metadata = 3;

public abstract VersionDef getVersion ()

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

public abstract VersionDefOrBuilder getVersionOrBuilder ()

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

public abstract boolean hasVersion ()

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