SequenceExample.Builder

public static final class SequenceExample.Builder

Protobuf type tensorflow.SequenceExample

Public Methods

SequenceExample.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SequenceExample
build()
SequenceExample
SequenceExample.Builder
clear()
SequenceExample.Builder
clearContext()
.tensorflow.Features context = 1;
SequenceExample.Builder
clearFeatureLists()
.tensorflow.FeatureLists feature_lists = 2;
SequenceExample.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SequenceExample.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SequenceExample.Builder
clone()
Features
getContext()
.tensorflow.Features context = 1;
Features.Builder
getContextBuilder()
.tensorflow.Features context = 1;
FeaturesOrBuilder
getContextOrBuilder()
.tensorflow.Features context = 1;
SequenceExample
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
FeatureLists
getFeatureLists()
.tensorflow.FeatureLists feature_lists = 2;
FeatureLists.Builder
getFeatureListsBuilder()
.tensorflow.FeatureLists feature_lists = 2;
FeatureListsOrBuilder
getFeatureListsOrBuilder()
.tensorflow.FeatureLists feature_lists = 2;
boolean
hasContext()
.tensorflow.Features context = 1;
boolean
hasFeatureLists()
.tensorflow.FeatureLists feature_lists = 2;
final boolean
SequenceExample.Builder
mergeContext(Features value)
.tensorflow.Features context = 1;
SequenceExample.Builder
mergeFeatureLists(FeatureLists value)
.tensorflow.FeatureLists feature_lists = 2;
SequenceExample.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SequenceExample.Builder
mergeFrom(com.google.protobuf.Message other)
final SequenceExample.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SequenceExample.Builder
setContext(Features.Builder builderForValue)
.tensorflow.Features context = 1;
SequenceExample.Builder
setContext(Features value)
.tensorflow.Features context = 1;
SequenceExample.Builder
setFeatureLists(FeatureLists.Builder builderForValue)
.tensorflow.FeatureLists feature_lists = 2;
SequenceExample.Builder
setFeatureLists(FeatureLists value)
.tensorflow.FeatureLists feature_lists = 2;
SequenceExample.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SequenceExample.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final SequenceExample.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public SequenceExample.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SequenceExample build ()

public SequenceExample buildPartial ()

public SequenceExample.Builder clear ()

public SequenceExample.Builder clearContext ()

.tensorflow.Features context = 1;

public SequenceExample.Builder clearFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public SequenceExample.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

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

public SequenceExample.Builder clone ()

public Features getContext ()

.tensorflow.Features context = 1;

public Features.Builder getContextBuilder ()

.tensorflow.Features context = 1;

public FeaturesOrBuilder getContextOrBuilder ()

.tensorflow.Features context = 1;

public SequenceExample getDefaultInstanceForType ()

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

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

public FeatureLists getFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public FeatureLists.Builder getFeatureListsBuilder ()

.tensorflow.FeatureLists feature_lists = 2;

public FeatureListsOrBuilder getFeatureListsOrBuilder ()

.tensorflow.FeatureLists feature_lists = 2;

public boolean hasContext ()

.tensorflow.Features context = 1;

public boolean hasFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public final boolean isInitialized ()

public SequenceExample.Builder mergeContext (Features value)

.tensorflow.Features context = 1;

public SequenceExample.Builder mergeFeatureLists (FeatureLists value)

.tensorflow.FeatureLists feature_lists = 2;

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

Throws
IOException

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

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

public SequenceExample.Builder setContext (Features.Builder builderForValue)

.tensorflow.Features context = 1;

public SequenceExample.Builder setContext (Features value)

.tensorflow.Features context = 1;

public SequenceExample.Builder setFeatureLists (FeatureLists.Builder builderForValue)

.tensorflow.FeatureLists feature_lists = 2;

public SequenceExample.Builder setFeatureLists (FeatureLists value)

.tensorflow.FeatureLists feature_lists = 2;

public SequenceExample.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SequenceExample.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

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