SnapshotMetadataRecord

classe finale publique SnapshotMetadataRecord

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

Classes imbriquées

classe SnapshotMetadataRecord.Builder
 This stores the metadata information present in each snapshot record. 

Constantes

int CREATION_TIMESTAMP_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int FINALIZED_FIELD_NUMBER
int GRAPH_HASH_FIELD_NUMBER
int NUM_ELEMENTS_FIELD_NUMBER
int RUN_ID_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
long
getCreationTimestamp ()
 Time when we started creating this snapshot.
enregistrement de métadonnées instantané statique
SnapshotMetadataRecord
final statique com.google.protobuf.Descriptors.Descriptor
Type de données
getDtype (index 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.
Liste< Type de données >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
int
getDtypeValue (index int)
 A list of tensor dtype corresponding to each element of the snapshot.
Liste<Entier>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booléen
getFinalized ()
bool finalized = 1000;
Chaîne
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.
long
getNumElements ()
 The number of elements in the snapshot.
Chaîne
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
int
final com.google.protobuf.UnknownFieldSet
long
obtenirVersion ()
 Version of the snapshot data file format.
int
booléen final
statique SnapshotMetadataRecord.Builder
statique SnapshotMetadataRecord.Builder
SnapshotMetadataRecord.Builder
enregistrement de métadonnées instantané statique
parseDelimitedFrom (entrée InputStream)
enregistrement de métadonnées instantané statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
enregistrement de métadonnées instantané statique
parseFrom (données ByteBuffer)
enregistrement de métadonnées instantané statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
enregistrement de métadonnées instantané statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
enregistrement de métadonnées instantané statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
enregistrement de métadonnées instantané statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
enregistrement de métadonnées instantané statique
parseFrom (données com.google.protobuf.ByteString)
enregistrement de métadonnées instantané statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
enregistrement de métadonnées instantané statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
SnapshotMetadataRecord.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CREATION_TIMESTAMP_FIELD_NUMBER

Valeur constante : 3

public statique final int DTYPE_FIELD_NUMBER

Valeur constante : 5

public statique final entier FINALIZED_FIELD_NUMBER

Valeur constante : 1000

public statique final int GRAPH_HASH_FIELD_NUMBER

Valeur constante : 1

public statique final entier NUM_ELEMENTS_FIELD_NUMBER

Valeur constante : 6

public statique final int RUN_ID_FIELD_NUMBER

Valeur constante : 2

public statique final int VERSION_FIELD_NUMBER

Valeur constante : 4

Méthodes publiques

public booléen égal (Objet obj)

public long getCreationTimestamp ()

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

public statique SnapshotMetadataRecord getDefaultInstance ()

public SnapshotMetadataRecord getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype (index 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;

liste publique < DataType > getDtypeList ()

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

public int getDtypeValue (index int)

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

liste publique<Integer> getDtypeValueList ()

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

public booléen getFinalized ()

bool finalized = 1000;

chaîne publique 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;

public long getNumElements ()

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

publique getParserForType ()

chaîne publique 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;

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public long getVersion ()

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

code de hachage int public ()

public final booléen isInitialized ()

public statique SnapshotMetadataRecord.Builder newBuilder ()

public statique SnapshotMetadataRecord.Builder newBuilder (prototype SnapshotMetadataRecord )

public SnapshotMetadataRecord.Builder newBuilderForType ()

public statique SnapshotMetadataRecord parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static SnapshotMetadataRecord parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SnapshotMetadataRecord parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static SnapshotMetadataRecord parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static SnapshotMetadataRecord parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SnapshotMetadataRecord parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static SnapshotMetadataRecord parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SnapshotMetadataRecord parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static SnapshotMetadataRecord parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SnapshotMetadataRecord parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public SnapshotMetadataRecord.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException