classe finale statica pubblica SnapshotMetadataRecord.Builder
This stores the metadata information present in each snapshot record.
tensorflow.data.experimental.SnapshotMetadataRecord Metodi pubblici
| SnapshotMetadataRecord.Builder | addAllDtype (Iterable<? estende DataType > valori) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addAllDtypeValue (valori Iterable<Integer>) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addDtype (valore del tipo di dati ) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addDtypeValue (valore int) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| Record di metadati dell'istantanea | costruire () |
| Record di metadati dell'istantanea | buildPartial () |
| SnapshotMetadataRecord.Builder | chiaro () |
| SnapshotMetadataRecord.Builder | clearCreationTimestamp () Time when we started creating this snapshot. |
| SnapshotMetadataRecord.Builder | clearDtype () A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| SnapshotMetadataRecord.Builder | clearFinalized () bool finalized = 1000; |
| SnapshotMetadataRecord.Builder | clearGraphHash () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | clearNumElements () The number of elements in the snapshot. |
| SnapshotMetadataRecord.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SnapshotMetadataRecord.Builder | clearRunId () Run ID that this snapshot corresponds to. |
| SnapshotMetadataRecord.Builder | clearVersione () Version of the snapshot data file format. |
| SnapshotMetadataRecord.Builder | clone () |
| lungo | getCreationTimestamp () Time when we started creating this snapshot. |
| Record di metadati dell'istantanea | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.Descriptors.Descriptor | |
| Tipo di dati | getDtype (indice 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. |
| Elenco< Tipo dati > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| int | getDtypeValue (indice int) A list of tensor dtype corresponding to each element of the snapshot. |
| Elenco<intero> | getDtypeValueList () A list of tensor dtype corresponding to each element of the snapshot. |
| booleano | getFinalized () bool finalized = 1000; |
| Corda | 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. |
| lungo | getNumElementi () The number of elements in the snapshot. |
| Corda | getRunId () Run ID that this snapshot corresponds to. |
| com.google.protobuf.ByteString | getRunIdBytes () Run ID that this snapshot corresponds to. |
| lungo | getVersione () Version of the snapshot data file format. |
| booleano finale | |
| SnapshotMetadataRecord.Builder | mergeFrom (com.google.protobuf.Message altro) |
| SnapshotMetadataRecord.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| finale SnapshotMetadataRecord.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| SnapshotMetadataRecord.Builder | setCreationTimestamp (valore lungo) Time when we started creating this snapshot. |
| SnapshotMetadataRecord.Builder | |
| SnapshotMetadataRecord.Builder | setDtypeValue (indice int, valore int) A list of tensor dtype corresponding to each element of the snapshot. |
| SnapshotMetadataRecord.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| SnapshotMetadataRecord.Builder | setFinalized (valore booleano) bool finalized = 1000; |
| SnapshotMetadataRecord.Builder | setGraphHash (valore stringa) Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | setGraphHashBytes (valore com.google.protobuf.ByteString) Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| SnapshotMetadataRecord.Builder | setNumElements (valore lungo) The number of elements in the snapshot. |
| SnapshotMetadataRecord.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
| SnapshotMetadataRecord.Builder | setRunId (valore stringa) Run ID that this snapshot corresponds to. |
| SnapshotMetadataRecord.Builder | setRunIdBytes (valore com.google.protobuf.ByteString) Run ID that this snapshot corresponds to. |
| finale SnapshotMetadataRecord.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| SnapshotMetadataRecord.Builder | setVersion (valore lungo) Version of the snapshot data file format. |
Metodi ereditati
Metodi pubblici
public SnapshotMetadataRecord.Builder addAllDtype (Iterable<? estende DataType > valori)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addAllDtypeValue (valori Iterable<Integer>)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addDtype (valore DataType )
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addDtypeValue (valore int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public SnapshotMetadataRecord.Builder clearCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public SnapshotMetadataRecord.Builder clearDtype ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public SnapshotMetadataRecord.Builder clearGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public SnapshotMetadataRecord.Builder clearNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; public SnapshotMetadataRecord.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public SnapshotMetadataRecord.Builder clearRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; public SnapshotMetadataRecord.Builder clearVersion ()
Version of the snapshot data file format.
int64 version = 4; pubblico lungo getCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public DataType getDtype (indice 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; elenco pubblico< tipo di dati > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public int getDtypeValue (indice int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public List<Integer> getDtypeValueList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; booleano pubblico getFinalized ()
bool finalized = 1000;
stringa pubblica getGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; pubblico com.google.protobuf.ByteString getGraphHashBytes ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; pubblico lungo getNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; stringa pubblica getRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; pubblico com.google.protobuf.ByteString getRunIdBytes ()
Run ID that this snapshot corresponds to.
string run_id = 2; getVersion lungo pubblico ()
Version of the snapshot data file format.
int64 version = 4; public final booleano isInitialized ()
public SnapshotMetadataRecord.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
pubblico finale SnapshotMetadataRecord.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public SnapshotMetadataRecord.Builder setCreationTimestamp (valore lungo)
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public SnapshotMetadataRecord.Builder setDtype (indice int, valore DataType )
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder setDtypeValue (indice int, valore int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public SnapshotMetadataRecord.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public SnapshotMetadataRecord.Builder setGraphHash (valore stringa)
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public SnapshotMetadataRecord.Builder setGraphHashBytes (valore 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 (valore lungo)
The number of elements in the snapshot.
int64 num_elements = 6; public SnapshotMetadataRecord.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public SnapshotMetadataRecord.Builder setRunId (valore stringa)
Run ID that this snapshot corresponds to.
string run_id = 2; public SnapshotMetadataRecord.Builder setRunIdBytes (valore com.google.protobuf.ByteString)
Run ID that this snapshot corresponds to.
string run_id = 2; pubblico finale SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public SnapshotMetadataRecord.Builder setVersion (valore lungo)
Version of the snapshot data file format.
int64 version = 4;