final class Path extends GeneratedMessage with PathOrBuilder
A path is a more general substitute for the name of a field or feature that
can be used for flat examples as well as structured data. For example, if
we had data in a protocol buffer:
message Person {
int age = 1;
optional string gender = 2;
repeated Person parent = 3;
}
Thus, here the path {step:["parent", "age"]} in statistics would refer to the
age of a parent, and {step:["parent", "parent", "age"]} would refer to the
age of a grandparent. This allows us to distinguish between the statistics
of parents' ages and grandparents' ages. In general, repeated messages are
to be preferred to linked lists of arbitrary length.
For SequenceExample, if we have a feature list "foo", this is represented
by {step:["##SEQUENCE##", "foo"]}.
Protobuf type tensorflow.metadata.v0.Path
- Annotations
 - @Generated()
 - Source
 - Path.java
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Path
 - PathOrBuilder
 - GeneratedMessage
 - Serializable
 - AbstractMessage
 - Message
 - MessageOrBuilder
 - AbstractMessageLite
 - MessageLite
 - MessageLiteOrBuilder
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(obj: AnyRef): Boolean
- Definition Classes
 - Path → AbstractMessage → Message → AnyRef → Any
 - Annotations
 - @Override()
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -    def findInitializationErrors(): List[String]
- Definition Classes
 - AbstractMessage → MessageOrBuilder
 
 -    def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getDefaultInstanceForType(): Path
- Definition Classes
 - Path → MessageOrBuilder → MessageLiteOrBuilder
 - Annotations
 - @Override()
 
 -    def getDescriptorForType(): Descriptor
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def getField(field: FieldDescriptor): AnyRef
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def getInitializationErrorString(): String
- Definition Classes
 - AbstractMessage → MessageOrBuilder
 
 -    def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
 - GeneratedMessage → AbstractMessage → MessageOrBuilder
 
 -    def getParserForType(): Parser[Path]
- Definition Classes
 - Path → GeneratedMessage → Message → MessageLite
 - Annotations
 - @Override()
 
 -    def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def getSerializedSize(): Int
- Definition Classes
 - Path → GeneratedMessage → AbstractMessage → MessageLite
 - Annotations
 - @Override()
 
 -    def getStep(index: Int): String
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;- index
 The index of the element to return.
- returns
 The step at the given index.
- Definition Classes
 - Path → PathOrBuilder
 
 -    def getStepBytes(index: Int): ByteString
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;- index
 The index of the value to return.
- returns
 The bytes of the step at the given index.
- Definition Classes
 - Path → PathOrBuilder
 
 -    def getStepCount(): Int
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;- returns
 The count of step.
- Definition Classes
 - Path → PathOrBuilder
 
 -    def getStepList(): ProtocolStringList
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;- returns
 A list containing the step.
- Definition Classes
 - Path → PathOrBuilder
 
 -    def getUnknownFields(): UnknownFieldSet
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def hasField(field: FieldDescriptor): Boolean
- Definition Classes
 - GeneratedMessage → MessageOrBuilder
 
 -    def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
 - GeneratedMessage → AbstractMessage → MessageOrBuilder
 
 -    def hashCode(): Int
- Definition Classes
 - Path → AbstractMessage → Message → AnyRef → Any
 - Annotations
 - @Override()
 
 -  def internalGetFieldAccessorTable(): FieldAccessorTable
 -    def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 
 -   final  def isInitialized(): Boolean
- Definition Classes
 - Path → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
 - Annotations
 - @Override()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def makeExtensionsImmutable(): Unit
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  def newBuilderForType(parent: BuilderParent): Builder
 -    def newBuilderForType(): Builder
- Definition Classes
 - Path → Message → MessageLite
 - Annotations
 - @Override()
 
 -    def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 - Annotations
 - @throws(classOf[java.io.IOException])
 
 -    def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 - Annotations
 - @throws(classOf[java.io.IOException])
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toBuilder(): Builder
- Definition Classes
 - Path → Message → MessageLite
 - Annotations
 - @Override()
 
 -    def toByteArray(): Array[Byte]
- Definition Classes
 - AbstractMessageLite → MessageLite
 
 -    def toByteString(): ByteString
- Definition Classes
 - AbstractMessageLite → MessageLite
 
 -   final  def toString(): String
- Definition Classes
 - AbstractMessage → Message → AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -    def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - AbstractMessageLite → MessageLite
 - Annotations
 - @throws(classOf[java.io.IOException])
 
 -    def writeReplace(): AnyRef
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 - Annotations
 - @throws(classOf[java.io.ObjectStreamException])
 
 -    def writeTo(output: CodedOutputStream): Unit
- Definition Classes
 - Path → GeneratedMessage → AbstractMessage → MessageLite
 - Annotations
 - @Override()
 
 -    def writeTo(output: OutputStream): Unit
- Definition Classes
 - AbstractMessageLite → MessageLite
 - Annotations
 - @throws(classOf[java.io.IOException])
 
 
Deprecated Value Members
-    def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 - Annotations
 - @Deprecated
 - Deprecated
 
 -    def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
 - protected[protobuf]
 - Definition Classes
 - GeneratedMessage
 - Annotations
 - @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
 - Deprecated