ملخص الواجهة العامة MetadataOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| فئة بيانات مجردة | الحصول على البيانات () Class of data stored in this time series. |
| كثافة العمليات مجردة | الحصول على DataClassValue () Class of data stored in this time series. |
| سلسلة مجردة | الحصول على اسم العرض () Display name for viewing in TensorBoard. |
| مجردة com.google.protobuf.ByteString | الحصول علىDisplayNameBytes () Display name for viewing in TensorBoard. |
| ملخص مجردة Metadata.PluginData | الحصول على بيانات المساعد () Data that associates a summary with a certain plugin. |
| ملخص ملخص Metadata.PluginDataOrBuilder | الحصول علىPluginDataOrBuilder () Data that associates a summary with a certain plugin. |
| سلسلة مجردة | الحصول على ملخص الوصف () Longform readable description of the summary sequence. |
| مجردة com.google.protobuf.ByteString | الحصول على ملخص الوصف بايت () Longform readable description of the summary sequence. |
| منطقية مجردة | لديهPluginData () Data that associates a summary with a certain plugin. |
الأساليب العامة
الملخص العام DataClass 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; سلسلة 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; ملخص الملخص العام Metadata.PluginData getPluginData ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1; ملخص الملخص العام Metadata.PluginDataOrBuilder getPluginDataOrBuilder ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1; سلسلة الملخص العامة 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; الملخص المنطقي العام hasPluginData ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;