Class EstimatorUriPattern (0.11.11)

EstimatorUriPattern(mapping=None, *, ignore_unknown_fields=False, **kwargs)

URI patterns that we use to crawl.

Attributes

NameDescription
provided_uri_pattern str
User provided URI pattern. For example, foo.com/bar/*.
exact_match bool
Whether we infer the generated URI or use the exact provided one.
exclusive bool
Whether the pattern is exclusive or not. If set to true, the pattern is considered exclusive. If unset or set to false, the pattern is considered inclusive by default.