SavedUserObjectOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
SavedUserObject |
A SavedUserObject is an object (in the object-oriented language of the
TensorFlow program) of some user- or framework-defined class other than
those handled specifically by the other kinds of SavedObjects. |
SavedUserObject.Builder |
A SavedUserObject is an object (in the object-oriented language of the
TensorFlow program) of some user- or framework-defined class other than
those handled specifically by the other kinds of SavedObjects. |
|
Public Methods
abstract
String
|
getIdentifier()
Corresponds to a registration of the type to use in the loading program.
|
abstract
com.google.protobuf.ByteString
|
getIdentifierBytes()
Corresponds to a registration of the type to use in the loading program.
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
VersionDef
|
getVersion()
Version information from the producer of this SavedUserObject.
|
abstract
VersionDefOrBuilder
|
|
abstract
boolean
|
hasVersion()
Version information from the producer of this SavedUserObject.
|
Public Methods
public
abstract
String
getIdentifier
()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
public
abstract
com.google.protobuf.ByteString
getIdentifierBytes
()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
Initialization-related metadata.
string metadata = 3;
Initialization-related metadata.
string metadata = 3;
public
abstract
VersionDef
getVersion
()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
public
abstract
VersionDefOrBuilder
getVersionOrBuilder
()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
public
abstract
boolean
hasVersion
()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
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,["# SavedUserObjectOrBuilder\n\npublic interface **SavedUserObjectOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SavedUserObject](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObject), [SavedUserObject.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObject.Builder) |------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [SavedUserObject](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObject) | ``` A SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects. ``` | | [SavedUserObject.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObject.Builder) | ``` A SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects. ``` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getIdentifier](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getIdentifier())() ``` Corresponds to a registration of the type to use in the loading program. ``` |\n| abstract com.google.protobuf.ByteString | [getIdentifierBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getIdentifierBytes())() ``` Corresponds to a registration of the type to use in the loading program. ``` |\n| abstract String | [getMetadata](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getMetadata())() ``` Initialization-related metadata. ``` |\n| abstract com.google.protobuf.ByteString | [getMetadataBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getMetadataBytes())() ``` Initialization-related metadata. ``` |\n| abstract [VersionDef](/jvm/api_docs/java/org/tensorflow/proto/framework/VersionDef) | [getVersion](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getVersion())() ``` Version information from the producer of this SavedUserObject. ``` |\n| abstract [VersionDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/VersionDefOrBuilder) | [getVersionOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#getVersionOrBuilder())() ``` Version information from the producer of this SavedUserObject. ``` |\n| abstract boolean | [hasVersion](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedUserObjectOrBuilder#hasVersion())() ``` Version information from the producer of this SavedUserObject. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getIdentifier**\n()\n\n\u003cbr /\u003e\n\n```\n Corresponds to a registration of the type to use in the loading program.\n \n```\n`string identifier = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getIdentifierBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Corresponds to a registration of the type to use in the loading program.\n \n```\n`string identifier = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getMetadata**\n()\n\n\u003cbr /\u003e\n\n```\n Initialization-related metadata.\n \n```\n`string metadata = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getMetadataBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Initialization-related metadata.\n \n```\n`string metadata = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [VersionDef](/jvm/api_docs/java/org/tensorflow/proto/framework/VersionDef)\n**getVersion**\n()\n\n\u003cbr /\u003e\n\n```\n Version information from the producer of this SavedUserObject.\n \n```\n`.tensorflow.VersionDef version = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [VersionDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/VersionDefOrBuilder)\n**getVersionOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Version information from the producer of this SavedUserObject.\n \n```\n`.tensorflow.VersionDef version = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasVersion**\n()\n\n\u003cbr /\u003e\n\n```\n Version information from the producer of this SavedUserObject.\n \n```\n`.tensorflow.VersionDef version = 2;`\n\n\u003cbr /\u003e"]]