SummaryMetadataOrBuilder

interfejs publiczny SummaryMetadataOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna Klasa Danych
pobierzDataClass ()
 Class of data stored in this time series.
streszczenie wew
getDataClassValue ()
 Class of data stored in this time series.
abstrakcyjny ciąg
pobierz nazwę wyświetlaną ()
 Display name for viewing in TensorBoard.
streszczenie com.google.protobuf.ByteString
getDisplayNameBytes ()
 Display name for viewing in TensorBoard.
streszczenie PodsumowanieMetadata.PluginData
pobierz dane wtyczki ()
 Data that associates a summary with a certain plugin.
streszczenie PodsumowanieMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
abstrakcyjny ciąg
pobierz opis podsumowania ()
 Longform readable description of the summary sequence.
streszczenie com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
abstrakcyjna wartość logiczna
maDane wtyczki ()
 Data that associates a summary with a certain plugin.

Metody publiczne

publiczna abstrakcja 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;

publiczna abstrakcja 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;

publiczny ciąg abstrakcyjny getDisplayName ()

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

publiczna abstrakcja com.google.protobuf.ByteString getDisplayNameBytes ()

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

publiczne streszczenie SummaryMetadata.PluginData getPluginData ()

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

publiczne streszczenie SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

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

publiczne streszczenie String getSummaryDescription ()

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

publiczne streszczenie com.google.protobuf.ByteString getSummaryDescriptionBytes ()

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

publiczna wartość logiczna abstrakcyjna maPluginData ()

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