Metadata
Metadata information for metrics data packets.
Contains identification, timing, and frame information for data correlation.
Content copied to clipboard
presage.physiology.MetadataTypes
Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.MetadataOrBuilder
Metadata information for metrics data packets.
Contains identification, timing, and frame information for data correlation.
Content copied to clipboard
presage.physiology.MetadataProperties
Functions
Link copied to clipboard
API version used to generate the metrics
Content copied to clipboard
string api_version = 3;Link copied to clipboard
API version used to generate the metrics
Content copied to clipboard
string api_version = 3;Link copied to clipboard
Link copied to clipboard
Number of actual image frames used to generate the associated PreprocessedDataBuffer,
excluding frames partially used for previous buffers
Content copied to clipboard
int32 frame_count = 6;Link copied to clipboard
Microseconds since start of capture, associated with PreprocessedDataBuffer that triggered this MetricsBuffer
Content copied to clipboard
int64 frame_timestamp = 5;Link copied to clipboard
Unique identifier for the metrics data
Content copied to clipboard
string id = 1;Link copied to clipboard
Seconds since Linux epoch when the data was sent from Physiology Core (cloud API or OnPrem Core Server)
Content copied to clipboard
double sent_at_s = 4;Link copied to clipboard
Timestamp when the data was uploaded/sent, as a full ISO-8601 string
Content copied to clipboard
string upload_timestamp = 2;Link copied to clipboard
Timestamp when the data was uploaded/sent, as a full ISO-8601 string
Content copied to clipboard
string upload_timestamp = 2;Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
Link copied to clipboard