SummaryMetadata

public final class SummaryMetadata

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

Classes aninhadas

aula SummaryMetadata.Builder
 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value. 
aula SummaryMetadata.PluginData tensorflow.SummaryMetadata.PluginData type tensorflow.SummaryMetadata.PluginData
interface SummaryMetadata.PluginDataOrBuilder

Constantes

intDATA_CLASS_FIELD_NUMBER
int DISPLAY_NAME_FIELD_NUMBER
int PLUGIN_DATA_FIELD_NUMBER
int SUMMARY_DESCRIPTION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
DataClass
getDataClass ()
 Class of data stored in this time series.
int
getDataClassValue ()
 Class of data stored in this time series.
static SummaryMetadata
SummaryMetadata
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
int
Fragmento
getSummaryDescription ()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
getSummaryDescriptionBytes ()
 Longform readable description of the summary sequence.
final com.google.protobuf.UnknownFieldSet
boleano
hasPluginData ()
 Data that associates a summary with a certain plugin.
int
final booleano
static SummaryMetadata.Builder
static SummaryMetadata.Builder
SummaryMetadata.Builder
static SummaryMetadata
parseDelimitedFrom (input InputStream)
static SummaryMetadata
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom (dados ByteBuffer)
static SummaryMetadata
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom (com.google.protobuf.CodedInputStream input)
static SummaryMetadata
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom (com.google.protobuf.ByteString data)
static SummaryMetadata
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SummaryMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int DATA_CLASS_FIELD_NUMBER

Valor constante: 4

público estático final int DISPLAY_NAME_FIELD_NUMBER

Valor constante: 2

public static final int PLUGIN_DATA_FIELD_NUMBER

Valor Constante: 1

public static final int SUMMARY_DESCRIPTION_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

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 static SummaryMetadata getDefaultInstance ()

public SummaryMetadata getDefaultInstanceForType ()

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

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;

público getParserForType ()

public SummaryMetadata.PluginData getPluginData ()

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

public SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

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

public int getSerializedSize ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasPluginData ()

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

public int hashCode ()

public final boolean isInitialized ()

public static SummaryMetadata.Builder newBuilder (protótipo SummaryMetadata )

public static SummaryMetadata.Builder newBuilder ()

public SummaryMetadata.Builder newBuilderForType ()

public static SummaryMetadata parseDelimitedFrom (InputStream input)

Lança
IOException

public static SummaryMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SummaryMetadata parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SummaryMetadata.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException