SnapshotMetadataRecord

SnapshotMetadataRecord de clase final pública

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

Clases anidadas

clase SnapshotMetadataRecord.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 a (Objeto obj)
largo
getCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord estático
SnapshotMetadataRecord
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 <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.
En t
final com.google.protobuf.UnknownFieldSet
largo
getVersion ()
 Version of the snapshot data file format.
En t
booleano final
estático SnapshotMetadataRecord.Builder
estático SnapshotMetadataRecord.Builder
SnapshotMetadataRecord.Builder
SnapshotMetadataRecord estático
parseDelimitedFrom (entrada InputStream)
SnapshotMetadataRecord estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord estático
parseFrom (datos ByteBuffer)
SnapshotMetadataRecord estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
SnapshotMetadataRecord estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord estático
parseFrom (datos com.google.protobuf.ByteString)
SnapshotMetadataRecord estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SnapshotMetadataRecord.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int CREATION_TIMESTAMP_FIELD_NUMBER

Valor constante: 3

public static final int DTYPE_FIELD_NUMBER

Valor constante: 5

public static final int FINALIZED_FIELD_NUMBER

Valor constante: 1000

public static final int GRAPH_HASH_FIELD_NUMBER

Valor constante: 1

public static final int NUM_ELEMENTS_FIELD_NUMBER

Valor constante: 6

public static final int RUN_ID_FIELD_NUMBER

Valor constante: 2

public static final int VERSION_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public long getCreationTimestamp ()

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

getDefaultInstance () pública estática de SnapshotMetadataRecord

public SnapshotMetadataRecord getDefaultInstanceForType ()

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

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;

público getParserForType ()

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 int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public long getVersion ()

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

public int hashCode ()

public final boolean isInitialized ()

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

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

público SnapshotMetadataRecord.Builder newBuilderForType ()

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

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

público SnapshotMetadataRecord.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException