SnapshotMetadataRecord

パブリック最終クラスSnapshotMetadataRecord

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

ネストされたクラス

クラススナップショットメタデータレコード.ビルダー
 This stores the metadata information present in each snapshot record. 

定数

整数CREATION_TIMESTAMP_FIELD_NUMBER
整数DTYPE_FIELD_NUMBER
整数FINALIZED_FIELD_NUMBER
整数GRAPH_HASH_FIELD_NUMBER
整数NUM_ELEMENTS_FIELD_NUMBER
整数RUN_ID_FIELD_NUMBER
整数VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getCreationTimestamp ()
 Time when we started creating this snapshot.
静的スナップショットメタデータレコード
スナップショットメタデータレコード
最終的な静的 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.
整数
最終的な com.google.protobuf.UnknownFieldSet
長さ
getバージョン()
 Version of the snapshot data file format.
整数
最終ブール値
静的SnapshotMetadataRecord.Builder
静的SnapshotMetadataRecord.Builder
newBuilder ( SnapshotMetadataRecordプロトタイプ)
スナップショットメタデータレコード.ビルダー
静的スナップショットメタデータレコード
parseDelimitedFrom (InputStream 入力)
静的スナップショットメタデータレコード
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的スナップショットメタデータレコード
parseFrom (ByteBuffer データ)
静的スナップショットメタデータレコード
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的スナップショットメタデータレコード
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的スナップショットメタデータレコード
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的スナップショットメタデータレコード
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的スナップショットメタデータレコード
parseFrom (com.google.protobuf.ByteString データ)
静的スナップショットメタデータレコード
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的スナップショットメタデータレコード
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
スナップショットメタデータレコード.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数CREATION_TIMESTAMP_FIELD_NUMBER

定数値: 3

パブリック静的最終整数DTYPE_FIELD_NUMBER

定数値: 5

パブリック静的最終整数FINALIZED_FIELD_NUMBER

定数値: 1000

パブリック静的最終整数GRAPH_HASH_FIELD_NUMBER

定数値: 1

パブリック静的最終整数NUM_ELEMENTS_FIELD_NUMBER

定数値: 6

パブリック静的最終整数RUN_ID_FIELD_NUMBER

定数値: 2

パブリック静的最終整数VERSION_FIELD_NUMBER

定数値: 4

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public long getCreationTimestamp ()

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

public static SnapshotMetadataRecord getDefaultInstance ()

public SnapshotMetadataRecord getDefaultInstanceForType ()

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

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;

公共getParserForType ()

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

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

public static SnapshotMetadataRecord.Builder newBuilder ()

public static SnapshotMetadataRecord.Builder newBuilder ( SnapshotMetadataRecordプロトタイプ)

public SnapshotMetadataRecord.Builder newBuilderForType ()

public static SnapshotMetadataRecord parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static SnapshotMetadataRecord parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SnapshotMetadataRecord parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static SnapshotMetadataRecord parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SnapshotMetadataRecord parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SnapshotMetadataRecord parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static SnapshotMetadataRecord parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SnapshotMetadataRecord parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static SnapshotMetadataRecord parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SnapshotMetadataRecord parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public SnapshotMetadataRecord.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外