SnapshotMetadataRecord.Builder

classe finale statique publique SnapshotMetadataRecord.Builder

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

Méthodes publiques

SnapshotMetadataRecord.Builder
addAllDtype (Iterable <? étend les valeurs DataType >)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addAllDtypeValue (valeurs Iterable<Integer>)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtype (valeur DataType )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtypeValue (valeur entière)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
SnapshotMetadataRecord
SnapshotMetadataRecord
SnapshotMetadataRecord.Builder
clair ()
SnapshotMetadataRecord.Builder
clearCréationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
typeDclair ()
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
SnapshotMetadataRecord.Builder
clearFinalisé ()
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
version claire ()
 Version of the snapshot data file format.
SnapshotMetadataRecord.Builder
cloner ()
long
getCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord
final statique com.google.protobuf.Descriptors.Descriptor
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.
long
obtenirVersion ()
 Version of the snapshot data file format.
booléen final
SnapshotMetadataRecord.Builder
mergeFrom (com.google.protobuf.Message autre)
SnapshotMetadataRecord.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
SnapshotMetadataRecord.Builder
setCreationTimestamp (valeur longue)
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
setDtype (index int, valeur DataType )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setDtypeValue (index int, valeur int)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
SnapshotMetadataRecord.Builder
setFinalized (valeur booléenne)
bool finalized = 1000;
SnapshotMetadataRecord.Builder
setGraphHash (valeur de chaîne)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setGraphHashBytes (valeur com.google.protobuf.ByteString)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setNumElements (valeur longue)
 The number of elements in the snapshot.
SnapshotMetadataRecord.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
SnapshotMetadataRecord.Builder
setRunId (valeur de chaîne)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder
setRunIdBytes (valeur com.google.protobuf.ByteString)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
SnapshotMetadataRecord.Builder
setVersion (valeur longue)
 Version of the snapshot data file format.

Méthodes héritées

Méthodes publiques

public SnapshotMetadataRecord.Builder addAllDtype (Iterable <? étend les valeurs DataType >)

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

public SnapshotMetadataRecord.Builder addAllDtypeValue (valeurs Iterable<Integer>)

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

public SnapshotMetadataRecord.Builder addDtype (valeur DataType )

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

public SnapshotMetadataRecord.Builder addDtypeValue (valeur int)

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

public SnapshotMetadataRecord.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public SnapshotMetadataRecord ()

public SnapshotMetadataRecord buildPartial ()

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 (champ com.google.protobuf.Descriptors.FieldDescriptor)

public SnapshotMetadataRecord.Builder clearFinalized ()

bool finalized = 1000;

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;

public long getCreationTimestamp ()

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

public SnapshotMetadataRecord getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

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 long getVersion ()

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

public final booléen isInitialized ()

public SnapshotMetadataRecord.Builder mergeFrom (com.google.protobuf.Message autre)

public SnapshotMetadataRecord.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

SnapshotMetadataRecord.Builder final public mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SnapshotMetadataRecord.Builder setCreationTimestamp (valeur longue)

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

public SnapshotMetadataRecord.Builder setDtype (index int, valeur DataType )

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

public SnapshotMetadataRecord.Builder setDtypeValue (index int, valeur int)

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

public SnapshotMetadataRecord.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public SnapshotMetadataRecord.Builder setFinalized (valeur booléenne)

bool finalized = 1000;

public SnapshotMetadataRecord.Builder setGraphHash (valeur de chaîne)

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

public SnapshotMetadataRecord.Builder setGraphHashBytes (valeur 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 (valeur longue)

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

public SnapshotMetadataRecord.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public SnapshotMetadataRecord.Builder setRunId (valeur de chaîne)

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

public SnapshotMetadataRecord.Builder setRunIdBytes (valeur com.google.protobuf.ByteString)

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

public final SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SnapshotMetadataRecord.Builder setVersion (valeur longue)

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