SummaryMetadata.Builder

パブリック静的最終クラスSummaryMetadata.Builder

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

パブリックメソッド

SummaryMetadata.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
概要メタデータ
建てる()
概要メタデータ
SummaryMetadata.Builder
クリア()
SummaryMetadata.Builder
クリアデータクラス()
 Class of data stored in this time series.
SummaryMetadata.Builder
クリアディスプレイ名()
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
SummaryMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SummaryMetadata.Builder
ClearPluginData ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
クリア概要説明()
 Longform readable description of the summary sequence.
SummaryMetadata.Builder
データクラス
getDataClass ()
 Class of data stored in this time series.
整数
getDataClassValue ()
 Class of data stored in this time series.
概要メタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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.PluginData.Builder
getPluginDataBuilder ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
get概要説明()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
get概要説明バイト()
 Longform readable description of the summary sequence.
ブール値
hasPluginData ()
 Data that associates a summary with a certain plugin.
最終ブール値
SummaryMetadata.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SummaryMetadata.Builder
mergeFrom (com.google.protobuf.Message other)
SummaryMetadata.Builder
mergePluginData ( SummaryMetadata.PluginData値)
 Data that associates a summary with a certain plugin.
最終的なSummaryMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
SummaryMetadata.Builder
setDataClass ( DataClass値)
 Class of data stored in this time series.
SummaryMetadata.Builder
setDataClassValue (int 値)
 Class of data stored in this time series.
SummaryMetadata.Builder
setDisplayName (文字列値)
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
setDisplayNameBytes (com.google.protobuf.ByteString 値)
 Display name for viewing in TensorBoard.
SummaryMetadata.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
SummaryMetadata.Builder
setPluginData ( SummaryMetadata.PluginData.Builder builderForValue)
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
setPluginData ( SummaryMetadata.PluginData値)
 Data that associates a summary with a certain plugin.
SummaryMetadata.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
SummaryMetadata.Builder
setsummaryDescription (文字列値)
 Longform readable description of the summary sequence.
SummaryMetadata.Builder
setsummaryDescriptionBytes (com.google.protobuf.ByteString 値)
 Longform readable description of the summary sequence.
最終的なSummaryMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public SummaryMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SummaryMetadataビルド()

public SummaryMetadata buildPartial ()

public SummaryMetadata.Builder clear ()

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

public SummaryMetadata.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

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

public SummaryMetadata.Builder clearPluginData ()

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

public SummaryMetadata.Builder clearsummaryDescription ()

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

public SummaryMetadata.Builder clone ()

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

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

public SummaryMetadata.PluginData getPluginData ()

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

public SummaryMetadata.PluginData.Builder getPluginDataBuilder ()

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

public SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

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

public String getsummaryDescription ()

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

public com.google.protobuf.ByteString get SummaryDescriptionBytes ()

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

public boolean hasPluginData ()

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

パブリック最終ブール値isInitialized ()

public SummaryMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public SummaryMetadata.Builder mergePluginData ( SummaryMetadata.PluginData値)

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

public Final SummaryMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SummaryMetadata.Builder setDataClass ( DataClass値)

 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 値)

 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 (文字列値)

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

public SummaryMetadata.Builder setDisplayNameBytes (com.google.protobuf.ByteString 値)

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

public SummaryMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

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値)

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

public SummaryMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public SummaryMetadata.Builder setsummaryDescription (文字列値)

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

public SummaryMetadata.Builder setsummaryDescriptionBytes (com.google.protobuf.ByteString 値)

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

public Final SummaryMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)