FeatureList.Builder

classe final pública estática FeatureList.Builder

 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.
 
tensorflow.FeatureList tipo tensorflow.FeatureList

Métodos Públicos

FeatureList.Builder
addAllFeature (valores Iterable <? extends Feature >)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature (índice interno , valor do recurso )
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature ( Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature (valor do recurso )
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature (int index, Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
Feature.Builder
addFeatureBuilder ()
repeated .tensorflow.Feature feature = 1;
Feature.Builder
addFeatureBuilder (índice interno )
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FeatureList
build ()
FeatureList
FeatureList.Builder
limpar ()
FeatureList.Builder
clearFeature ()
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
FeatureList.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
FeatureList.Builder
clone ()
FeatureList
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Característica
getFeature (int index)
repeated .tensorflow.Feature feature = 1;
Feature.Builder
getFeatureBuilder (índice interno )
repeated .tensorflow.Feature feature = 1;
Listar < Feature.Builder >
getFeatureBuilderList ()
repeated .tensorflow.Feature feature = 1;
int
getFeatureCount ()
repeated .tensorflow.Feature feature = 1;
Listar < 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;
final booleano
FeatureList.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FeatureList.Builder
mergeFrom (com.google.protobuf.Message other)
FeatureList.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
FeatureList.Builder
removeFeature (índice interno )
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setFeature (índice interno , valor do recurso )
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setFeature (int index, Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FeatureList.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
FeatureList.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public FeatureList.Builder addAllFeature (valores Iterable <? extends Feature >)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (índice interno , valor do recurso )

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature ( Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (valor do recurso )

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (int index, Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public Feature.Builder addFeatureBuilder ()

repeated .tensorflow.Feature feature = 1;

public Feature.Builder addFeatureBuilder (índice interno )

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public FeatureList build ()

public FeatureList buildPartial ()

public FeatureList.Builder clear ()

public FeatureList.Builder clearFeature ()

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public FeatureList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

clone public FeatureList.Builder ()

public FeatureList getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Feature getFeature (int index)

repeated .tensorflow.Feature feature = 1;

public Feature.Builder getFeatureBuilder (índice interno )

repeated .tensorflow.Feature feature = 1;

public List < Feature.Builder > getFeatureBuilderList ()

repeated .tensorflow.Feature feature = 1;

public int getFeatureCount ()

repeated .tensorflow.Feature feature = 1;

public List < Feature > getFeatureList ()

repeated .tensorflow.Feature feature = 1;

public FeatureOrBuilder getFeatureOrBuilder (índice interno )

repeated .tensorflow.Feature feature = 1;

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

repeated .tensorflow.Feature feature = 1;

public final boolean isInitialized ()

public FeatureList.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public FeatureList.Builder mergeFrom (com.google.protobuf.Message other)

public final FeatureList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public FeatureList.Builder removeFeature (índice interno )

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setFeature (índice interno , valor do recurso )

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setFeature (int index, Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public FeatureList.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final FeatureList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)