общедоступный интерфейс SnapshotMetadataRecordOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактный длинный | getCreationTimestamp () Time when we started creating this snapshot. |
| абстрактный тип данных | getDtype (индекс целого числа) 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. |
| абстрактный список < Тип данных > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| абстрактный int | 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. |
| абстрактное логическое значение | получитьФинализированный () bool finalized = 1000; |
| абстрактная строка | получитьГрафХэш () 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; общедоступный абстрактный список <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;