SavedUserObjectOrBuilder

공용 인터페이스 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.
추상 문자열
메타데이터 가져오기 ()
 Initialization-related metadata.
추상 com.google.protobuf.ByteString
getMetadataBytes ()
 Initialization-related metadata.
추상 버전 정의
버전 획득 ()
 Version information from the producer of this SavedUserObject.
추상 VersionDefOrBuilder
getVersionOrBuilder ()
 Version information from the producer of this SavedUserObject.
추상 부울
버전 ()
 Version information from the producer of this SavedUserObject.

공개 방법

공개 추상 문자열 getIdentifier ()

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

공개 추상 com.google.protobuf.ByteString getIdentifierBytes ()

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

공개 추상 문자열 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;

공개 추상 부울 hasVersion ()

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