SnapshotMetadataRecord

clase final pública SnapshotMetadataRecord

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

Clases anidadas

clase InstantáneaMetadataRecord.Builder
 This stores the metadata information present in each snapshot record. 

Constantes

En t CREATION_TIMESTAMP_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t FINALIZED_FIELD_NUMBER
En t GRAPH_HASH_FIELD_NUMBER
En t NUM_ELEMENTS_FIELD_NUMBER
En t RUN_ID_FIELD_NUMBER
En t VERSION_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
largo
getCreationTimestamp ()
 Time when we started creating this snapshot.
Instantánea estáticaRegistro de metadatos
InstantáneaRegistro de metadatos
com.google.protobuf.Descriptors.Descriptor estático final
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.
En t
com.google.protobuf.UnknownFieldSet final
largo
obtener versión ()
 Version of the snapshot data file format.
En t
booleano final
Instantánea estáticaMetadataRecord.Builder
Instantánea estáticaMetadataRecord.Builder
InstantáneaMetadataRecord.Builder
Instantánea estáticaRegistro de metadatos
parseDelimitedFrom (entrada de InputStream)
Instantánea estáticaRegistro de metadatos
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Instantánea estáticaRegistro de metadatos
parseFrom (datos de ByteBuffer)
Instantánea estáticaRegistro de metadatos
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Instantánea estáticaRegistro de metadatos
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Instantánea estáticaRegistro de metadatos
parseFrom (entrada com.google.protobuf.CodedInputStream)
Instantánea estáticaRegistro de metadatos
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Instantánea estáticaRegistro de metadatos
parseFrom (datos com.google.protobuf.ByteString)
Instantánea estáticaRegistro de metadatos
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Instantánea estáticaRegistro de metadatos
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
InstantáneaMetadataRecord.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público CREATION_TIMESTAMP_FIELD_NUMBER

Valor constante: 3

int final estático público DTYPE_FIELD_NUMBER

Valor constante: 5

int final estático público FINALIZED_FIELD_NUMBER

Valor constante: 1000

int final estático público GRAPH_HASH_FIELD_NUMBER

Valor constante: 1

int final estático público NUM_ELEMENTS_FIELD_NUMBER

Valor constante: 6

int final estático público RUN_ID_FIELD_NUMBER

Valor constante: 2

int final estático público VERSION_FIELD_NUMBER

Valor constante: 4

Métodos públicos

público booleano es igual (Objeto obj)

público largo getCreationTimestamp ()

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

SnapshotMetadataRecord estático público getDefaultInstance ()

instantánea públicaMetadataRecord getDefaultInstanceForType ()

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

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;

público getParserForType ()

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;

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

getVersion pública larga ()

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

código hash int público ()

público final booleano isInitialized ()

SnapshotMetadataRecord.Builder estático público newBuilder ()

público estático SnapshotMetadataRecord.Builder newBuilder (prototipo SnapshotMetadataRecord )

SnapshotMetadataRecord.Builder público newBuilderForType ()

SnapshotMetadataRecord estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

SnapshotMetadataRecord público estático parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

SnapshotMetadataRecord estático público parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

SnapshotMetadataRecord público estático parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

SnapshotMetadataRecord estático público parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

SnapshotMetadataRecord público estático parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

SnapshotMetadataRecord estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

SnapshotMetadataRecord estático público parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

SnapshotMetadataRecord público estático parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

SnapshotMetadataRecord público estático parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

instantánea públicaMetadataRecord.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción