SnapshotMetadataRecord.Builder

SnapshotMetadataRecord.Builder de clase final estática pública

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

Métodos públicos

SnapshotMetadataRecord.Builder
addAllDtype (Iterable <? extiende los valores de DataType >)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addAllDtypeValue (valores <Integer> iterables )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtype (valor de tipo de datos )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtypeValue (valor int)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SnapshotMetadataRecord
SnapshotMetadataRecord
SnapshotMetadataRecord.Builder
claro ()
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
clearVersion ()
 Version of the snapshot data file format.
SnapshotMetadataRecord.Builder
clonar ()
largo
getCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Tipo de datos
getDtype (índice int)
 A list of tensor dtype corresponding to each element of the snapshot.
En t
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Lista <tipo de datos >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
En t
getDtypeValue (índice int)
 A list of tensor dtype corresponding to each element of the snapshot.
Lista <Intero>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano
getFinalized ()
bool finalized = 1000;
Cuerda
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.
largo
getNumElements ()
 The number of elements in the snapshot.
Cuerda
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
largo
getVersion ()
 Version of the snapshot data file format.
booleano final
SnapshotMetadataRecord.Builder
mergeFrom (com.google.protobuf.Message otro)
SnapshotMetadataRecord.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SnapshotMetadataRecord.Builder
setCreationTimestamp (valor largo)
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
setDtype (índice int, valor de tipo de datos )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setDtypeValue (índice int, valor int)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SnapshotMetadataRecord.Builder
setFinalized (valor booleano)
bool finalized = 1000;
SnapshotMetadataRecord.Builder
setGraphHash (valor de cadena)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setGraphHashBytes (valor de com.google.protobuf.ByteString)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setNumElements (valor largo)
 The number of elements in the snapshot.
SnapshotMetadataRecord.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
SnapshotMetadataRecord.Builder
setRunId (valor de cadena)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder
setRunIdBytes (valor de com.google.protobuf.ByteString)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SnapshotMetadataRecord.Builder
setVersion (valor largo)
 Version of the snapshot data file format.

Métodos heredados

Métodos públicos

public SnapshotMetadataRecord.Builder addAllDtype (Iterable <? extiende los valores de DataType >)

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

public SnapshotMetadataRecord.Builder addAllDtypeValue (valores <Integer> iterables )

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

public SnapshotMetadataRecord.Builder addDtype (valor de DataType )

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

public SnapshotMetadataRecord.Builder addDtypeValue (valor 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, valor del objeto)

compilación pública de 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 (campo 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;

público 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;

público SnapshotMetadataRecord.Builder clone ()

public long getCreationTimestamp ()

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

public SnapshotMetadataRecord getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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

Lista pública < Tipo de datos > getDtypeList ()

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

public int getDtypeValue (int índice)

 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;

public boolean getFinalized ()

bool finalized = 1000;

public String 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;

public String 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 boolean isInitialized ()

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

public SnapshotMetadataRecord.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

SnapshotMetadataRecord.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SnapshotMetadataRecord.Builder setCreationTimestamp (valor largo)

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

public SnapshotMetadataRecord.Builder setDtype (índice int, valor DataType )

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

public SnapshotMetadataRecord.Builder setDtypeValue (índice int, valor 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, valor del objeto)

public SnapshotMetadataRecord.Builder setFinalized (valor booleano)

bool finalized = 1000;

public SnapshotMetadataRecord.Builder setGraphHash (valor de cadena)

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

public SnapshotMetadataRecord.Builder setGraphHashBytes (valor de 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 (valor largo)

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

public SnapshotMetadataRecord.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public SnapshotMetadataRecord.Builder setRunId (valor de cadena)

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

public SnapshotMetadataRecord.Builder setRunIdBytes (valor de com.google.protobuf.ByteString)

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

público final SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SnapshotMetadataRecord.Builder setVersion (valor largo)

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