SnapshotMetadataRecord

lớp cuối cùng công khai Ảnh chụp nhanhMetadataRecord

 This stores the metadata information present in each snapshot record.
 
Loại Protobuf tensorflow.data.experimental.SnapshotMetadataRecord

Các lớp lồng nhau

lớp học Ảnh chụpMetadataRecord.Builder
 This stores the metadata information present in each snapshot record. 

Hằng số

int CREATION_TIMESTAMP_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int CUỐI CÙNG_FIELD_NUMBER
int GRAPH_HASH_FIELD_NUMBER
int NUM_ELEMENTS_FIELD_NUMBER
int RUN_ID_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Phương pháp công khai

boolean
bằng (Đối tượng obj)
dài
getCreationTimestamp ()
 Time when we started creating this snapshot.
Bản ghi siêu dữ liệu ảnh chụp tĩnh
Bản ghi siêu dữ liệu ảnh chụp nhanh
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Loại dữ liệu
getDtype (chỉ số int)
 A list of tensor dtype corresponding to each element of the snapshot.
int
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Danh sách< Kiểu dữ liệu >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
int
getDtypeValue (chỉ số int)
 A list of tensor dtype corresponding to each element of the snapshot.
Danh sách<Số nguyên>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
boolean
getFinalized ()
bool finalized = 1000;
Sợi dây
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.
dài
getNumElements ()
 The number of elements in the snapshot.
Sợi dây
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
int
com.google.protobuf.UnknownFieldSet cuối cùng
dài
getVersion ()
 Version of the snapshot data file format.
int
boolean cuối cùng
Ảnh chụp tĩnhMetadataRecord.Builder
Ảnh chụp tĩnhMetadataRecord.Builder
Ảnh chụpMetadataRecord.Builder
Bản ghi siêu dữ liệu ảnh chụp tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (dữ liệu ByteBuffer)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Bản ghi siêu dữ liệu ảnh chụp tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
Ảnh chụpMetadataRecord.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh cuối cùng CREATION_TIMESTAMP_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh cuối cùng DTYPE_FIELD_NUMBER

Giá trị không đổi: 5

int cuối cùng tĩnh công khai FINALIZED_FIELD_NUMBER

Giá trị không đổi: 1000

int tĩnh công khai GRAPH_HASH_FIELD_NUMBER

Giá trị không đổi: 1

int cuối cùng tĩnh công khai NUM_ELEMENTS_FIELD_NUMBER

Giá trị không đổi: 6

int tĩnh cuối cùng RUN_ID_FIELD_NUMBER

Giá trị không đổi: 2

int tĩnh công khai VERSION_FIELD_NUMBER

Giá trị không đổi: 4

Phương pháp công khai

boolean công khai bằng (Object obj)

công khai getCreationTimestamp ()

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

công khai SnapshotMetadataRecord getDefaultInstance ()

công khai SnapshotMetadataRecord getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Kiểu dữ liệu công khai getDtype (chỉ mục int)

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

int công khai getDtypeCount ()

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

Danh sách công khai< DataType > getDtypeList ()

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

int công khai getDtypeValue (chỉ mục int)

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

Danh sách công khai<Integer> getDtypeValueList ()

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

boolean công khai getFinalized ()

bool finalized = 1000;

Chuỗi công khai getGraphHash ()

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

com.google.protobuf.ByteString getGraphHashBytes công khai ()

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

getNumElements công khai dài ()

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

công cộng getParserForType ()

Chuỗi công khai getRunId ()

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

com.google.protobuf.ByteString getRunIdBytes công khai ()

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

int công khai getSerializedSize ()

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

getVersion dài công khai ()

phiên bản

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

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

công khai SnapshotMetadataRecord.Builder newBuilder ()

public static SnapshotMetadataRecord.Builder newBuilder (nguyên mẫu SnapshotMetadataRecord )

public SnapshotMetadataRecord.Builder newBuilderForType ()

công khai SnapshotMetadataRecord phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

công khai SnapshotMetadataRecord phân tích cú phápDelimitedFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai SnapshotMetadataRecord phân tích cú phápFrom (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp tĩnh công khai SnapshotMetadataRecordFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai SnapshotMetadataRecord phân tích cú phápFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp tĩnh công khai SnapshotMetadataRecordFrom (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

công khai SnapshotMetadataRecord phân tích cú phápTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp tĩnh công khai SnapshotMetadataRecordFrom (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai SnapshotMetadataRecord phân tích cú phápFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai tĩnh SnapshotMetadataRecord phân tích cú phápFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

công khai SnapshotMetadataRecord.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException