final class SequenceMetadata extends GeneratedMessageV3 with SequenceMetadataOrBuilder
- Alphabetic
- By Inheritance
- SequenceMetadata
- SequenceMetadataOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def equals(obj: AnyRef): Boolean
- Definition Classes
- SequenceMetadata → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getDefaultInstanceForType(): SequenceMetadata
- Definition Classes
- SequenceMetadata → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getJointGroup(): String
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
optional string joint_group = 4;
- returns
The jointGroup.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def getJointGroupBytes(): ByteString
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
optional string joint_group = 4;
- returns
The bytes for jointGroup.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[SequenceMetadata]
- Definition Classes
- SequenceMetadata → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSequenceTruncationLimit(): Long
Specifies the maximum sequence length that should be processed. Sequences may exceed this limit but are expected to be truncated by modeling layers.
Specifies the maximum sequence length that should be processed. Sequences may exceed this limit but are expected to be truncated by modeling layers.
optional int64 sequence_truncation_limit = 5;
- returns
The sequenceTruncationLimit.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def getSequentialStatus(): SequentialStatus
optional .tensorflow.metadata.v0.SequenceMetadata.SequentialStatus sequential_status = 3;
optional .tensorflow.metadata.v0.SequenceMetadata.SequentialStatus sequential_status = 3;
- returns
The sequentialStatus.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def getSerializedSize(): Int
- Definition Classes
- SequenceMetadata → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasJointGroup(): Boolean
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
An arbitrary string defining a "group" of features that could be modeled as a single joint sequence. For example, consider a dataset that contains three sequential features "purchase_time", "product_id", "purchase_price". These belong to the same sequence of purchases and could be modeled jointly. Specifying joint_group = "purchase" on all three sequences would communicate that the features can be considered part of a single conceptual sequence.
optional string joint_group = 4;
- returns
Whether the jointGroup field is set.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasSequenceTruncationLimit(): Boolean
Specifies the maximum sequence length that should be processed. Sequences may exceed this limit but are expected to be truncated by modeling layers.
Specifies the maximum sequence length that should be processed. Sequences may exceed this limit but are expected to be truncated by modeling layers.
optional int64 sequence_truncation_limit = 5;
- returns
Whether the sequenceTruncationLimit field is set.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def hasSequentialStatus(): Boolean
optional .tensorflow.metadata.v0.SequenceMetadata.SequentialStatus sequential_status = 3;
optional .tensorflow.metadata.v0.SequenceMetadata.SequentialStatus sequential_status = 3;
- returns
Whether the sequentialStatus field is set.
- Definition Classes
- SequenceMetadata → SequenceMetadataOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- SequenceMetadata → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- final def isInitialized(): Boolean
- Definition Classes
- SequenceMetadata → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- SequenceMetadata → Message → MessageLite
- Annotations
- @Override()
- def toBuilder(): Builder
- Definition Classes
- SequenceMetadata → 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
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- SequenceMetadata → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])