SummaryMetadata.Builder

สรุปคลาสสุดท้ายแบบคงที่สาธารณะ SummaryMetadata.Builder

 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value.
 
Protobuf ประเภท tensorflow.SummaryMetadata

วิธีการสาธารณะ

สรุป Metadata.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
สรุปข้อมูลเมตา
สรุปข้อมูลเมตา
สรุป Metadata.Builder
สรุป Metadata.Builder
เคลียร์ดาต้าคลาส ()
 Class of data stored in this time series.
สรุป Metadata.Builder
ล้างชื่อที่แสดง ()
 Display name for viewing in TensorBoard.
สรุป Metadata.Builder
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
สรุป Metadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
สรุป Metadata.Builder
ล้างข้อมูลปลั๊กอิน ()
 Data that associates a summary with a certain plugin.
สรุป Metadata.Builder
ชัดเจนคำอธิบายสรุป ()
 Longform readable description of the summary sequence.
สรุป Metadata.Builder
คลาสข้อมูล
รับ DataClass ()
 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.
สรุป Metadata.PluginData
รับปลั๊กอินข้อมูล ()
 Data that associates a summary with a certain plugin.
สรุปMetadata.PluginData.Builder
getPluginDataBuilder ()
 Data that associates a summary with a certain plugin.
สรุป Metadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
สตริง
รับคำอธิบายสรุป ()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
บูลีน
มี PluginData ()
 Data that associates a summary with a certain plugin.
บูลีนสุดท้าย
สรุป Metadata.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
สรุป Metadata.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
สรุป Metadata.Builder
mergePluginData (ค่า SummaryMetadata.PluginData )
 Data that associates a summary with a certain plugin.
สรุป Metadata.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สรุป Metadata.Builder
setDataClass ( ค่า DataClass )
 Class of data stored in this time series.
สรุป Metadata.Builder
setDataClassValue (ค่า int)
 Class of data stored in this time series.
สรุป Metadata.Builder
setDisplayName (ค่าสตริง)
 Display name for viewing in TensorBoard.
สรุป Metadata.Builder
setDisplayNameBytes (ค่า com.google.protobuf.ByteString)
 Display name for viewing in TensorBoard.
สรุป Metadata.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สรุป Metadata.Builder
setPluginData ( SummaryMetadata.PluginData.Builder builderForValue)
 Data that associates a summary with a certain plugin.
สรุป Metadata.Builder
setPluginData (ค่า SummaryMetadata.PluginData )
 Data that associates a summary with a certain plugin.
สรุป Metadata.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
สรุป Metadata.Builder
setSummaryDescription (ค่าสตริง)
 Longform readable description of the summary sequence.
สรุป Metadata.Builder
setSummaryDescriptionBytes (ค่า com.google.protobuf.ByteString)
 Longform readable description of the summary sequence.
สรุป Metadata.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

สาธารณะ SummaryMetadata.Builder addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

การสร้าง SummaryMetadata สาธารณะ ()

สรุปข้อมูลเม ตาสาธารณะ buildPartial ()

สรุป Metadata.Builder สาธารณะ ชัดเจน ()

สรุป Metadata.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;

สรุป Metadata.Builder สาธารณะ clearDisplayName ()

สตริง

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

สาธารณะ SummaryMetadata.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

สรุป Metadata.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

สรุป Metadata.Builder สาธารณะ clearPluginData ()

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

สรุป Metadata.Builder สาธารณะ clearSummaryDescription ()

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

โคลน SummaryMetadata.Builder สาธารณะ ()

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;

สรุป Metadata สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สตริงสาธารณะ 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;

สรุป Metadata.PluginData สาธารณะ getPluginData ()

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

สรุป Metadata.PluginData.Builder สาธารณะ getPluginDataBuilder ()

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

สรุป Metadata.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;

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ SummaryMetadata.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ SummaryMetadata.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

สาธารณะ SummaryMetadata.Builder mergePluginData (ค่า SummaryMetadata.PluginData )

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

สรุปข้อมูลสรุป สาธารณะขั้นสุดท้าย Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

สาธารณะ 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;

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;

สาธารณะ SummaryMetadata.Builder setDisplayName (ค่าสตริง)

สตริง

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

สาธารณะ SummaryMetadata.Builder setDisplayNameBytes (ค่า com.google.protobuf.ByteString)

สตริง

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

สาธารณะ SummaryMetadata.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

สาธารณะ SummaryMetadata.Builder setPluginData ( SummaryMetadata.PluginData.Builder builderForValue)

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

สาธารณะ SummaryMetadata.Builder setPluginData (ค่า SummaryMetadata.PluginData )

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

สาธารณะ SummaryMetadata.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

สาธารณะ SummaryMetadata.Builder setSummaryDescription (ค่าสตริง)

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

สาธารณะ SummaryMetadata.Builder setSummaryDescriptionBytes (ค่า com.google.protobuf.ByteString)

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

สรุปสุดท้ายสาธารณะ SummaryMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)