forked from javiergp/mlops-with-vertex-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainconfig.yaml
53 lines (44 loc) · 1.51 KB
/
mainconfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
personal:
project: 'pbalm-cxb-aa'
region: 'europe-west1' # europe-west4 has Cloud NAT, europe-west1 does not
service_account: '188940921537-compute@developer.gserviceaccount.com'
vertex_dataset_name: 'creditcards'
raw_schema_dir: 'src/raw_schema'
bucket: 'pbalm-cxb-aa-eu'
limit: 5000
version: 'v03'
cloudfunction_region: 'europe-west1'
bq:
dataset: 'vertex_eu'
location: 'EU'
source_table: 'creditcards'
ml_table: 'creditcards_ml'
dataflow:
subnet: 'default'
service_account: '188940921537-compute@developer.gserviceaccount.com'
featurestore_id: 'creditcards'
git:
repo_url: "https://github.com/pbalm/mlops-with-vertex-ai.git"
branch: "main"
caixa-novpcsc:
project: 'cxb1-prj-test-no-vpcsc'
region: 'europe-west4'
service_account: 'sa-mlops@cxb1-prj-test-no-vpcsc.iam.gserviceaccount.com'
vertex_dataset_name: 'creditcards'
raw_schema_dir: 'src/raw_schema'
bucket: 'cxb1-prjtest-novpcsc-eu'
limit: 5000
version: 'v01'
cloudfunction_region: 'europe-west1'
bq:
dataset: 'vertex_eu'
location: 'EU'
source_table: 'creditcards'
ml_table: 'creditcards_ml'
dataflow:
subnet: 'default'
service_account: 'sa-mlops@cxb1-prj-test-no-vpcsc.iam.gserviceaccount.com'
featurestore_id: 'creditcards'
git:
repo_url: "https://github.com/pbalm/mlops-with-vertex-ai.git"
branch: "main"