Uses of Class
org.tensorflow.metadata.v0.Path
-
Packages that use Path Package Description org.tensorflow.metadata.v0 -
-
Uses of Path in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type Path Modifier and Type Field Description static com.google.protobuf.Parser<Path>Path. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return Path Modifier and Type Method Description PathPath.Builder. build()PathPath.Builder. buildPartial()static PathPath. getDefaultInstance()PathPath.Builder. getDefaultInstanceForType()PathPath. getDefaultInstanceForType()PathWeightedFeature.Builder. getFeature()Path of a base feature to be weighted.PathWeightedFeature. getFeature()Path of a base feature to be weighted.PathWeightedFeatureOrBuilder. getFeature()Path of a base feature to be weighted.PathFeatureNameStatistics.Builder. getPath()The path of the feature.PathFeatureNameStatistics. getPath()The path of the feature.PathFeatureNameStatisticsOrBuilder. getPath()The path of the feature.PathCrossFeatureStatistics.Builder. getPathX()The path of feature x.PathCrossFeatureStatistics. getPathX()The path of feature x.PathCrossFeatureStatisticsOrBuilder. getPathX()The path of feature x.PathCrossFeatureStatistics.Builder. getPathY()The path of feature y.PathCrossFeatureStatistics. getPathY()The path of feature y.PathCrossFeatureStatisticsOrBuilder. getPathY()The path of feature y.PathWeightedFeature.Builder. getWeightFeature()Path of weight feature to associate with the base feature.PathWeightedFeature. getWeightFeature()Path of weight feature to associate with the base feature.PathWeightedFeatureOrBuilder. getWeightFeature()Path of weight feature to associate with the base feature.static PathPath. parseDelimitedFrom(InputStream input)static PathPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathPath. parseFrom(byte[] data)static PathPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathPath. parseFrom(com.google.protobuf.ByteString data)static PathPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathPath. parseFrom(com.google.protobuf.CodedInputStream input)static PathPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathPath. parseFrom(InputStream input)static PathPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathPath. parseFrom(ByteBuffer data)static PathPath. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type Path Modifier and Type Method Description com.google.protobuf.Parser<Path>Path. getParserForType()static com.google.protobuf.Parser<Path>Path. parser()Methods in org.tensorflow.metadata.v0 with parameters of type Path Modifier and Type Method Description WeightedFeature.BuilderWeightedFeature.Builder. mergeFeature(Path value)Path of a base feature to be weighted.Path.BuilderPath.Builder. mergeFrom(Path other)FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. mergePath(Path value)The path of the feature.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. mergePathX(Path value)The path of feature x.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. mergePathY(Path value)The path of feature y.WeightedFeature.BuilderWeightedFeature.Builder. mergeWeightFeature(Path value)Path of weight feature to associate with the base feature.static Path.BuilderPath. newBuilder(Path prototype)WeightedFeature.BuilderWeightedFeature.Builder. setFeature(Path value)Path of a base feature to be weighted.FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. setPath(Path value)The path of the feature.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. setPathX(Path value)The path of feature x.CrossFeatureStatistics.BuilderCrossFeatureStatistics.Builder. setPathY(Path value)The path of feature y.WeightedFeature.BuilderWeightedFeature.Builder. setWeightFeature(Path value)Path of weight feature to associate with the base feature.
-