공개 정적 최종 클래스 SummaryMetadata.Builder
A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.Protobuf 유형
tensorflow.SummaryMetadata
공개 방법
요약메타데이터.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
요약메타데이터 | 짓다 () |
요약메타데이터 | 빌드부분 () |
요약메타데이터.빌더 | 분명한 () |
요약메타데이터.빌더 | 클리어데이터클래스 () Class of data stored in this time series. |
요약메타데이터.빌더 | 클리어디스플레이이름 () Display name for viewing in TensorBoard. |
요약메타데이터.빌더 | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
요약메타데이터.빌더 | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
요약메타데이터.빌더 | 클리어플러그인데이터 () Data that associates a summary with a certain plugin. |
요약메타데이터.빌더 | 명확한요약설명 () Longform readable description of the summary sequence. |
요약메타데이터.빌더 | 클론 () |
데이터클래스 | 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. |
요약메타데이터.플러그인데이터 | getPluginData () 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. |
끈 | getSummary설명 () 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. |
최종 부울 | 초기화됨 () |
요약메타데이터.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
요약메타데이터.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
요약메타데이터.빌더 | mergePluginData ( SummaryMetadata.PluginData 값) Data that associates a summary with a certain plugin. |
최종 요약Metadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
요약메타데이터.빌더 | |
요약메타데이터.빌더 | setDataClassValue (정수 값) Class of data stored in this time series. |
요약메타데이터.빌더 | setDisplayName (문자열 값) Display name for viewing in TensorBoard. |
요약메타데이터.빌더 | setDisplayNameBytes (com.google.protobuf.ByteString 값) Display name for viewing in TensorBoard. |
요약메타데이터.빌더 | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
요약메타데이터.빌더 | setPluginData ( SummaryMetadata.PluginData.Builder builderForValue) Data that associates a summary with a certain plugin. |
요약메타데이터.빌더 | |
요약메타데이터.빌더 | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
요약메타데이터.빌더 | setSummaryDescription (문자열 값) Longform readable description of the summary sequence. |
요약메타데이터.빌더 | setSummaryDescriptionBytes (com.google.protobuf.ByteString 값) Longform readable description of the summary sequence. |
최종 요약Metadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 SummaryMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 요약메타데이터. 빌더 클리어데이터클래스 ()
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;
공개 요약메타데이터.빌더 클리어플러그인데이터 ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;
공개 요약메타데이터.빌더 클리어요약 설명 ()
Longform readable description of the summary sequence. Markdown supported.
string summary_description = 3;
공개 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 ()
공개 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;
공개 SummaryMetadata.PluginData getPluginData ()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;
공개 SummaryMetadata.PluginData.Builder getPluginDataBuilder ()
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;
공개 최종 부울 isInitialized ()
공개 SummaryMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 SummaryMetadata.Builder mergePluginData ( SummaryMetadata.PluginData 값)
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;
공개 최종 SummaryMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 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 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;