Skip to content

Commit c69d94f

Browse files
committed
mlengine: remove deprecated google_ml_engine_model for 8.0.0
1 parent 387bf1a commit c69d94f

7 files changed

Lines changed: 4 additions & 239 deletions

File tree

mmv1/products/mlengine/Model.yaml

Lines changed: 0 additions & 107 deletions
This file was deleted.

mmv1/products/mlengine/product.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

mmv1/templates/terraform/samples/services/mlengine/ml_model_basic.tf.tmpl

Lines changed: 0 additions & 5 deletions
This file was deleted.

mmv1/templates/terraform/samples/services/mlengine/ml_model_full.tf.tmpl

Lines changed: 0 additions & 10 deletions
This file was deleted.

mmv1/templates/terraform/state_migrations/ml_engine_model.go.tmpl

Lines changed: 0 additions & 95 deletions
This file was deleted.

mmv1/third_party/terraform/website/docs/guides/version_8_upgrade.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ The `actions.publish_findings_to_cloud_data_catalog` field has been removed from
155155

156156
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.
157157

158+
## Resource: `google_ml_engine_model` is now removed
159+
160+
`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.
161+
158162
## Resource: `google_netapp_storage_pool`
159163

160164
### `scale_tier` has been removed

tools/issue-labeler/labeler/enrolled_teams.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ service/aiplatform-prediction:
4545
- google_vertex_ai_cache_config
4646
- google_vertex_ai_endpoint
4747
- google_vertex_ai_deployment_resource_pool
48-
- google_ml_engine_model
4948
- google_vertex_ai_endpoint_with_model_garden_deployment
5049
- google_vertex_ai_model_garden_enable_model
5150
service/aiplatform-rag-engine:

0 commit comments

Comments
 (0)