classe final pública SnapshotMetadataRecord
This stores the metadata information present in each snapshot record.
tensorflow.data.experimental.SnapshotMetadataRecord Classes aninhadas
| aula | SnapshotMetadataRecord.Builder | This stores the metadata information present in each snapshot record. | |
Constantes
| interno | CREATION_TIMESTAMP_FIELD_NUMBER | |
| interno | DTYPE_FIELD_NUMBER | |
| interno | FINALIZED_FIELD_NUMBER | |
| interno | GRAPH_HASH_FIELD_NUMBER | |
| interno | NUM_ELEMENTS_FIELD_NUMBER | |
| interno | RUN_ID_FIELD_NUMBER | |
| interno | VERSION_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| longo | getCreationTimestamp () Time when we started creating this snapshot. |
| Instantâneo estáticoMetadataRecord | |
| SnapshotMetadataRecord | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Tipo de dados | getDtype (índice interno) A list of tensor dtype corresponding to each element of the snapshot. |
| interno | getDtypeCount () A list of tensor dtype corresponding to each element of the snapshot. |
| Lista< Tipo de dados > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| interno | getDtypeValue (índice interno) A list of tensor dtype corresponding to each element of the snapshot. |
| Lista<Inteiro> | getDtypeValueList () A list of tensor dtype corresponding to each element of the snapshot. |
| booleano | getFinalizado () 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. |
| longo | getNumElements () 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. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| longo | getVersão () Version of the snapshot data file format. |
| interno | código hash () |
| booleano final | |
| SnapshotMetadataRecord.Builder estático | |
| SnapshotMetadataRecord.Builder estático | newBuilder (protótipo SnapshotMetadataRecord ) |
| SnapshotMetadataRecord.Builder | |
| Instantâneo estáticoMetadataRecord | parseDelimitedFrom (entrada InputStream) |
| Instantâneo estáticoMetadataRecord | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Instantâneo estáticoMetadataRecord | parseFrom (dados de ByteBuffer) |
| Instantâneo estáticoMetadataRecord | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Instantâneo estáticoMetadataRecord | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Instantâneo estáticoMetadataRecord | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Instantâneo estáticoMetadataRecord | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Instantâneo estáticoMetadataRecord | parseFrom (dados com.google.protobuf.ByteString) |
| Instantâneo estáticoMetadataRecord | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Instantâneo estáticoMetadataRecord | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| SnapshotMetadataRecord.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int CREATION_TIMESTAMP_FIELD_NUMBER
Valor Constante: 3
público estático final int DTYPE_FIELD_NUMBER
Valor Constante: 5
público estático final int FINALIZED_FIELD_NUMBER
Valor Constante: 1000
int final estático público GRAPH_HASH_FIELD_NUMBER
Valor Constante: 1
int final estático público NUM_ELEMENTS_FIELD_NUMBER
Valor Constante: 6
público estático final int RUN_ID_FIELD_NUMBER
Valor Constante: 2
público estático final int VERSION_FIELD_NUMBER
Valor Constante: 4
Métodos Públicos
booleano público é igual (Object obj)
getCreationTimestamp longo público ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public DataType getDtype (índice int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; público int getDtypeCount ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; Lista pública< DataType > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; público int getDtypeValue (índice 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; getFinalized booleano público ()
bool finalized = 1000;
String pública getGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; público com.google.protobuf.ByteString getGraphHashBytes ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; getNumElements longo público ()
The number of elements in the snapshot.
int64 num_elements = 6; público getParserForType ()
String pública getRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; público com.google.protobuf.ByteString getRunIdBytes ()
Run ID that this snapshot corresponds to.
string run_id = 2; público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
getVersion longo público ()
Version of the snapshot data file format.
int64 version = 4; hashCode int público ()
público final booleano isInitialized ()
public static SnapshotMetadataRecord parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático SnapshotMetadataRecord parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static SnapshotMetadataRecord parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SnapshotMetadataRecord parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático SnapshotMetadataRecord parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static SnapshotMetadataRecord parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático SnapshotMetadataRecord parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static SnapshotMetadataRecord parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SnapshotMetadataRecord parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|