Uses of Class
org.tensorflow.metadata.v0.Path.Builder
-
Packages that use Path.Builder Package Description org.tensorflow.metadata.v0 -
-
Uses of Path.Builder in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return Path.Builder Modifier and Type Method Description Path.BuilderPath.Builder. addAllStep(Iterable<String> values)Any string is a valid step.Path.BuilderPath.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Path.BuilderPath.Builder. addStep(String value)Any string is a valid step.Path.BuilderPath.Builder. addStepBytes(com.google.protobuf.ByteString value)Any string is a valid step.Path.BuilderPath.Builder. clear()Path.BuilderPath.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Path.BuilderPath.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Path.BuilderPath.Builder. clearStep()Any string is a valid step.Path.BuilderPath.Builder. clone()Path.BuilderWeightedFeature.Builder. getFeatureBuilder()Path of a base feature to be weighted.Path.BuilderFeatureNameStatistics.Builder. getPathBuilder()The path of the feature.Path.BuilderCrossFeatureStatistics.Builder. getPathXBuilder()The path of feature x.Path.BuilderCrossFeatureStatistics.Builder. getPathYBuilder()The path of feature y.Path.BuilderWeightedFeature.Builder. getWeightFeatureBuilder()Path of weight feature to associate with the base feature.Path.BuilderPath.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Path.BuilderPath.Builder. mergeFrom(com.google.protobuf.Message other)Path.BuilderPath.Builder. mergeFrom(Path other)Path.BuilderPath.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Path.BuilderPath. newBuilder()static Path.BuilderPath. newBuilder(Path prototype)Path.BuilderPath. newBuilderForType()protected Path.BuilderPath. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Path.BuilderPath.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Path.BuilderPath.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Path.BuilderPath.Builder. setStep(int index, String value)Any string is a valid step.Path.BuilderPath.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Path.BuilderPath. toBuilder()Methods in org.tensorflow.metadata.v0 with parameters of type Path.Builder Modifier and Type Method Description WeightedFeature.BuilderWeightedFeature.Builder. setFeature(Path.Builder builderForValue)Path of a base feature to be weighted.FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. setPath(Path.Builder builderForValue)The path of the feature.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. setPathX(Path.Builder builderForValue)The path of feature x.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. setPathY(Path.Builder builderForValue)The path of feature y.WeightedFeature.BuilderWeightedFeature.Builder. setWeightFeature(Path.Builder builderForValue)Path of weight feature to associate with the base feature.
-