FeatureList

classe final pública FeatureList

 Containers for sequential data.
 A FeatureList contains lists of Features.  These may hold zero or more
 Feature values.
 FeatureLists are organized into categories by name.  The FeatureLists message
 contains the mapping from name to FeatureList.
 
Protobuf tipo tensorflow.FeatureList

Classes aninhadas

aula FeatureList.Builder
 Containers for sequential data. 

Constantes

interno FEATURE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Lista de recursos estática
Lista de recursos
final estático com.google.protobuf.Descriptors.Descriptor
Recurso
getFeature (índice interno)
repeated .tensorflow.Feature feature = 1;
interno
getFeatureCount ()
repeated .tensorflow.Feature feature = 1;
Lista <Recurso>
getFeatureList ()
repeated .tensorflow.Feature feature = 1;
FeatureOrBuilder
getFeatureOrBuilder (índice interno)
repeated .tensorflow.Feature feature = 1;
Lista<? estende FeatureOrBuilder >
getFeatureOrBuilderList ()
repeated .tensorflow.Feature feature = 1;
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
FeatureList.Builder estático
newBuilder (protótipo FeatureList )
FeatureList.Builder estático
FeatureList.Builder
Lista de recursos estática
parseDelimitedFrom (entrada InputStream)
Lista de recursos estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de recursos estática
parseFrom (dados de ByteBuffer)
Lista de recursos estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de recursos estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de recursos estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
Lista de recursos estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de recursos estática
parseFrom (dados com.google.protobuf.ByteString)
Lista de recursos estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de recursos estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
FeatureList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int FEATURE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

FeatureList estático público getDefaultInstance ()

FeatureList pública getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

recurso público getFeature (índice int)

repeated .tensorflow.Feature feature = 1;

público int getFeatureCount ()

repeated .tensorflow.Feature feature = 1;

Lista pública< Recurso > getFeatureList ()

repeated .tensorflow.Feature feature = 1;

public FeatureOrBuilder getFeatureOrBuilder (índice int)

repeated .tensorflow.Feature feature = 1;

Lista pública<? estende FeatureOrBuilder > getFeatureOrBuilderList ()

repeated .tensorflow.Feature feature = 1;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

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

FeatureList.Builder estático público newBuilder ()

public FeatureList.Builder newBuilderForType ()

public static FeatureList parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static FeatureList parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FeatureList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static FeatureList parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FeatureList parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static FeatureList parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static FeatureList parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static FeatureList parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static FeatureList parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static FeatureList parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

FeatureList.Builder público paraBuilder ()

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

Lança
IOException