SummaryMetadata คลาสสุดท้ายสาธารณะ
A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.
tensorflow.SummaryMetadata คลาสที่ซ้อนกัน
| ระดับ | สรุป Metadata.Builder | A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value. | |
| ระดับ | สรุป Metadata.PluginData | Protobuf ประเภท tensorflow.SummaryMetadata.PluginData | |
| อินเตอร์เฟซ | สรุป Metadata.PluginDataOrBuilder | ||
ค่าคงที่
| ภายใน | DATA_CLASS_FIELD_NUMBER | |
| ภายใน | DISPLAY_NAME_FIELD_NUMBER | |
| ภายใน | PLUGIN_DATA_FIELD_NUMBER | |
| ภายใน | SUMMARY_DESCRIPTION_FIELD_NUMBER |
วิธีการสาธารณะ
| บูลีน | เท่ากับ (วัตถุ obj) |
| คลาสข้อมูล | รับ DataClass () Class of data stored in this time series. |
| ภายใน | getDataClassValue () Class of data stored in this time series. |
| สรุป Metadata แบบคงที่ | |
| สรุปข้อมูลเมตา | |
| 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.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. |
| สุดท้าย com.google.protobuf.UnknownFieldSet | |
| บูลีน | มี PluginData () Data that associates a summary with a certain plugin. |
| ภายใน | แฮชโค้ด () |
| บูลีนสุดท้าย | |
| สรุป Metadata.Builder แบบคงที่ | newBuilder (ต้นแบบ SummaryMetadata ) |
| สรุป Metadata.Builder แบบคงที่ | ตัวสร้างใหม่ () |
| สรุป Metadata.Builder | |
| สรุป Metadata แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
| สรุป Metadata แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| สรุป Metadata แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
| สรุป Metadata แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| สรุป Metadata แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| สรุป Metadata แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
| สรุป Metadata แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| สรุป Metadata แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
| สรุป Metadata แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| สรุป Metadata แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| คงที่ | |
| สรุป Metadata.Builder | toBuilder () |
| เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงสุดท้าย int DATA_CLASS_FIELD_NUMBER
ค่าคงที่: 4
รอบชิงชนะเลิศแบบคงที่สาธารณะ int DISPLAY_NAME_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int PLUGIN_DATA_FIELD_NUMBER
ค่าคงที่: 1
int สาธารณะคงที่ขั้นสุดท้าย SUMMARY_DESCRIPTION_FIELD_NUMBER
ค่าคงที่: 3
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
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; สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สตริงสาธารณะ 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; สาธารณะ getParserForType ()
สรุป Metadata.PluginData สาธารณะ getPluginData ()
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; สาธารณะ int getSerializedSize ()
สตริงสาธารณะ 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; สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
บูลีนสาธารณะ hasPluginData ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1; สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ สรุป Metadata parseDelimitedFrom แบบคงที่ (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ สรุป Metadata แบบคงที่ แยกวิเคราะห์ (ข้อมูล ByteBuffer)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ สรุปบทสรุป Metadata parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ สรุป Metadata parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ สรุป Metadata parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ สรุปบทสรุป Metadata parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ สรุป Metadata parseFrom คงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ สรุปบทสรุป Metadata parseFrom (อินพุตสตรีมอินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะสรุป บทสรุป Metadata parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
| IOข้อยกเว้น |
|---|