общедоступный статический конечный класс SnapshotMetadataRecord.Builder
This stores the metadata information present in each snapshot record.
tensorflow.data.experimental.SnapshotMetadataRecord Публичные методы
| SnapshotMetadataRecord.Builder | addAllDtype (Iterable<? расширяет значения DataType >) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addAllDtypeValue (значения Iterable<Integer>) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addDtype (значение типа данных ) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addDtypeValue (целое значение) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
| Запись метаданных моментального снимка | строить () |
| Запись метаданных моментального снимка | |
| SnapshotMetadataRecord.Builder | прозрачный () |
| SnapshotMetadataRecord.Builder | ClearCreationTimestamp () Time when we started creating this snapshot. |
| SnapshotMetadataRecord.Builder | ОчиститьДтип () A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
| SnapshotMetadataRecord.Builder | очиститьЗавершено () bool finalized = 1000; |
| SnapshotMetadataRecord.Builder | ОчиститьГрафХэш () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | ОчиститьНумЭлементс () The number of elements in the snapshot. |
| SnapshotMetadataRecord.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SnapshotMetadataRecord.Builder | ОчиститьРунИд () Run ID that this snapshot corresponds to. |
| SnapshotMetadataRecord.Builder | прозрачная версия () Version of the snapshot data file format. |
| SnapshotMetadataRecord.Builder | клон () |
| длинный | getCreationTimestamp () Time when we started creating this snapshot. |
| Запись метаданных моментального снимка | |
| окончательный статический com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Тип данных | 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. |
| логическое значение | получитьФинализированный () 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. |
| последнее логическое значение | |
| SnapshotMetadataRecord.Builder | mergeFrom (com.google.protobuf.Message другое) |
| SnapshotMetadataRecord.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| окончательный SnapshotMetadataRecord.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| SnapshotMetadataRecord.Builder | setCreationTimestamp (длинное значение) Time when we started creating this snapshot. |
| SnapshotMetadataRecord.Builder | |
| SnapshotMetadataRecord.Builder | setDtypeValue (целочисленный индекс, целочисленное значение) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
| SnapshotMetadataRecord.Builder | setFinalized (логическое значение) bool finalized = 1000; |
| SnapshotMetadataRecord.Builder | setGraphHash (строковое значение) Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | setGraphHashBytes (значение com.google.protobuf.ByteString) Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | setNumElements (длинное значение) The number of elements in the snapshot. |
| SnapshotMetadataRecord.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
| SnapshotMetadataRecord.Builder | setRunId (строковое значение) Run ID that this snapshot corresponds to. |
| SnapshotMetadataRecord.Builder | setRunIdBytes (значение com.google.protobuf.ByteString) Run ID that this snapshot corresponds to. |
| окончательный SnapshotMetadataRecord.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| SnapshotMetadataRecord.Builder | setVersion (длинное значение) Version of the snapshot data file format. |
Унаследованные методы
Публичные методы
public SnapshotMetadataRecord.Builder addAllDtype (Iterable<? расширяет значения DataType >)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addAllDtypeValue (значения Iterable<Integer>)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addDtype (значение DataType )
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addDtypeValue (целое значение)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public SnapshotMetadataRecord.Builder ClearCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; общедоступный SnapshotMetadataRecord.Builder ClearDtype ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; общедоступный SnapshotMetadataRecord.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
общедоступный SnapshotMetadataRecord.Builder ClearGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; общедоступный SnapshotMetadataRecord.Builder ClearNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; общедоступный SnapshotMetadataRecord.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
общедоступный SnapshotMetadataRecord.Builder ClearRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; общедоступный SnapshotMetadataRecord.Builder ClearVersion ()
Version of the snapshot data file format.
int64 version = 4; общедоступный длинный getCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступный тип данных getDtype (индекс int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public int getDtypeCount ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; общедоступный список < Тип данных > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public 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; public 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; public 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; публичное финальное логическое значение isInitialized ()
общедоступный SnapshotMetadataRecord.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный окончательный SnapshotMetadataRecord.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public SnapshotMetadataRecord.Builder setCreationTimestamp (длинное значение)
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public SnapshotMetadataRecord.Builder setDtype (индекс int, значение DataType )
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder setDtypeValue (индекс int, значение int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public SnapshotMetadataRecord.Builder setGraphHash (строковое значение)
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public SnapshotMetadataRecord.Builder setGraphHashBytes (значение com.google.protobuf.ByteString)
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public SnapshotMetadataRecord.Builder setNumElements (длинное значение)
The number of elements in the snapshot.
int64 num_elements = 6; public SnapshotMetadataRecord.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
public SnapshotMetadataRecord.Builder setRunId (строковое значение)
Run ID that this snapshot corresponds to.
string run_id = 2; общедоступный SnapshotMetadataRecord.Builder setRunIdBytes (значение com.google.protobuf.ByteString)
Run ID that this snapshot corresponds to.
string run_id = 2; общедоступный окончательный SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public SnapshotMetadataRecord.Builder setVersion (длинное значение)
Version of the snapshot data file format.
int64 version = 4;