パブリック インターフェイスSavedUserObjectOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | 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. |
抽象文字列 | getメタデータ() Initialization-related metadata. |
抽象的な com.google.protobuf.ByteString | getMetadataBytes () Initialization-related metadata. |
抽象的なバージョン定義 | getバージョン() Version information from the producer of this SavedUserObject. |
抽象VersionDefOrBuilder | getVersionOrBuilder () Version information from the producer of this SavedUserObject. |
抽象ブール値 | hasVersion () Version information from the producer of this SavedUserObject. |
パブリックメソッド
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;
パブリック抽象 String getMetadata ()
Initialization-related metadata.
string metadata = 3;
パブリック抽象 com.google.protobuf.ByteString getMetadataBytes ()
Initialization-related metadata.
string metadata = 3;
パブリック抽象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;
public abstract boolean hasVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;