SnapshotMetadataRecord.Builder

clase final estática pública SnapshotMetadataRecord.Builder

 This stores the metadata information present in each snapshot record.
 
Tipo protobuf tensorflow.data.experimental.SnapshotMetadataRecord

Métodos públicos

InstantáneaMetadataRecord.Builder
addAllDtype (Iterable<? extiende los valores de DataType >)
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
addAllDtypeValue (valores Iterable<Integer>)
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
addDtype (valor de tipo de datos )
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
addDtypeValue (valor int)
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
InstantáneaRegistro de metadatos
InstantáneaRegistro de metadatos
InstantáneaMetadataRecord.Builder
claro ()
InstantáneaMetadataRecord.Builder
borrarCreationTimestamp ()
 Time when we started creating this snapshot.
InstantáneaMetadataRecord.Builder
tipo claro ()
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
InstantáneaMetadataRecord.Builder
claroFinalizado ()
bool finalized = 1000;
InstantáneaMetadataRecord.Builder
borrarGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
InstantáneaMetadataRecord.Builder
borrarNumElementos ()
 The number of elements in the snapshot.
InstantáneaMetadataRecord.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
InstantáneaMetadataRecord.Builder
borrarId de ejecución ()
 Run ID that this snapshot corresponds to.
InstantáneaMetadataRecord.Builder
versión clara ()
 Version of the snapshot data file format.
InstantáneaMetadataRecord.Builder
clonar ()
largo
getCreationTimestamp ()
 Time when we started creating this snapshot.
InstantáneaRegistro de metadatos
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<Entero>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano
obtenerFinalizado ()
bool finalized = 1000;
Cadena
obtenerGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
com.google.protobuf.ByteString
obtenerGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
largo
obtenerNumElementos ()
 The number of elements in the snapshot.
Cadena
obtenerIdEjecutar ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
obtenerRunIdBytes ()
 Run ID that this snapshot corresponds to.
largo
obtener versión ()
 Version of the snapshot data file format.
booleano final
InstantáneaMetadataRecord.Builder
mergeFrom (com.google.protobuf.Message otro)
InstantáneaMetadataRecord.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
instantánea finalMetadataRecord.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
InstantáneaMetadataRecord.Builder
setCreationTimestamp (valor largo)
 Time when we started creating this snapshot.
InstantáneaMetadataRecord.Builder
setDtype (índice int, valor de tipo de datos )
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
setDtypeValue (índice int, valor int)
 A list of tensor dtype corresponding to each element of the snapshot.
InstantáneaMetadataRecord.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
InstantáneaMetadataRecord.Builder
setFinalized (valor booleano)
bool finalized = 1000;
InstantáneaMetadataRecord.Builder
setGraphHash (valor de cadena)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
InstantáneaMetadataRecord.Builder
setGraphHashBytes (valor com.google.protobuf.ByteString)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
InstantáneaMetadataRecord.Builder
setNumElements (valor largo)
 The number of elements in the snapshot.
InstantáneaMetadataRecord.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
InstantáneaMetadataRecord.Builder
setRunId (valor de cadena)
 Run ID that this snapshot corresponds to.
InstantáneaMetadataRecord.Builder
setRunIdBytes (valor com.google.protobuf.ByteString)
 Run ID that this snapshot corresponds to.
instantánea finalMetadataRecord.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
InstantáneaMetadataRecord.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;

SnapshotMetadataRecord.Builder público addAllDtypeValue (valores Iterable<Integer>)

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

público SnapshotMetadataRecord.Builder addDtype (valor de tipo de datos )

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

SnapshotMetadataRecord.Builder público addDtypeValue (valor int)

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

público SnapshotMetadataRecord.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública de SnapshotMetadataRecord ()

instantánea públicaMetadataRecord buildPartial ()

público SnapshotMetadataRecord.Builder claro ()

público SnapshotMetadataRecord.Builder clearCreationTimestamp ()

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

instantánea públicaMetadataRecord.Builder clearDtype ()

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

público SnapshotMetadataRecord.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

instantánea públicaMetadataRecord.Builder clearFinalized ()

bool finalized = 1000;

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

instantánea públicaMetadataRecord.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público SnapshotMetadataRecord.Builder clearRunId ()

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

instantánea públicaMetadataRecord.Builder clearVersion ()

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

público largo getCreationTimestamp ()

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

instantánea públicaMetadataRecord getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

tipo de datos público 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< Tipo de datos > 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;

Lista pública<Entero> getDtypeValueList ()

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

getFinalized público booleano ()

bool finalized = 1000;

cadena 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;

público largo getNumElements ()

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

cadena 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;

getVersion pública larga ()

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

público final booleano isInitialized ()

SnapshotMetadataRecord.Builder público mergeFrom (com.google.protobuf.Message otro)

SnapshotMetadataRecord.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

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

público SnapshotMetadataRecord.Builder setCreationTimestamp (valor largo)

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

público SnapshotMetadataRecord.Builder setDtype (índice int, valor de tipo de datos )

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

público SnapshotMetadataRecord.Builder setDtypeValue (índice int, valor int)

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

público SnapshotMetadataRecord.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público SnapshotMetadataRecord.Builder setFinalized (valor booleano)

bool finalized = 1000;

público SnapshotMetadataRecord.Builder setGraphHash (valor de cadena)

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

público SnapshotMetadataRecord.Builder setGraphHashBytes (valor com.google.protobuf.ByteString)

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

público SnapshotMetadataRecord.Builder setNumElements (valor largo)

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

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

público SnapshotMetadataRecord.Builder setRunId (valor de cadena)

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

público SnapshotMetadataRecord.Builder setRunIdBytes (valor com.google.protobuf.ByteString)

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

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

público SnapshotMetadataRecord.Builder setVersion (valor largo)

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