SummaryMetadataOrBuilder

общедоступный интерфейс SummaryMetadataOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный класс данных
ПолучитьКлассДанных ()
 Class of data stored in this time series.
абстрактный int
получитьЗначениеКлассаДанных ()
 Class of data stored in this time series.
абстрактная строка
getDisplayName ()
 Display name for viewing in TensorBoard.
абстрактный com.google.protobuf.ByteString
getDisplayNameBytes ()
 Display name for viewing in TensorBoard.
абстрактный SummaryMetadata.PluginData
получить данные плагина ()
 Data that associates a summary with a certain plugin.
абстрактный SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
абстрактная строка
получитьСводноеОписание ()
 Longform readable description of the summary sequence.
абстрактный com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
абстрактное логическое значение
имеетПлагинДанные ()
 Data that associates a summary with a certain plugin.

Публичные методы

общедоступный абстрактный класс данных 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;

общедоступная аннотация SummaryMetadata.PluginData getPluginData ()

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

публичный абстрактный SummaryMetadata.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;