SearchEngineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configurations for a Search Engine.
Attributes |
|
|---|---|
| Name | Description |
search_tier |
google.cloud.discoveryengine_v1beta.types.SearchTier
The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. |
required_subscription_tier |
google.cloud.discoveryengine_v1beta.types.SubscriptionTier
Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. |
search_add_ons |
MutableSequence[google.cloud.discoveryengine_v1beta.types.SearchAddOn]
The add-on that this search engine enables. |