Class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
The historical dedicated crawl rate timeseries data, used for monitoring. Dedicated crawl is used by Vertex AI to crawl the user's website when dedicate crawl is set.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : IDirectResponseSchema
Properties
AutoRefreshCrawlRate
Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like refreshing urls periodically.
Declaration
[JsonProperty("autoRefreshCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlRate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserTriggeredCrawlRate
Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use cases like crawling urls or sitemaps specified by users.
Declaration
[JsonProperty("userTriggeredCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlRate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries |