পাবলিক স্ট্যাটিক ফাইনাল ক্লাস SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
পাবলিক পদ্ধতি
SourceFile.Builder | AddAllLines (Iterable<String> মান) Line-by-line content of the file. |
SourceFile.Builder | অ্যাডলাইনস (স্ট্রিং মান) Line-by-line content of the file. |
SourceFile.Builder | addLinesBytes (com.google.protobuf.ByteString মান) Line-by-line content of the file. |
SourceFile.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
সোর্সফাইল | নির্মাণ () |
সোর্সফাইল | বিল্ড আংশিক () |
SourceFile.Builder | পরিষ্কার () |
SourceFile.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র) |
SourceFile.Builder | clearFilePath () Path to the file. |
SourceFile.Builder | সাফ হোস্টনাম () Name of the host on which the file is located. |
SourceFile.Builder | পরিষ্কার লাইন () Line-by-line content of the file. |
SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SourceFile.Builder | ক্লোন () |
সোর্সফাইল | |
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
স্ট্রিং | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
স্ট্রিং | getHostName () Name of the host on which the file is located. |
com.google.protobuf.ByteString | getHostNameBytes () Name of the host on which the file is located. |
স্ট্রিং | getLines (int সূচক) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (int সূচক) Line-by-line content of the file. |
int | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
চূড়ান্ত বুলিয়ান | |
SourceFile.Builder | mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
SourceFile.Builder | mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান) |
চূড়ান্ত SourceFile.Builder | একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র) |
SourceFile.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
SourceFile.Builder | setFilePath (স্ট্রিং মান) Path to the file. |
SourceFile.Builder | setFilePathBytes (com.google.protobuf.ByteString মান) Path to the file. |
SourceFile.Builder | setHostName (স্ট্রিং মান) Name of the host on which the file is located. |
SourceFile.Builder | setHostNameBytes (com.google.protobuf.ByteString মান) Name of the host on which the file is located. |
SourceFile.Builder | সেটলাইনস (int সূচক, স্ট্রিং মান) Line-by-line content of the file. |
SourceFile.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান) |
চূড়ান্ত SourceFile.Builder | সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
পাবলিক পদ্ধতি
public SourceFile.Builder addAllLines (Iterable<String> মান)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLines (স্ট্রিং মান)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLinesBytes (com.google.protobuf.ByteString মান)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন SourceFile.Builder clearHostName ()
Name of the host on which the file is located.
string host_name = 2;
সর্বজনীন SourceFile.Builder clearLines ()
Line-by-line content of the file.
repeated string lines = 3;
পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()
সর্বজনীন com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
সর্বজনীন স্ট্রিং getFilePath ()
Path to the file.
string file_path = 1;
সর্বজনীন com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
সর্বজনীন স্ট্রিং getHostName ()
Name of the host on which the file is located.
string host_name = 2;
সর্বজনীন com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
পাবলিক স্ট্রিং গেটলাইনস (int সূচক)
Line-by-line content of the file.
repeated string lines = 3;
সর্বজনীন com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the file.
repeated string lines = 3;
পাবলিক int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
সর্বজনীন com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
সর্বজনীন SourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
সর্বজনীন চূড়ান্ত SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SourceFile.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, অবজেক্ট মান)
সর্বজনীন SourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString মান)
Path to the file.
string file_path = 1;
public SourceFile.Builder setHostName (স্ট্রিং মান)
Name of the host on which the file is located.
string host_name = 2;
সর্বজনীন SourceFile.Builder setHostNameBytes (com.google.protobuf.ByteString মান)
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder setLines (int index, String value)
Line-by-line content of the file.
repeated string lines = 3;