Author: Darth Autocrat
TrawlerFetchReplyDataCrawlDates
Reuse information returned if UrlState == CRAWLED, specifying when we may have reused from cache. See also ReuseInfo below. NOTE: Please use the CrawlTimes below. CrawlDates is deprecated. use CrawlTimes instead!
TrawlerFetchReplyDataFetchStats
The fetcher keeps track of various time intervals spent in the states of the fetcher url control flow. Sometimes flows branch out into more than one flow (next flow), and we aggregate all the time intervals spent in a specific state for all the flows to get the time interval for the state. The time interval for a state is therefore not the time interval of an individual flow, if the WaitNextFlow time is non zero. The WaitNextFlow interval included here is the time spent by one flow waiting for another flow. Although the WaitNextFlow time is the time spent by a flow in the WaitNextFlow state, its also equivalent to the entire timeline of another flow. It is the time spent in the various states of another flow. In computing the total time spent in the primary flow, one must omit the WaitNextFlow time, since it is already included in the form of slices of individual state time intervals in the aggregated time intervals for other states, and will result in double counting.
TrawlerFetchReplyDataFetchStatsStateStats
The following are only populated if Params.WantStateStats is true.
SpeechWaveHeader
A general-purpose buffer to contain sequences of samples. When representing a waveform, the samples are the scalar values of an acoustic signal. When representing a sequence of feature frames, the samples are vector-valued frames.
StorageGraphBfgLegalRequestMetadata
StorageGraphBfgLlmPolicyMetadata
Metadata fields for LLM related data usage restrictions. See go/bard-kg-data-acl for more details.
StorageGraphBfgPolicyMetadata
Metadata about data governance policies. For more context, see go/ke-triple-dg-policy-and-metadata. If any attribute is not set, then there’s no specific restrictions associated with the missing attribute. For example, if availability_start_timestamp
is not set, the data won’t be embargoed automatically; if availability_end_timestamp
is not set, they won’t expire automatically. LINT.IfChange
StorageGraphBfgRwjPolicyMetadata
Metadata fields for Real World Journey. See go/rwj-kg-dg for details.
StorageGraphBfgTripleProvenance
a message containing information about the source of this triple. Note for freebase data: that this is an unpacking of the creator/attribution chain. The creator below is the actual creator of the attribution node, and the rest of the attribution data sits along side. Next id: 22