PlatformInfoOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getBits
()
e.g. '64bit'
string bits = 1;
public
abstract
com.google.protobuf.ByteString
getBitsBytes
()
e.g. '64bit'
string bits = 1;
public
abstract
String
getLinkage
()
e.g. 'ELF'
string linkage = 2;
public
abstract
com.google.protobuf.ByteString
getLinkageBytes
()
e.g. 'ELF'
string linkage = 2;
public
abstract
String
getMachine
()
e.g. 'i386'
string machine = 3;
public
abstract
com.google.protobuf.ByteString
getMachineBytes
()
e.g. 'i386'
string machine = 3;
public
abstract
String
getRelease
()
e.g. '3.13.0-76-generic'
string release = 4;
public
abstract
com.google.protobuf.ByteString
getReleaseBytes
()
e.g. '3.13.0-76-generic'
string release = 4;
public
abstract
String
getSystem
()
e.g. 'Linux'
string system = 5;
public
abstract
com.google.protobuf.ByteString
getSystemBytes
()
e.g. 'Linux'
string system = 5;
public
abstract
String
getVersion
()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;
public
abstract
com.google.protobuf.ByteString
getVersionBytes
()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;
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,["# PlatformInfoOrBuilder\n\npublic interface **PlatformInfoOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [PlatformInfo](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfo), [PlatformInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfo.Builder) |---------------------------------------------------------------------------------------------------|-----------------------------------------| | [PlatformInfo](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfo) | Protobuf type `tensorflow.PlatformInfo` | | [PlatformInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfo.Builder) | Protobuf type `tensorflow.PlatformInfo` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getBits](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getBits())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getBitsBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getBitsBytes())() ``` e.g. ``` |\n| abstract String | [getLinkage](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getLinkage())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getLinkageBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getLinkageBytes())() ``` e.g. ``` |\n| abstract String | [getMachine](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getMachine())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getMachineBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getMachineBytes())() ``` e.g. ``` |\n| abstract String | [getRelease](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getRelease())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getReleaseBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getReleaseBytes())() ``` e.g. ``` |\n| abstract String | [getSystem](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getSystem())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getSystemBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getSystemBytes())() ``` e.g. ``` |\n| abstract String | [getVersion](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getVersion())() ``` e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getVersionBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/PlatformInfoOrBuilder#getVersionBytes())() ``` e.g. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getBits**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '64bit'\n \n```\n`string bits = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getBitsBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '64bit'\n \n```\n`string bits = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getLinkage**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'ELF'\n \n```\n`string linkage = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getLinkageBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'ELF'\n \n```\n`string linkage = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getMachine**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'i386'\n \n```\n`string machine = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getMachineBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'i386'\n \n```\n`string machine = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getRelease**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '3.13.0-76-generic'\n \n```\n`string release = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getReleaseBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '3.13.0-76-generic'\n \n```\n`string release = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getSystem**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'Linux'\n \n```\n`string system = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getSystemBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. 'Linux'\n \n```\n`string system = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getVersion**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'\n \n```\n`string version = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getVersionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'\n \n```\n`string version = 6;`\n\n\u003cbr /\u003e"]]