Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : IDirectResponseSchema

Properties

AutoRefreshCrawlErrorRate

Vertex AI's error rate time series of auto-refresh dedicated crawl.

Declaration
[JsonProperty("autoRefreshCrawlErrorRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlErrorRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries

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

UserTriggeredCrawlErrorRate

Vertex AI's error rate time series of user triggered dedicated crawl.

Declaration
[JsonProperty("userTriggeredCrawlErrorRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlErrorRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX