google_vertex_ai_dataset

A collection of DataItems and Annotations on them.

To get more information about Dataset, see:

Open in Cloud Shell

Example Usage - Vertex Ai Dataset

resource "google_vertex_ai_dataset" "dataset" {
  display_name          = "terraform"
  metadata_schema_uri   = "gs://google-cloud-aiplatform/schema/dataset/metadata/image_1.0.0.yaml"
  region                = "us-central1"

  labels = {
    env = "test"
  }
}

Argument Reference

The following arguments are supported:


The encryption_spec block supports:

Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

This resource does not support import.

User Project Overrides

This resource supports User Project Overrides.