SummaryMetadata

পাবলিক ফাইনাল ক্লাস সারাংশ মেটাডেটা

 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value.
 
Protobuf টাইপ tensorflow.SummaryMetadata

নেস্টেড ক্লাস

ক্লাস SummaryMetadata.Builder
 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value. 
ক্লাস SummaryMetadata.PluginData Protobuf টাইপ tensorflow.SummaryMetadata.PluginData
ইন্টারফেস SummaryMetadata.PluginDataOrBuilder

ধ্রুবক

int DATA_CLASS_FIELD_NUMBER
int DISPLAY_NAME_FIELD_NUMBER
int PLUGIN_DATA_FIELD_NUMBER
int SUMMARY_DESCRIPTION_FIELD_NUMBER

পাবলিক পদ্ধতি

বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
ডেটাক্লাস
getDataClass ()
 Class of data stored in this time series.
int
getDataClassValue ()
 Class of data stored in this time series.
স্ট্যাটিক সারাংশ মেটাডেটা
সারাংশ মেটাডেটা
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
স্ট্রিং
getDisplayName ()
 Display name for viewing in TensorBoard.
com.google.protobuf.ByteString
GetDisplayNameBytes ()
 Display name for viewing in TensorBoard.
SummaryMetadata.PluginData
getPluginData ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
int
স্ট্রিং
getSummaryDescription ()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
চূড়ান্ত com.google.protobuf.UnknownFieldSet
বুলিয়ান
hasPluginData ()
 Data that associates a summary with a certain plugin.
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক সারাংশ মেটাডেটা. বিল্ডার
newBuilder ( সারাংশ মেটাডেটা প্রোটোটাইপ)
স্ট্যাটিক সারাংশ মেটাডেটা. বিল্ডার
SummaryMetadata.Builder
স্ট্যাটিক সারাংশ মেটাডেটা
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক সারাংশ মেটাডেটা
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক সারাংশ মেটাডেটা
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক সারাংশ মেটাডেটা
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক সারাংশ মেটাডেটা
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক সারাংশ মেটাডেটা
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক সারাংশ মেটাডেটা
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক সারাংশ মেটাডেটা
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক সারাংশ মেটাডেটা
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক সারাংশ মেটাডেটা
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
SummaryMetadata.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

DATA_CLASS_FIELD_NUMBER সর্বজনীন স্ট্যাটিক চূড়ান্ত int

ধ্রুবক মান: 4

DISPLAY_NAME_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 2

PLUGIN_DATA_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 1

পাবলিক স্ট্যাটিক ফাইনাল int SUMMARY_DESCRIPTION_FIELD_NUMBER

ধ্রুবক মান: 3

পাবলিক পদ্ধতি

পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)

সর্বজনীন ডেটাক্লাস getDataClass ()

 Class of data stored in this time series. Required for compatibility with
 TensorBoard's generic data facilities (`DataProvider`, et al.). This value
 imposes constraints on the dtype and shape of the corresponding tensor
 values. See `DataClass` docs for details.
 
.tensorflow.DataClass data_class = 4;

পাবলিক int getDataClassValue ()

 Class of data stored in this time series. Required for compatibility with
 TensorBoard's generic data facilities (`DataProvider`, et al.). This value
 imposes constraints on the dtype and shape of the corresponding tensor
 values. See `DataClass` docs for details.
 
.tensorflow.DataClass data_class = 4;

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা getDefaultInstance ()

সর্বজনীন সারাংশ মেটাডেটা getDefaultInstanceForType ()

পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()

সর্বজনীন স্ট্রিং getDisplayName ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

সর্বজনীন com.google.protobuf.ByteString getDisplayNameBytes ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

পাবলিক getParserForType ()

সর্বজনীন সারাংশ মেটাডেটা। প্লাগইনডেটা getPluginData ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

সর্বজনীন সারাংশ মেটাডেটা। প্লাগইনডেটাঅরবিল্ডার getPluginDataOrBuilder ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

পাবলিক int getSerializedSize ()

সর্বজনীন স্ট্রিং getSummaryDescription ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

সর্বজনীন com.google.protobuf.ByteString getSummaryDescriptionBytes ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

সর্বজনীন চূড়ান্ত com.google.protobuf.UnknownFieldSet getUnknownFields ()

পাবলিক বুলিয়ান আছে প্লাগইনডেটা ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

পাবলিক int হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক সারাংশ মেটাডাটা. বিল্ডার নিউ বিল্ডার ( সারাংশ মেটাডেটা প্রোটোটাইপ)

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা। বিল্ডার newBuilder ()

সর্বজনীন সারাংশ মেটাডেটা। বিল্ডার newBuilderForType ()

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (বাইটবাফার ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক সারাংশ মেটাডেটা পার্সফ্রম (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

সর্বজনীন সারাংশ মেটাডেটা। বিল্ডার থেকে বিল্ডার ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IO ব্যতিক্রম