SnapshotMetadataRecord.Builder

classe final estática pública SnapshotMetadataRecord.Builder

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

Métodos Públicos

SnapshotMetadataRecord.Builder
addAllDtype (Iterable<? estende DataType > valores)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addAllDtypeValue (valores Iterable<Integer>)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtype (valor DataType )
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addDtypeValue (valor interno)
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SnapshotMetadataRecord
SnapshotMetadataRecord
SnapshotMetadataRecord.Builder
claro ()
SnapshotMetadataRecord.Builder
clearCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
limparDtype ()
 A list of tensor dtype corresponding to each element of the snapshot.
SnapshotMetadataRecord.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SnapshotMetadataRecord.Builder
limparFinalizado ()
bool finalized = 1000;
SnapshotMetadataRecord.Builder
limparGraphHash ()
 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 umof)
SnapshotMetadataRecord.Builder
limparRunId ()
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder
clearVersion ()
 Version of the snapshot data file format.
SnapshotMetadataRecord.Builder
clonar ()
longo
getCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Tipo de dados
getDtype (índice interno)
 A list of tensor dtype corresponding to each element of the snapshot.
interno
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Lista< Tipo de dados >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
interno
getDtypeValue (índice interno)
 A list of tensor dtype corresponding to each element of the snapshot.
Lista<Inteiro>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
boleano
getFinalizado ()
bool finalized = 1000;
Corda
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.
longo
getNumElements ()
 The number of elements in the snapshot.
Corda
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
longo
getVersão ()
 Version of the snapshot data file format.
booleano final
SnapshotMetadataRecord.Builder
mergeFrom (com.google.protobuf.Message outro)
SnapshotMetadataRecord.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord.Builder final
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
SnapshotMetadataRecord.Builder
setCreationTimestamp (valor longo)
 Time when we started creating this snapshot.
SnapshotMetadataRecord.Builder
setDtype (índice int, valor DataType )
 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 do objeto)
SnapshotMetadataRecord.Builder
setFinalized (valor booleano)
bool finalized = 1000;
SnapshotMetadataRecord.Builder
setGraphHash (valor da string)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setGraphHashBytes (valor com.google.protobuf.ByteString)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
SnapshotMetadataRecord.Builder
setNumElements (valor longo)
 The number of elements in the snapshot.
SnapshotMetadataRecord.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
SnapshotMetadataRecord.Builder
setRunId (valor da string)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder
setRunIdBytes (valor com.google.protobuf.ByteString)
 Run ID that this snapshot corresponds to.
SnapshotMetadataRecord.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
SnapshotMetadataRecord.Builder
setVersion (valor longo)
 Version of the snapshot data file format.

Métodos herdados

Métodos Públicos

public SnapshotMetadataRecord.Builder addAllDtype (Iterable<? estende DataType > valores)

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

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

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

public SnapshotMetadataRecord.Builder addDtype (valor DataType )

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

público 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 do objeto)

compilação pública SnapshotMetadataRecord ()

público SnapshotMetadataRecord buildPartial ()

público SnapshotMetadataRecord.Builder claro ()

público SnapshotMetadataRecord.Builder clearCreationTimestamp ()

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

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

público SnapshotMetadataRecord.Builder clearFinalized ()

bool finalized = 1000;

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

público SnapshotMetadataRecord.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público SnapshotMetadataRecord.Builder clearRunId ()

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

público SnapshotMetadataRecord.Builder clearVersion ()

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

clone público SnapshotMetadataRecord.Builder ()

getCreationTimestamp longo público ()

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

público SnapshotMetadataRecord getDefaultInstanceForType ()

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

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

public DataType getDtype (índice interno)

 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< DataType > getDtypeList ()

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

public int getDtypeValue (índice int)

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

lista pública<inteiro> getDtypeValueList ()

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

getFinalized booleano público ()

bool finalized = 1000;

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

getNumElements longo público ()

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

String 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 longo público ()

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

público final booleano isInitialized ()

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

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

Lança
IOException

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

público SnapshotMetadataRecord.Builder setCreationTimestamp (valor longo)

 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;

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;

public SnapshotMetadataRecord.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SnapshotMetadataRecord.Builder setFinalized (valor booleano)

bool finalized = 1000;

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

 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 longo)

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

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

público SnapshotMetadataRecord.Builder setRunId (valor da string)

 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;

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

público SnapshotMetadataRecord.Builder setVersion (valor longo)

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