vas

Vertex AI Search

AI & MLGCP
General

General information about the service.

Description

Vertex AI Search lets you build Google-quality search and recommendations for your own data. It provides enterprise search across websites, structured and unstructured data.

Service ID

discoveryengine.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/dataStores/{dataStore}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

vas-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_discovery_engine_data_store" "main" {
2 location = "global"
3 data_store_id = "vas-${var.workload}-${var.environment}"
4 display_name = "vas-${var.workload}-${var.environment}"
5 industry_vertical = "GENERIC"
6 content_config = "CONTENT_REQUIRED"
7 solution_types = ["SOLUTION_TYPE_SEARCH"]
8}
Utilities

Utilities to support app deployment or configuration.