SnapshotMetadataRecord

کلاس نهایی عمومی SnapshotMetadataRecord

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

کلاس های تو در تو

کلاس SnapshotMetadataRecord.Builder
 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

روش های عمومی

بولی
برابر است (object obj)
طولانی
getCreationTimestamp ()
 Time when we started creating this snapshot.
Snapshot MetadataRecord ثابت
SnapshotMetadataRecord
نهایی static 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.
بولی
دریافت نهایی ()
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 نهایی
طولانی
getVersion ()
 Version of the snapshot data file format.
بین المللی
بولی نهایی
Static SnapshotMetadataRecord.Builder
Static SnapshotMetadataRecord.Builder
newBuilder (نمونه اولیه SnapshotMetadataRecord )
SnapshotMetadataRecord.Builder
Snapshot MetadataRecord ثابت
parseDelimitedFrom (ورودی جریان ورودی)
Snapshot MetadataRecord ثابت
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot MetadataRecord ثابت
parseFrom (داده های ByteBuffer)
Snapshot MetadataRecord ثابت
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot MetadataRecord ثابت
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot MetadataRecord ثابت
parseFrom (ورودی com.google.protobuf.CodedInputStream)
Snapshot MetadataRecord ثابت
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot MetadataRecord ثابت
parseFrom (داده های com.google.protobuf.ByteString)
Snapshot MetadataRecord ثابت
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot MetadataRecord ثابت
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
SnapshotMetadataRecord.Builder
خالی
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

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی طولانی getCreationTimestamp ()

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

عمومی استاتیک SnapshotMetadataRecord getDefaultInstance ()

عمومی SnapshotMetadataRecord getDefaultInstanceForType ()

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

عمومی DataType getDtype (int index)

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

عمومی int getDtypeCount ()

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

فهرست عمومی< DataType > getDtypeList ()

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

عمومی int getDtypeValue (شاخص int)

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

فهرست عمومی <Integer> getDtypeValueList ()

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

دریافت نهایی بولی عمومی ()

bool finalized = 1000;

رشته عمومی 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 ()

رشته عمومی getRunId ()

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

عمومی com.google.protobuf.ByteString getRunIdBytes ()

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

عمومی int getSerializedSize ()

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

دریافت نسخه عمومی طولانی ()

نسخه

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

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک SnapshotMetadataRecord.Builder newBuilder ()

عمومی استاتیک SnapshotMetadataRecord.Builder newBuilder (نمونه اولیه SnapshotMetadataRecord )

عمومی SnapshotMetadataRecord.Builder newBuilderForType ()

عمومی استاتیک SnapshotMetadataRecord parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک SnapshotMetadataRecord parseDelimitedFrom (ورودی جریان ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SnapshotMetadataRecord parseFrom (داده بایت بافر)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک SnapshotMetadataRecord parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SnapshotMetadataRecord parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک SnapshotMetadataRecord parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک SnapshotMetadataRecord parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک SnapshotMetadataRecord parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک SnapshotMetadataRecord parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SnapshotMetadataRecord parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی SnapshotMetadataRecord.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException