Skip to content

Commit

Permalink
Update config.yaml.tftpl
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Dec 9, 2024
1 parent 3b98a4b commit 0631f34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/config.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -850,11 +850,10 @@ vertex_ai:
# Follow the guide: https://cloud.google.com/vertex-ai/docs/general/vpc-peering
subnetwork: "default"
# If you want to use the vpc network defined above, set the following flag to true
use_private_service_access: false
state: '${pipeline_configuration.churn_propensity.training.schedule.state}'
use_private_service_access: false
# The `state` defines the state of the pipeline.
# In case you don't want to schedule the pipeline, set the state to `PAUSED`.
state: PAUSED # possible states ACTIVE or PAUSED
state: '${pipeline_configuration.churn_propensity.training.schedule.state}'
# These are pipeline parameters that will be passed to the pipeline to be recompiled
pipeline_parameters:
project: "${project_id}"
Expand Down

0 comments on commit 0631f34

Please sign in to comment.