| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Path> |
Path.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.Builder.build() |
Path |
Path.Builder.buildPartial() |
static Path |
Path.getDefaultInstance() |
Path |
Path.getDefaultInstanceForType() |
Path |
Path.Builder.getDefaultInstanceForType() |
Path |
WeightedFeature.getFeature()
Path of a base feature to be weighted.
|
Path |
WeightedFeature.Builder.getFeature()
Path of a base feature to be weighted.
|
Path |
WeightedFeatureOrBuilder.getFeature()
Path of a base feature to be weighted.
|
Path |
WeightedFeature.getWeightFeature()
Path of weight feature to associate with the base feature.
|
Path |
WeightedFeature.Builder.getWeightFeature()
Path of weight feature to associate with the base feature.
|
Path |
WeightedFeatureOrBuilder.getWeightFeature()
Path of weight feature to associate with the base feature.
|
static Path |
Path.parseDelimitedFrom(InputStream input) |
static Path |
Path.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(byte[] data) |
static Path |
Path.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(ByteBuffer data) |
static Path |
Path.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(com.google.protobuf.ByteString data) |
static Path |
Path.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(com.google.protobuf.CodedInputStream input) |
static Path |
Path.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(InputStream input) |
static Path |
Path.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Path> |
Path.getParserForType() |
static com.google.protobuf.Parser<Path> |
Path.parser() |
| Modifier and Type | Method and Description |
|---|---|
WeightedFeature.Builder |
WeightedFeature.Builder.mergeFeature(Path value)
Path of a base feature to be weighted.
|
Path.Builder |
Path.Builder.mergeFrom(Path other) |
WeightedFeature.Builder |
WeightedFeature.Builder.mergeWeightFeature(Path value)
Path of weight feature to associate with the base feature.
|
static Path.Builder |
Path.newBuilder(Path prototype) |
WeightedFeature.Builder |
WeightedFeature.Builder.setFeature(Path value)
Path of a base feature to be weighted.
|
WeightedFeature.Builder |
WeightedFeature.Builder.setWeightFeature(Path value)
Path of weight feature to associate with the base feature.
|
Copyright © 2020 Gojek. All rights reserved.