SnapshotMetadataRecord.Builder

genel statik son sınıf SnapshotMetadataRecord.Builder

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

Genel Yöntemler

SnapshotMetadataRecord.Builder
addAllDtype (Yinelenebilir<? DataType > değerlerini genişletir)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addAllDtypeValue (Yinelenebilir<Tamsayı> değerler)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtype ( DataType değeri)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtypeValue (int değeri)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
Anlık GörüntüMeta VeriKayıt
Anlık GörüntüMeta VeriKayıt
SnapshotMetadataRecord.Builder
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 (com.google.protobuf.Descriptors.FieldDescriptor alanı)
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
clearVersion ()
 Version of the snapshot data file format.
SnapshotMetadataRecord.Builder
klon ()
uzun
getCreationTimestamp ()
 Time when we started creating this snapshot.
Anlık GörüntüMeta VeriKayıt
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Veri tipi
getDtype (int dizini)
 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< Veri Türü >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
int
getDtypeValue (int dizini)
 A list of tensor dtype corresponding to each element of the snapshot.
Liste<Tamsayı>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
boolean
getFinalized ()
bool finalized = 1000;
Sicim
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.
uzun
getNumElements ()
 The number of elements in the snapshot.
Sicim
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
uzun
getVersion ()
 Version of the snapshot data file format.
son boole değeri
SnapshotMetadataRecord.Builder
mergeFrom (com.google.protobuf.Message other)
SnapshotMetadataRecord.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
son SnapshotMetadataRecord.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
SnapshotMetadataRecord.Builder
setCreationTimestamp (uzun değer)
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
setDtype (int dizini, DataType değeri)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setDtypeValue (int dizini, int değeri)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
SnapshotMetadataRecord.Builder
setFinalized (boole değeri)
bool finalized = 1000;
SnapshotMetadataRecord.Builder
setGraphHash (Dize değeri)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setGraphHashBytes (com.google.protobuf.ByteString değeri)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setNumElements (uzun değer)
 The number of elements in the snapshot.
SnapshotMetadataRecord.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
SnapshotMetadataRecord.Builder
setRunId (Dize değeri)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder
setRunIdBytes (com.google.protobuf.ByteString değeri)
 Run ID that this snapshot corresponds to.
son SnapshotMetadataRecord.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)
SnapshotMetadataRecord.Builder
setVersion (uzun değer)
 Version of the snapshot data file format.

Kalıtsal Yöntemler

Genel Yöntemler

public SnapshotMetadataRecord.Builder addAllDtype (Yinelenebilir<? DataType > değerlerini genişletir)

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

public SnapshotMetadataRecord.Builder addAllDtypeValue (Yinelenebilir<Integer> değerleri)

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

public SnapshotMetadataRecord.Builder addDtype ( DataType değeri)

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

genel SnapshotMetadataRecord.Builder addDtypeValue (int değeri)

 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 alanı, Nesne değeri)

genel Anlık GörüntüMetadataRecord yapısı ()

genel Anlık GörüntüMetaveriKayıt yapısıKısmi ()

genel SnapshotMetadataRecord.Builder clearCreationTimestamp ()

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

genel SnapshotMetadataRecord.Builder clearDtype ()

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

genel SnapshotMetadataRecord.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

genel SnapshotMetadataRecord.Builder clearFinalized ()

bool finalized = 1000;

herkese açık SnapshotMetadataRecord.Builder clearGraphHash ()

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

genel SnapshotMetadataRecord.Builder clearNumElements ()

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

genel SnapshotMetadataRecord.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

genel SnapshotMetadataRecord.Builder clearRunId ()

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

genel SnapshotMetadataRecord.Builder clearVersion ()

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

genel uzun getCreationTimestamp ()

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

genel SnapshotMetadataRecord getDefaultInstanceForType ()

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

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

genel DataType getDtype (int dizini)

 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;

genel Liste< Veri Türü > getDtypeList ()

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

public int getDtypeValue (int dizini)

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

genel Liste<Tamsayı> getDtypeValueList ()

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

genel boolean getFinalized ()

bool finalized = 1000;

genel Dize 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;

genel uzun getNumElements ()

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

genel Dize 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;

genel uzun getVersion ()

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

genel final boolean isInitialized ()

genel SnapshotMetadataRecord.Builder mergeFrom (com.google.protobuf.Message other)

genel SnapshotMetadataRecord.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel nihai SnapshotMetadataRecord.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

genel SnapshotMetadataRecord.Builder setCreationTimestamp (uzun değer)

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

public SnapshotMetadataRecord.Builder setDtype (int dizini, DataType değeri)

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

public SnapshotMetadataRecord.Builder setDtypeValue (int dizini, int değeri)

 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 alanı, Nesne değeri)

genel SnapshotMetadataRecord.Builder setFinalized (boolean değeri)

bool finalized = 1000;

public SnapshotMetadataRecord.Builder setGraphHash (Dize değeri)

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

genel SnapshotMetadataRecord.Builder setGraphHashBytes (com.google.protobuf.ByteString değeri)

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

public SnapshotMetadataRecord.Builder setNumElements (uzun değer)

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

public SnapshotMetadataRecord.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int indeksi, Nesne değeri)

public SnapshotMetadataRecord.Builder setRunId (Dize değeri)

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

genel SnapshotMetadataRecord.Builder setRunIdBytes (com.google.protobuf.ByteString değeri)

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

genel final SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public SnapshotMetadataRecord.Builder setVersion (uzun değer)

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