パブリック静的最終クラスPlatformInfo.Builder
Protobuf 型tensorflow.PlatformInfo
パブリックメソッド
| プラットフォーム情報ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| プラットフォーム情報 | 建てる() |
| プラットフォーム情報 | buildPartial () |
| プラットフォーム情報ビルダー | クリア() |
| プラットフォーム情報ビルダー | クリアビッツ() e.g. |
| プラットフォーム情報ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
| プラットフォーム情報ビルダー | クリアリンケージ() e.g. |
| プラットフォーム情報ビルダー | クリアマシン() e.g. |
| プラットフォーム情報ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| プラットフォーム情報ビルダー | クリアリリース() e.g. |
| プラットフォーム情報ビルダー | クリアシステム() e.g. |
| プラットフォーム情報ビルダー | クリアバージョン() e.g. |
| プラットフォーム情報ビルダー | クローン() |
| 弦 | getBits () e.g. |
| com.google.protobuf.ByteString | getBitsBytes () e.g. |
| プラットフォーム情報 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getLinkage () e.g. |
| com.google.protobuf.ByteString | getLinkageBytes () e.g. |
| 弦 | getMachine () e.g. |
| com.google.protobuf.ByteString | getMachineBytes () e.g. |
| 弦 | getRelease () e.g. |
| com.google.protobuf.ByteString | getReleaseBytes () e.g. |
| 弦 | getシステム() e.g. |
| com.google.protobuf.ByteString | getSystemBytes () e.g. |
| 弦 | getバージョン() e.g. |
| com.google.protobuf.ByteString | getVersionBytes () e.g. |
| 最終ブール値 | |
| プラットフォーム情報ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| プラットフォーム情報ビルダー | mergeFrom (com.google.protobuf.Message other) |
| 最終的なPlatformInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
| プラットフォーム情報ビルダー | setBits (文字列値) e.g. |
| プラットフォーム情報ビルダー | setBitsBytes (com.google.protobuf.ByteString 値) e.g. |
| プラットフォーム情報ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| プラットフォーム情報ビルダー | setLinkage (文字列値) e.g. |
| プラットフォーム情報ビルダー | setLinkageBytes (com.google.protobuf.ByteString 値) e.g. |
| プラットフォーム情報ビルダー | setMachine (文字列値) e.g. |
| プラットフォーム情報ビルダー | setMachineBytes (com.google.protobuf.ByteString 値) e.g. |
| プラットフォーム情報ビルダー | setRelease (文字列値) e.g. |
| プラットフォーム情報ビルダー | setReleaseBytes (com.google.protobuf.ByteString 値) e.g. |
| プラットフォーム情報ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
| プラットフォーム情報ビルダー | setSystem (文字列値) e.g. |
| プラットフォーム情報ビルダー | setSystemBytes (com.google.protobuf.ByteString 値) e.g. |
| 最終的なPlatformInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| プラットフォーム情報ビルダー | setVersion (文字列値) e.g. |
| プラットフォーム情報ビルダー | setVersionBytes (com.google.protobuf.ByteString 値) e.g. |
継承されたメソッド
パブリックメソッド
public PlatformInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public PlatformInfo.Builder clearVersion ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; パブリック String getBits ()
e.g. '64bit'
string bits = 1; public com.google.protobuf.ByteString getBitsBytes ()
e.g. '64bit'
string bits = 1; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリック String getLinkage ()
e.g. 'ELF'
string linkage = 2; public com.google.protobuf.ByteString getLinkageBytes ()
e.g. 'ELF'
string linkage = 2; パブリック String getMachine ()
e.g. 'i386'
string machine = 3; public com.google.protobuf.ByteString getMachineBytes ()
e.g. 'i386'
string machine = 3; パブリック String getRelease ()
e.g. '3.13.0-76-generic'
string release = 4; public com.google.protobuf.ByteString getReleaseBytes ()
e.g. '3.13.0-76-generic'
string release = 4; public String getSystem ()
e.g. 'Linux'
string system = 5; public com.google.protobuf.ByteString getSystemBytes ()
e.g. 'Linux'
string system = 5; public String getVersion ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; public com.google.protobuf.ByteString getVersionBytes ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; パブリック最終ブール値isInitialized ()
public PlatformInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public Final PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString 値)
e.g. '64bit'
string bits = 1; public PlatformInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public PlatformInfo.Builder setLinkageBytes (com.google.protobuf.ByteString 値)
e.g. 'ELF'
string linkage = 2; public PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString 値)
e.g. 'i386'
string machine = 3; public PlatformInfo.Builder setReleaseBytes (com.google.protobuf.ByteString 値)
e.g. '3.13.0-76-generic'
string release = 4; public PlatformInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString 値)
e.g. 'Linux'
string system = 5; public PlatformInfo.Builder setVersion (文字列値)
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; public PlatformInfo.Builder setVersionBytes (com.google.protobuf.ByteString 値)
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;