SnapshotMetadataRecordOrBuilder
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
long
|
|
abstract
DataType
|
getDtype(int index)
A list of tensor dtype corresponding to each element of the snapshot.
|
abstract
int
|
getDtypeCount()
A list of tensor dtype corresponding to each element of the snapshot.
|
abstract
List<DataType>
|
getDtypeList()
A list of tensor dtype corresponding to each element of the snapshot.
|
abstract
int
|
getDtypeValue(int index)
A list of tensor dtype corresponding to each element of the snapshot.
|
abstract
List<Integer>
|
getDtypeValueList()
A list of tensor dtype corresponding to each element of the snapshot.
|
abstract
boolean
|
|
abstract
String
|
getGraphHash()
Stores the fingerprint of the graph that describes the dataset that is
snapshotted.
|
abstract
com.google.protobuf.ByteString
|
getGraphHashBytes()
Stores the fingerprint of the graph that describes the dataset that is
snapshotted.
|
abstract
long
|
|
abstract
String
|
getRunId()
Run ID that this snapshot corresponds to.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
getVersion()
Version of the snapshot data file format.
|
Public Methods
public
abstract
long
getCreationTimestamp
()
Time when we started creating this snapshot.
int64 creation_timestamp = 3;
public
abstract
DataType
getDtype
(int index)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5;
public
abstract
int
getDtypeCount
()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5;
public
abstract
List<DataType>
getDtypeList
()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5;
public
abstract
int
getDtypeValue
(int index)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5;
public
abstract
List<Integer>
getDtypeValueList
()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5;
public
abstract
boolean
getFinalized
()
public
abstract
String
getGraphHash
()
Stores the fingerprint of the graph that describes the dataset that is
snapshotted.
string graph_hash = 1;
public
abstract
com.google.protobuf.ByteString
getGraphHashBytes
()
Stores the fingerprint of the graph that describes the dataset that is
snapshotted.
string graph_hash = 1;
public
abstract
long
getNumElements
()
The number of elements in the snapshot.
int64 num_elements = 6;
public
abstract
String
getRunId
()
Run ID that this snapshot corresponds to.
string run_id = 2;
public
abstract
com.google.protobuf.ByteString
getRunIdBytes
()
Run ID that this snapshot corresponds to.
string run_id = 2;
public
abstract
long
getVersion
()
Version of the snapshot data file format.
int64 version = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# SnapshotMetadataRecordOrBuilder\n\npublic interface **SnapshotMetadataRecordOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SnapshotMetadataRecord](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecord), [SnapshotMetadataRecord.Builder](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecord.Builder) |----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| | [SnapshotMetadataRecord](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecord) | ``` This stores the metadata information present in each snapshot record. ``` | | [SnapshotMetadataRecord.Builder](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecord.Builder) | ``` This stores the metadata information present in each snapshot record. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getCreationTimestamp](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getCreationTimestamp())() ``` Time when we started creating this snapshot. ``` |\n| abstract [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType) | [getDtype](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getDtype(int))(int index) ``` A list of tensor dtype corresponding to each element of the snapshot. ``` |\n| abstract int | [getDtypeCount](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getDtypeCount())() ``` A list of tensor dtype corresponding to each element of the snapshot. ``` |\n| abstract List\\\u003c[DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType)\\\u003e | [getDtypeList](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getDtypeList())() ``` A list of tensor dtype corresponding to each element of the snapshot. ``` |\n| abstract int | [getDtypeValue](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getDtypeValue(int))(int index) ``` A list of tensor dtype corresponding to each element of the snapshot. ``` |\n| abstract List\\\u003cInteger\\\u003e | [getDtypeValueList](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getDtypeValueList())() ``` A list of tensor dtype corresponding to each element of the snapshot. ``` |\n| abstract boolean | [getFinalized](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getFinalized())() `bool finalized = 1000;` |\n| abstract String | [getGraphHash](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getGraphHash())() ``` Stores the fingerprint of the graph that describes the dataset that is snapshotted. ``` |\n| abstract com.google.protobuf.ByteString | [getGraphHashBytes](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getGraphHashBytes())() ``` Stores the fingerprint of the graph that describes the dataset that is snapshotted. ``` |\n| abstract long | [getNumElements](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getNumElements())() ``` The number of elements in the snapshot. ``` |\n| abstract String | [getRunId](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getRunId())() ``` Run ID that this snapshot corresponds to. ``` |\n| abstract com.google.protobuf.ByteString | [getRunIdBytes](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getRunIdBytes())() ``` Run ID that this snapshot corresponds to. ``` |\n| abstract long | [getVersion](/jvm/api_docs/java/org/tensorflow/proto/data/experimental/SnapshotMetadataRecordOrBuilder#getVersion())() ``` Version of the snapshot data file format. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getCreationTimestamp**\n()\n\n\u003cbr /\u003e\n\n```\n Time when we started creating this snapshot.\n \n```\n`int64 creation_timestamp = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType)\n**getDtype**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of tensor dtype corresponding to each element of the snapshot.\n \n```\n`repeated .tensorflow.DataType dtype = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getDtypeCount**\n()\n\n\u003cbr /\u003e\n\n```\n A list of tensor dtype corresponding to each element of the snapshot.\n \n```\n`repeated .tensorflow.DataType dtype = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType)\\\u003e\n**getDtypeList**\n()\n\n\u003cbr /\u003e\n\n```\n A list of tensor dtype corresponding to each element of the snapshot.\n \n```\n`repeated .tensorflow.DataType dtype = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getDtypeValue**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of tensor dtype corresponding to each element of the snapshot.\n \n```\n`repeated .tensorflow.DataType dtype = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cInteger\\\u003e\n**getDtypeValueList**\n()\n\n\u003cbr /\u003e\n\n```\n A list of tensor dtype corresponding to each element of the snapshot.\n \n```\n`repeated .tensorflow.DataType dtype = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**getFinalized**\n()\n\n`bool finalized = 1000;` \n\n#### public abstract String\n**getGraphHash**\n()\n\n\u003cbr /\u003e\n\n```\n Stores the fingerprint of the graph that describes the dataset that is\n snapshotted.\n \n```\n`string graph_hash = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getGraphHashBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Stores the fingerprint of the graph that describes the dataset that is\n snapshotted.\n \n```\n`string graph_hash = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getNumElements**\n()\n\n\u003cbr /\u003e\n\n```\n The number of elements in the snapshot.\n \n```\n`int64 num_elements = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getRunId**\n()\n\n\u003cbr /\u003e\n\n```\n Run ID that this snapshot corresponds to.\n \n```\n`string run_id = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getRunIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Run ID that this snapshot corresponds to.\n \n```\n`string run_id = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getVersion**\n()\n\n\u003cbr /\u003e\n\n```\n Version of the snapshot data file format.\n \n```\n`int64 version = 4;`\n\n\u003cbr /\u003e"]]