SnapshotMetadataRecordOrBuilder

공용 인터페이스 SnapshotMetadataRecordOrBuilder
알려진 간접 하위 클래스

공개 방법

추상적인 긴
getCreationTimestamp ()
 Time when we started creating this snapshot.
추상 데이터 유형
getDtype (정수 인덱스)
 A list of tensor dtype corresponding to each element of the snapshot.
추상 정수
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
추상 목록< 데이터 유형 >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
추상 정수
getDtypeValue (정수 인덱스)
 A list of tensor dtype corresponding to each element of the snapshot.
추상 목록<정수>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
추상 부울
getFinalized ()
bool finalized = 1000;
추상 문자열
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
추상 com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
추상적인 긴
getNumElements ()
 The number of elements in the snapshot.
추상 문자열
getRunId ()
 Run ID that this snapshot corresponds to.
추상 com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
추상적인 긴
버전 획득 ()
 Version of the snapshot data file format.

공개 방법

공개 추상 긴 getCreationTimestamp ()

 Time when we started creating this snapshot.
 
int64 creation_timestamp = 3;

공개 추상 데이터 유형 getDtype (int 인덱스)

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

공개 추상 int getDtypeCount ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

공개 추상 목록< DataType > getDtypeList ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

공개 추상 int getDtypeValue (int 인덱스)

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

공개 추상 List<Integer> getDtypeValueList ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

공개 추상 부울 getFinalized ()

bool finalized = 1000;

공개 추상 문자열 getGraphHash ()

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

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

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

공개 추상 긴 getNumElements ()

 The number of elements in the snapshot.
 
int64 num_elements = 6;

공개 추상 문자열 getRunId ()

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

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

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

공개 추상 긴 getVersion ()

 Version of the snapshot data file format.
 
int64 version = 4;