SummaryMetadataOrBuilder

genel arayüz SummaryMetadataOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Veri Sınıfı
getDataClass ()
 Class of data stored in this time series.
soyut int
getDataClassValue ()
 Class of data stored in this time series.
soyut Dize
getDisplayName ()
 Display name for viewing in TensorBoard.
abstract com.google.protobuf.ByteString
getDisplayNameBytes ()
 Display name for viewing in TensorBoard.
özet SummaryMetadata.PluginData
PluginData'yı al ()
 Data that associates a summary with a certain plugin.
özet SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
soyut Dize
getSummaryDescription ()
 Longform readable description of the summary sequence.
abstract com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
soyut boole
PluginData'ya sahiptir ()
 Data that associates a summary with a certain plugin.

Genel Yöntemler

genel özet 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;

genel özet 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;

genel özet Dize getDisplayName ()

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

genel özet com.google.protobuf.ByteString getDisplayNameBytes ()

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

genel özet SummaryMetadata.PluginData getPluginData ()

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

genel özet SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

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

genel özet String getSummaryDescription ()

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

genel özet com.google.protobuf.ByteString getSummaryDescriptionBytes ()

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

genel soyut boolean hasPluginData ()

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