Packages

final class Annotation extends GeneratedMessageV3 with AnnotationOrBuilder

Additional information about the schema or about a feature.

Protobuf type tensorflow.metadata.v0.Annotation

Source
Annotation.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Annotation
  2. AnnotationOrBuilder
  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
    Annotation → 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 getComment(index: Int): String

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    repeated string comment = 2;

    index

    The index of the element to return.

    returns

    The comment at the given index.

    Definition Classes
    AnnotationAnnotationOrBuilder
  5. def getCommentBytes(index: Int): ByteString

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    repeated string comment = 2;

    index

    The index of the value to return.

    returns

    The bytes of the comment at the given index.

    Definition Classes
    AnnotationAnnotationOrBuilder
  6. def getCommentCount(): Int

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    repeated string comment = 2;

    returns

    The count of comment.

    Definition Classes
    AnnotationAnnotationOrBuilder
  7. def getCommentList(): ProtocolStringList

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    Free-text comments. This can be used as a description of the feature,
    developer notes etc.
    

    repeated string comment = 2;

    returns

    A list containing the comment.

    Definition Classes
    AnnotationAnnotationOrBuilder
  8. def getDefaultInstanceForType(): Annotation
    Definition Classes
    Annotation → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  9. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  10. def getExtraMetadata(index: Int): Any

    Application-specific metadata may be attached here.
    

    Application-specific metadata may be attached here.
    

    repeated .google.protobuf.Any extra_metadata = 3;

    Definition Classes
    AnnotationAnnotationOrBuilder
    Annotations
    @Override()
  11. def getExtraMetadataCount(): Int

    Application-specific metadata may be attached here.
    

    Application-specific metadata may be attached here.
    

    repeated .google.protobuf.Any extra_metadata = 3;

    Definition Classes
    AnnotationAnnotationOrBuilder
    Annotations
    @Override()
  12. def getExtraMetadataList(): List[Any]

    Application-specific metadata may be attached here.
    

    Application-specific metadata may be attached here.
    

    repeated .google.protobuf.Any extra_metadata = 3;

    Definition Classes
    AnnotationAnnotationOrBuilder
    Annotations
    @Override()
  13. def getExtraMetadataOrBuilder(index: Int): AnyOrBuilder

    Application-specific metadata may be attached here.
    

    Application-specific metadata may be attached here.
    

    repeated .google.protobuf.Any extra_metadata = 3;

    Definition Classes
    AnnotationAnnotationOrBuilder
    Annotations
    @Override()
  14. def getExtraMetadataOrBuilderList(): List[_ <: AnyOrBuilder]

    Application-specific metadata may be attached here.
    

    Application-specific metadata may be attached here.
    

    repeated .google.protobuf.Any extra_metadata = 3;

    Definition Classes
    AnnotationAnnotationOrBuilder
    Annotations
    @Override()
  15. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  17. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  18. def getParserForType(): Parser[Annotation]
    Definition Classes
    Annotation → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  19. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. def getSerializedSize(): Int
    Definition Classes
    Annotation → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  22. def getTag(index: Int): String

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    repeated string tag = 1;

    index

    The index of the element to return.

    returns

    The tag at the given index.

    Definition Classes
    AnnotationAnnotationOrBuilder
  23. def getTagBytes(index: Int): ByteString

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    repeated string tag = 1;

    index

    The index of the value to return.

    returns

    The bytes of the tag at the given index.

    Definition Classes
    AnnotationAnnotationOrBuilder
  24. def getTagCount(): Int

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    repeated string tag = 1;

    returns

    The count of tag.

    Definition Classes
    AnnotationAnnotationOrBuilder
  25. def getTagList(): ProtocolStringList

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    Tags can be used to mark features. For example, tag on user_age feature can
    be `user_feature`, tag on user_country feature can be `location_feature`,
    `user_feature`.
    

    repeated string tag = 1;

    returns

    A list containing the tag.

    Definition Classes
    AnnotationAnnotationOrBuilder
  26. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  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
    Annotation → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  30. final def isInitialized(): Boolean
    Definition Classes
    Annotation → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  31. def newBuilderForType(): Builder
    Definition Classes
    Annotation → Message → MessageLite
    Annotations
    @Override()
  32. def toBuilder(): Builder
    Definition Classes
    Annotation → 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
    Annotation → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  38. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])