SummaryMetadata.Builder

genel statik son sınıf SummaryMetadata.Builder

 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value.
 
Protobuf türü tensorflow.SummaryMetadata

Genel Yöntemler

SummaryMetadata.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
ÖzetMeta veriler
ÖzetMeta veriler
SummaryMetadata.Builder
SummaryMetadata.Builder
clearDataClass ()
 Class of data stored in this time series.
SummaryMetadata.Builder
clearDisplayName ()
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
SummaryMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SummaryMetadata.Builder
clearPluginData ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
clearSummaryDescription ()
 Longform readable description of the summary sequence.
SummaryMetadata.Builder
klon ()
Veri Sınıfı
getDataClass ()
 Class of data stored in this time series.
int
getDataClassValue ()
 Class of data stored in this time series.
ÖzetMeta veriler
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getDisplayName ()
 Display name for viewing in TensorBoard.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Display name for viewing in TensorBoard.
SummaryMetadata.PluginData
PluginData'yı al ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginData.Builder
getPluginDataBuilder ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
Sicim
getSummaryDescription ()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
boolean
PluginData'ya sahiptir ()
 Data that associates a summary with a certain plugin.
son boole değeri
SummaryMetadata.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SummaryMetadata.Builder
mergeFrom (com.google.protobuf.Message other)
SummaryMetadata.Builder
mergePluginData ( SummaryMetadata.PluginData değeri)
 Data that associates a summary with a certain plugin.
son SummaryMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
SummaryMetadata.Builder
setDataClass ( DataClass değeri)
 Class of data stored in this time series.
SummaryMetadata.Builder
setDataClassValue (int değeri)
 Class of data stored in this time series.
SummaryMetadata.Builder
setDisplayName (Dize değeri)
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
setDisplayNameBytes (com.google.protobuf.ByteString değeri)
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
SummaryMetadata.Builder
setPluginData ( SummaryMetadata.PluginData.Builder builderForValue)
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
setPluginData ( SummaryMetadata.PluginData değeri)
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
SummaryMetadata.Builder
setSummaryDescription (Dize değeri)
 Longform readable description of the summary sequence.
SummaryMetadata.Builder
setSummaryDescriptionBytes (com.google.protobuf.ByteString değeri)
 Longform readable description of the summary sequence.
son SummaryMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public SummaryMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel ÖzetMeta veri yapısı ()

genel ÖzetMeta veri buildPartial ()

public SummaryMetadata.Builder clear ()

genel SummaryMetadata.Builder clearDataClass ()

 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;

public SummaryMetadata.Builder clearDisplayName ()

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

genel SummaryMetadata.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

genel SummaryMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

genel SummaryMetadata.Builder clearPluginData ()

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

genel SummaryMetadata.Builder clearSummaryDescription ()

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

genel SummaryMetadata.Builder klonu ()

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

public 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 SummaryMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getDisplayName ()

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

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

genel SummaryMetadata.PluginData getPluginData ()

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

genel SummaryMetadata.PluginData.Builder getPluginDataBuilder ()

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

genel SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

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

genel Dize getSummaryDescription ()

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

public com.google.protobuf.ByteString getSummaryDescriptionBytes ()

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

genel boolean hasPluginData ()

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

genel final boolean isInitialized ()

genel SummaryMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel SummaryMetadata.Builder mergeFrom (com.google.protobuf.Message other)

public SummaryMetadata.Builder mergePluginData ( SummaryMetadata.PluginData değeri)

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

genel final SummaryMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public SummaryMetadata.Builder setDataClass ( DataClass değeri)

 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;

public SummaryMetadata.Builder setDataClassValue (int değeri)

 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;

public SummaryMetadata.Builder setDisplayName (Dize değeri)

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

public SummaryMetadata.Builder setDisplayNameBytes (com.google.protobuf.ByteString değeri)

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

public SummaryMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public SummaryMetadata.Builder setPluginData ( SummaryMetadata.PluginData.Builder builderForValue)

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

public SummaryMetadata.Builder setPluginData ( SummaryMetadata.PluginData değeri)

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

public SummaryMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public SummaryMetadata.Builder setSummaryDescription (Dize değeri)

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

public SummaryMetadata.Builder setSummaryDescriptionBytes (com.google.protobuf.ByteString değeri)

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

genel final SummaryMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)