aml

AutoML

AI & MLGCP
General

General information about the service.

Description

Google AutoML enables developers to train high-quality custom machine learning models with minimal ML expertise.

Service ID

automl.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/models/{model}

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

aml-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_vertex_ai_dataset" "main" {
2 display_name = "aml-${var.environment}"
3 metadata_schema_uri = "gs://google-cloud-aiplatform/schema/dataset/metadata/image_1.0.0.yaml"
4 region = var.region
5}
Utilities

Utilities to support app deployment or configuration.