Schema.Builder |
Schema.Builder.addAllDefaultEnvironment(Iterable<String> values) |
Default environments for each feature.
|
Schema.Builder |
Schema.Builder.addAllFeature(Iterable<? extends Feature> values) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.addAllFloatDomain(Iterable<? extends FloatDomain> values) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addAllIntDomain(Iterable<? extends IntDomain> values) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addAllSparseFeature(Iterable<? extends SparseFeature> values) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.addAllStringDomain(Iterable<? extends StringDomain> values) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.addAllWeightedFeature(Iterable<? extends WeightedFeature> values) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.addDefaultEnvironment(String value) |
Default environments for each feature.
|
Schema.Builder |
Schema.Builder.addDefaultEnvironmentBytes(com.google.protobuf.ByteString value) |
Default environments for each feature.
|
Schema.Builder |
Schema.Builder.addFeature(int index,
Feature value) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.addFeature(int index,
Feature.Builder builderForValue) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.addFeature(Feature value) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.addFeature(Feature.Builder builderForValue) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.addFloatDomain(int index,
FloatDomain value) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addFloatDomain(int index,
FloatDomain.Builder builderForValue) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addFloatDomain(FloatDomain value) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addFloatDomain(FloatDomain.Builder builderForValue) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addIntDomain(int index,
IntDomain value) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addIntDomain(int index,
IntDomain.Builder builderForValue) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addIntDomain(IntDomain value) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addIntDomain(IntDomain.Builder builderForValue) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Schema.Builder |
Schema.Builder.addSparseFeature(int index,
SparseFeature value) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.addSparseFeature(int index,
SparseFeature.Builder builderForValue) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.addSparseFeature(SparseFeature value) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.addSparseFeature(SparseFeature.Builder builderForValue) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.addStringDomain(int index,
StringDomain value) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.addStringDomain(int index,
StringDomain.Builder builderForValue) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.addStringDomain(StringDomain value) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.addStringDomain(StringDomain.Builder builderForValue) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.addWeightedFeature(int index,
WeightedFeature value) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.addWeightedFeature(int index,
WeightedFeature.Builder builderForValue) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.addWeightedFeature(WeightedFeature value) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.addWeightedFeature(WeightedFeature.Builder builderForValue) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.clear() |
|
Schema.Builder |
Schema.Builder.clearAnnotation() |
Additional information about the schema as a whole.
|
Schema.Builder |
Schema.Builder.clearDatasetConstraints() |
Dataset-level constraints.
|
Schema.Builder |
Schema.Builder.clearDefaultEnvironment() |
Default environments for each feature.
|
Schema.Builder |
Schema.Builder.clearFeature() |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Schema.Builder |
Schema.Builder.clearFloatDomain() |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.clearIntDomain() |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Schema.Builder |
Schema.Builder.clearSparseFeature() |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.clearStringDomain() |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.clearTensorRepresentationGroup() |
|
Schema.Builder |
Schema.Builder.clearWeightedFeature() |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.clone() |
|
Schema.Builder |
Schema.Builder.mergeAnnotation(Annotation value) |
Additional information about the schema as a whole.
|
Schema.Builder |
Schema.Builder.mergeDatasetConstraints(DatasetConstraints value) |
Dataset-level constraints.
|
Schema.Builder |
Schema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Schema.Builder |
Schema.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Schema.Builder |
Schema.Builder.mergeFrom(Schema other) |
|
Schema.Builder |
Schema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Schema.Builder |
Schema.newBuilder() |
|
static Schema.Builder |
Schema.newBuilder(Schema prototype) |
|
Schema.Builder |
Schema.newBuilderForType() |
|
protected Schema.Builder |
Schema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Schema.Builder |
Schema.Builder.putAllTensorRepresentationGroup(Map<String,TensorRepresentationGroup> values) |
TensorRepresentation groups.
|
Schema.Builder |
Schema.Builder.putTensorRepresentationGroup(String key,
TensorRepresentationGroup value) |
TensorRepresentation groups.
|
Schema.Builder |
Schema.Builder.removeFeature(int index) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.removeFloatDomain(int index) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.removeIntDomain(int index) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.removeSparseFeature(int index) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.removeStringDomain(int index) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.removeTensorRepresentationGroup(String key) |
TensorRepresentation groups.
|
Schema.Builder |
Schema.Builder.removeWeightedFeature(int index) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.setAnnotation(Annotation value) |
Additional information about the schema as a whole.
|
Schema.Builder |
Schema.Builder.setAnnotation(Annotation.Builder builderForValue) |
Additional information about the schema as a whole.
|
Schema.Builder |
Schema.Builder.setDatasetConstraints(DatasetConstraints value) |
Dataset-level constraints.
|
Schema.Builder |
Schema.Builder.setDatasetConstraints(DatasetConstraints.Builder builderForValue) |
Dataset-level constraints.
|
Schema.Builder |
Schema.Builder.setDefaultEnvironment(int index,
String value) |
Default environments for each feature.
|
Schema.Builder |
Schema.Builder.setFeature(int index,
Feature value) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.setFeature(int index,
Feature.Builder builderForValue) |
Features described in this schema.
|
Schema.Builder |
Schema.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Schema.Builder |
Schema.Builder.setFloatDomain(int index,
FloatDomain value) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.setFloatDomain(int index,
FloatDomain.Builder builderForValue) |
top level float domains that can be reused by features
|
Schema.Builder |
Schema.Builder.setIntDomain(int index,
IntDomain value) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.setIntDomain(int index,
IntDomain.Builder builderForValue) |
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Schema.Builder |
Schema.Builder.setSparseFeature(int index,
SparseFeature value) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.setSparseFeature(int index,
SparseFeature.Builder builderForValue) |
Sparse features described in this schema.
|
Schema.Builder |
Schema.Builder.setStringDomain(int index,
StringDomain value) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.setStringDomain(int index,
StringDomain.Builder builderForValue) |
declared as top-level features in <feature>.
|
Schema.Builder |
Schema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Schema.Builder |
Schema.Builder.setWeightedFeature(int index,
WeightedFeature value) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.Builder.setWeightedFeature(int index,
WeightedFeature.Builder builderForValue) |
Weighted features described in this schema.
|
Schema.Builder |
Schema.toBuilder() |
|