SummaryMetadataOrBuilder

ממשק ציבורי SummaryMetadataOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט DataClass
getDataClass ()
 Class of data stored in this time series.
מופשט int
getDataClassValue ()
 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
getPluginData ()
 Data that associates a summary with a certain plugin.
תקציר SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
מחרוזת מופשטת
getSummaryDescription ()
 Longform readable description of the summary sequence.
תקציר com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
בוליאני מופשט
hasPluginData ()
 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;

תקציר ציבורי 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;