Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions mmv1/products/mlengine/Model.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions mmv1/products/mlengine/product.yaml

This file was deleted.

This file was deleted.

This file was deleted.

95 changes: 0 additions & 95 deletions mmv1/templates/terraform/state_migrations/ml_engine_model.go.tmpl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ The `actions.publish_findings_to_cloud_data_catalog` field has been removed from

The `run_as_service_account` argument has been removed from `google_integrations_client`. When upgrading to version 8.0.0, remove any usage of `run_as_service_account` from your `google_integrations_client` configurations.

## Resource: `google_ml_engine_model` is now removed

`google_ml_engine_model` has been removed as the underlying Cloud ML Engine (AI Platform Prediction) API has been deprecated. Migrate your machine learning deployments to Vertex AI resources (such as [`google_vertex_ai_endpoint`](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/vertex_ai_endpoint) and Vertex AI Model Garden resources) and remove `google_ml_engine_model` from your configuration.

## Resource: `google_netapp_storage_pool`

### `scale_tier` has been removed
Expand Down
1 change: 0 additions & 1 deletion tools/issue-labeler/labeler/enrolled_teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ service/aiplatform-prediction:
- google_vertex_ai_cache_config
- google_vertex_ai_endpoint
- google_vertex_ai_deployment_resource_pool
- google_ml_engine_model
- google_vertex_ai_endpoint_with_model_garden_deployment
- google_vertex_ai_model_garden_enable_model
service/aiplatform-rag-engine:
Expand Down
Loading