SnapshotMetadataRecord.Builder

パブリック静的最終クラスSnapshotMetadataRecord.Builder

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

パブリックメソッド

スナップショットメタデータレコード.ビルダー
addAllDtype (Iterable<? extends DataType > 値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
addAllDtypeValue (Iterable<Integer> 値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
addDtype ( DataType値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
addDtypeValue (int 値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
スナップショットメタデータレコード
建てる()
スナップショットメタデータレコード
スナップショットメタデータレコード.ビルダー
クリア()
スナップショットメタデータレコード.ビルダー
ClearCreationTimestamp ()
 Time when we started creating this snapshot.
スナップショットメタデータレコード.ビルダー
クリアDtype ()
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
スナップショットメタデータレコード.ビルダー
クリアファイナライズ済み()
bool finalized = 1000;
スナップショットメタデータレコード.ビルダー
クリアグラフハッシュ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
スナップショットメタデータレコード.ビルダー
クリアNumElements ()
 The number of elements in the snapshot.
スナップショットメタデータレコード.ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
スナップショットメタデータレコード.ビルダー
クリアランID ()
 Run ID that this snapshot corresponds to.
スナップショットメタデータレコード.ビルダー
クリアバージョン()
 Version of the snapshot data file format.
スナップショットメタデータレコード.ビルダー
長さ
getCreationTimestamp ()
 Time when we started creating this snapshot.
スナップショットメタデータレコード
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype (int インデックス)
 A list of tensor dtype corresponding to each element of the snapshot.
整数
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
リスト<データ型>
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
整数
getDtypeValue (int インデックス)
 A list of tensor dtype corresponding to each element of the snapshot.
リスト<整数>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
ブール値
getFinalized ()
bool finalized = 1000;
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.
長さ
getNumElements ()
 The number of elements in the snapshot.
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
長さ
getバージョン()
 Version of the snapshot data file format.
最終ブール値
スナップショットメタデータレコード.ビルダー
mergeFrom (com.google.protobuf.Message other)
スナップショットメタデータレコード.ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
最終的なSnapshotMetadataRecord.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
スナップショットメタデータレコード.ビルダー
setCreationTimestamp (長い値)
 Time when we started creating this snapshot.
スナップショットメタデータレコード.ビルダー
setDtype (int インデックス、 DataType値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
setDtypeValue (int インデックス、int 値)
 A list of tensor dtype corresponding to each element of the snapshot.
スナップショットメタデータレコード.ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
スナップショットメタデータレコード.ビルダー
setFinalized (ブール値)
bool finalized = 1000;
スナップショットメタデータレコード.ビルダー
setGraphHash (文字列値)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
スナップショットメタデータレコード.ビルダー
setGraphHashBytes (com.google.protobuf.ByteString 値)
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
スナップショットメタデータレコード.ビルダー
setNumElements (長い値)
 The number of elements in the snapshot.
スナップショットメタデータレコード.ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
スナップショットメタデータレコード.ビルダー
setRunId (文字列値)
 Run ID that this snapshot corresponds to.
スナップショットメタデータレコード.ビルダー
setRunIdBytes (com.google.protobuf.ByteString 値)
 Run ID that this snapshot corresponds to.
最終的なSnapshotMetadataRecord.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
スナップショットメタデータレコード.ビルダー
setVersion (長い値)
 Version of the snapshot data file format.

継承されたメソッド

パブリックメソッド

public SnapshotMetadataRecord.Builder addAllDtype (Iterable<? extends DataType > 値)

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

public SnapshotMetadataRecord.Builder addAllDtypeValue (Iterable<Integer> 値)

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

public SnapshotMetadataRecord.Builder addDtype ( DataType値)

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

public SnapshotMetadataRecord.Builder addDtypeValue (int 値)

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

public SnapshotMetadataRecord.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SnapshotMetadataRecord build ()

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

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

public SnapshotMetadataRecord.Builderクローン()

public long getCreationTimestamp ()

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

public SnapshotMetadataRecord getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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

public List< DataType > getDtypeList ()

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

public int getDtypeValue (int インデックス)

 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;

パブリック 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;

パブリック 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;

パブリック最終ブール値isInitialized ()

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

public SnapshotMetadataRecord.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public Final SnapshotMetadataRecord.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SnapshotMetadataRecord.Builder setCreationTimestamp (長い値)

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

public SnapshotMetadataRecord.Builder setDtype (int インデックス、 DataType値)

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

public SnapshotMetadataRecord.Builder setDtypeValue (int インデックス、int 値)

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

public SnapshotMetadataRecord.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SnapshotMetadataRecord.Builder setFinalized (ブール値)

bool finalized = 1000;

public SnapshotMetadataRecord.Builder setGraphHash (文字列値)

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

public SnapshotMetadataRecord.Builder setGraphHashBytes (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 (長い値)

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

public SnapshotMetadataRecord.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public SnapshotMetadataRecord.Builder setRunId (文字列値)

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

public SnapshotMetadataRecord.Builder setRunIdBytes (com.google.protobuf.ByteString 値)

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

public Final SnapshotMetadataRecord.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SnapshotMetadataRecord.Builder setVersion (長い値)

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