Packages

c

org.tensorflow.metadata.v0

DerivedFeatureSource

final class DerivedFeatureSource extends GeneratedMessageV3 with DerivedFeatureSourceOrBuilder

DerivedFeatureSource tracks information about the source of a derived
feature. Derived features are computed from ordinary features for the
purposes of statistics collection and validation, but do not exist in the
dataset.
Experimental and subject to change.
LINT.IfChange

Protobuf type tensorflow.metadata.v0.DerivedFeatureSource

Source
DerivedFeatureSource.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivedFeatureSource
  2. DerivedFeatureSourceOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    DerivedFeatureSource → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getConfig(): DerivedFeatureConfig

    Optional configuration for canned derivers.
    

    Optional configuration for canned derivers.
    

    .tensorflow.metadata.v0.DerivedFeatureConfig config = 5;

    returns

    The config.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  5. def getConfigOrBuilder(): DerivedFeatureConfigOrBuilder

    Optional configuration for canned derivers.
    

    Optional configuration for canned derivers.
    

    .tensorflow.metadata.v0.DerivedFeatureConfig config = 5;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  6. def getDeclarativelyConfigured(): Boolean

    A DerivedFeatureSource that is declaratively configured represents an
    intent for downstream processing to generate a derived feature
    (in the schema), or tracks that a feature was generated from such a
    configuration (in statistics).
    

    A DerivedFeatureSource that is declaratively configured represents an
    intent for downstream processing to generate a derived feature
    (in the schema), or tracks that a feature was generated from such a
    configuration (in statistics).
    

    bool declaratively_configured = 4;

    returns

    The declarativelyConfigured.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  7. def getDefaultInstanceForType(): DerivedFeatureSource
    Definition Classes
    DerivedFeatureSource → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  8. def getDeriverName(): String

    The name of the deriver that generated this feature.
    

    The name of the deriver that generated this feature.
    

    string deriver_name = 1;

    returns

    The deriverName.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  9. def getDeriverNameBytes(): ByteString

    The name of the deriver that generated this feature.
    

    The name of the deriver that generated this feature.
    

    string deriver_name = 1;

    returns

    The bytes for deriverName.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  10. def getDescription(): String

    An optional description of the transformation.
    

    An optional description of the transformation.
    

    string description = 2;

    returns

    The description.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  11. def getDescriptionBytes(): ByteString

    An optional description of the transformation.
    

    An optional description of the transformation.
    

    string description = 2;

    returns

    The bytes for description.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  12. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  15. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  16. def getParserForType(): Parser[DerivedFeatureSource]
    Definition Classes
    DerivedFeatureSource → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  17. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  19. def getSerializedSize(): Int
    Definition Classes
    DerivedFeatureSource → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  20. def getSourcePath(index: Int): Path

    The constituent features that went into generating this derived feature.
    

    The constituent features that went into generating this derived feature.
    

    repeated .tensorflow.metadata.v0.Path source_path = 3;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  21. def getSourcePathCount(): Int

    The constituent features that went into generating this derived feature.
    

    The constituent features that went into generating this derived feature.
    

    repeated .tensorflow.metadata.v0.Path source_path = 3;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  22. def getSourcePathList(): List[Path]

    The constituent features that went into generating this derived feature.
    

    The constituent features that went into generating this derived feature.
    

    repeated .tensorflow.metadata.v0.Path source_path = 3;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  23. def getSourcePathOrBuilder(index: Int): PathOrBuilder

    The constituent features that went into generating this derived feature.
    

    The constituent features that went into generating this derived feature.
    

    repeated .tensorflow.metadata.v0.Path source_path = 3;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  24. def getSourcePathOrBuilderList(): List[_ <: PathOrBuilder]

    The constituent features that went into generating this derived feature.
    

    The constituent features that went into generating this derived feature.
    

    repeated .tensorflow.metadata.v0.Path source_path = 3;

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  25. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  26. def hasConfig(): Boolean

    Optional configuration for canned derivers.
    

    Optional configuration for canned derivers.
    

    .tensorflow.metadata.v0.DerivedFeatureConfig config = 5;

    returns

    Whether the config field is set.

    Definition Classes
    DerivedFeatureSourceDerivedFeatureSourceOrBuilder
    Annotations
    @Override()
  27. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  28. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  29. def hashCode(): Int
    Definition Classes
    DerivedFeatureSource → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  30. final def isInitialized(): Boolean
    Definition Classes
    DerivedFeatureSource → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  31. def newBuilderForType(): Builder
    Definition Classes
    DerivedFeatureSource → Message → MessageLite
    Annotations
    @Override()
  32. def toBuilder(): Builder
    Definition Classes
    DerivedFeatureSource → Message → MessageLite
    Annotations
    @Override()
  33. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  34. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  35. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  36. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  37. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    DerivedFeatureSource → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  38. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])