PlatformInfo.Builder

کلاس نهایی استاتیک عمومی PlatformInfo.Builder

نوع Protobuf tensorflow.PlatformInfo

روش های عمومی

PlatformInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
PlatformInfo
PlatformInfo
PlatformInfo.Builder
PlatformInfo.Builder
clearBits ()
 e.g.
PlatformInfo.Builder
clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)
PlatformInfo.Builder
clearLinkage ()
 e.g.
PlatformInfo.Builder
PlatformInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
PlatformInfo.Builder
clearRelease ()
 e.g.
PlatformInfo.Builder
clearSystem ()
 e.g.
PlatformInfo.Builder
clearVersion ()
 e.g.
PlatformInfo.Builder
رشته
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
PlatformInfo
نهایی static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
رشته
getLinkage ()
 e.g.
com.google.protobuf.ByteString
رشته
getMachine ()
 e.g.
com.google.protobuf.ByteString
رشته
getRelease ()
 e.g.
com.google.protobuf.ByteString
رشته
getSystem ()
 e.g.
com.google.protobuf.ByteString
رشته
getVersion ()
 e.g.
com.google.protobuf.ByteString
بولی نهایی
PlatformInfo.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo.Builder
mergeFrom (com.google.protobuf.Message other)
PlatformInfo.Builder نهایی
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
PlatformInfo.Builder
setBits (مقدار رشته)
 e.g.
PlatformInfo.Builder
setBitsBytes (مقدار com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
PlatformInfo.Builder
setLinkage (مقدار رشته)
 e.g.
PlatformInfo.Builder
setLinkageBytes (مقدار com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setMachine (مقدار رشته)
 e.g.
PlatformInfo.Builder
setMachineBytes (com.google.protobuf.ByteString مقدار)
 e.g.
PlatformInfo.Builder
setRelease (مقدار رشته)
 e.g.
PlatformInfo.Builder
setReleaseBytes (مقدار com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
PlatformInfo.Builder
setSystem (مقدار رشته)
 e.g.
PlatformInfo.Builder
setSystemBytes (مقدار com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder نهایی
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
PlatformInfo.Builder
setVersion (مقدار رشته)
 e.g.
PlatformInfo.Builder
setVersionBytes (مقدار com.google.protobuf.ByteString)
 e.g.

روش های ارثی

روش های عمومی

public PlatformInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

ساخت عمومی PlatformInfo ()

عمومی PlatformInfo buildPartial ()

public PlatformInfo.Builder clear ()

عمومی PlatformInfo.Builder clearBits ()

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo.Builder clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)

عمومی PlatformInfo.Builder clearLinkage ()

string linkage = 2;

 e.g. 'ELF'
 
= 2;

عمومی PlatformInfo.Builder clearMachine ()

ماشین رشته

 e.g. 'i386'
 
string machine = 3;

عمومی PlatformInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

عمومی PlatformInfo.Builder clearRelease ()

انتشار رشته

 e.g. '3.13.0-76-generic'
 
string release = 4;

عمومی PlatformInfo.Builder clearSystem ()

 e.g. 'Linux'
 
string system = 5;

عمومی PlatformInfo.Builder clearVersion ()

نسخه رشته

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

کلون عمومی PlatformInfo.Builder ()

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

 e.g. '64bit'
 
string bits = 1;

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

 e.g. '64bit'
 
string bits = 1;

عمومی PlatformInfo getDefaultInstanceForType ()

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

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

string linkage = 2;

 e.g. 'ELF'
 
= 2;

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

string linkage = 2;

 e.g. 'ELF'
 
= 2;

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

ماشین رشته

 e.g. 'i386'
 
string machine = 3;

public com.google.protobuf.ByteString getMachineBytes ()

ماشین رشته

 e.g. 'i386'
 
string machine = 3;

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

انتشار رشته

 e.g. '3.13.0-76-generic'
 
string release = 4;

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

انتشار رشته

 e.g. '3.13.0-76-generic'
 
string release = 4;

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

 e.g. 'Linux'
 
string system = 5;

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

 e.g. 'Linux'
 
string system = 5;

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

نسخه رشته

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

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

نسخه رشته

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

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

عمومی PlatformInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی PlatformInfo.Builder mergeFrom (com.google.protobuf.Message other)

نهایی عمومی PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی PlatformInfo.Builder setBits (مقدار رشته)

 e.g. '64bit'
 
string bits = 1;

عمومی PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString مقدار)

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

عمومی PlatformInfo.Builder setLinkage (مقدار رشته)

string linkage = 2;

 e.g. 'ELF'
 
= 2;

عمومی PlatformInfo.Builder setLinkageBytes (مقدار com.google.protobuf.ByteString)

string linkage = 2;

 e.g. 'ELF'
 
= 2;

عمومی PlatformInfo.Builder setMachine (مقدار رشته)

دستگاه رشته

 e.g. 'i386'
 
string machine = 3;

عمومی PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString مقدار)

ماشین رشته

 e.g. 'i386'
 
string machine = 3;

عمومی PlatformInfo.Builder setRelease (مقدار رشته)

انتشار رشته

 e.g. '3.13.0-76-generic'
 
string release = 4;

عمومی 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 index, Object value)

عمومی PlatformInfo.Builder setSystem (مقدار رشته)

 e.g. 'Linux'
 
string system = 5;

عمومی PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString مقدار)

 e.g. 'Linux'
 
string system = 5;

نهایی عمومی PlatformInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public PlatformInfo.Builder setVersion (مقدار رشته)

نسخه رشته

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

عمومی PlatformInfo.Builder setVersionBytes (مقدار com.google.protobuf.ByteString)

نسخه رشته

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;