google-cloud-pipeline-components 2.20.1__py3-none-any.whl → 2.21.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of google-cloud-pipeline-components might be problematic. Click here for more details.
- google_cloud_pipeline_components/_implementation/starry_net/get_training_artifacts/component.py +3 -1
- google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/set_dataprep_args/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/set_eval_args/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/set_test_set/component.py +3 -1
- google_cloud_pipeline_components/_implementation/starry_net/set_tfrecord_args/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/set_train_args/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/upload_decomposition_plots/component.py +2 -1
- google_cloud_pipeline_components/preview/automl/forecasting/forecasting_ensemble.py +1 -1
- google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_1_tuner.py +2 -2
- google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_2_tuner.py +2 -2
- google_cloud_pipeline_components/preview/automl/forecasting/learn_to_learn_forecasting_pipeline.yaml +40 -40
- google_cloud_pipeline_components/preview/automl/forecasting/sequence_to_sequence_forecasting_pipeline.yaml +40 -40
- google_cloud_pipeline_components/preview/automl/forecasting/temporal_fusion_transformer_forecasting_pipeline.yaml +40 -40
- google_cloud_pipeline_components/preview/automl/forecasting/time_series_dense_encoder_forecasting_pipeline.yaml +40 -40
- google_cloud_pipeline_components/preview/automl/tabular/auto_feature_engineering.py +1 -1
- google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_feature_selection_pipeline.yaml +39 -39
- google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_v2_pipeline.yaml +41 -41
- google_cloud_pipeline_components/preview/automl/tabular/distillation_stage_feature_transform_engine.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/feature_selection.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/feature_selection_pipeline.yaml +4 -4
- google_cloud_pipeline_components/preview/automl/tabular/feature_transform_engine.py +3 -3
- google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job_pipeline.yaml +15 -15
- google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer_pipeline.yaml +13 -13
- google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job_pipeline.yaml +14 -14
- google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer.py +2 -2
- google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer_pipeline.yaml +13 -13
- google_cloud_pipeline_components/preview/automl/tabular/xgboost_hyperparameter_tuning_job_pipeline.yaml +14 -14
- google_cloud_pipeline_components/preview/automl/tabular/xgboost_trainer_pipeline.yaml +13 -13
- google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_predict_pipeline.yaml +10 -10
- google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml +31 -31
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml +13 -13
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py +3 -3
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml +14 -14
- google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml +37 -37
- google_cloud_pipeline_components/v1/automl/tabular/cv_trainer.py +2 -2
- google_cloud_pipeline_components/v1/automl/tabular/ensemble.py +2 -2
- google_cloud_pipeline_components/v1/automl/tabular/finalizer.py +1 -1
- google_cloud_pipeline_components/v1/automl/tabular/infra_validator.py +1 -1
- google_cloud_pipeline_components/v1/automl/tabular/split_materialized_data.py +1 -1
- google_cloud_pipeline_components/v1/automl/tabular/stage_1_tuner.py +2 -2
- google_cloud_pipeline_components/v1/automl/tabular/stats_and_example_gen.py +2 -2
- google_cloud_pipeline_components/v1/automl/tabular/training_configurator_and_validator.py +1 -1
- google_cloud_pipeline_components/v1/automl/tabular/transform.py +2 -2
- google_cloud_pipeline_components/v1/custom_job/component.py +4 -1
- google_cloud_pipeline_components/v1/custom_job/utils.py +6 -1
- google_cloud_pipeline_components/version.py +1 -1
- {google_cloud_pipeline_components-2.20.1.dist-info → google_cloud_pipeline_components-2.21.0.dist-info}/METADATA +23 -33
- {google_cloud_pipeline_components-2.20.1.dist-info → google_cloud_pipeline_components-2.21.0.dist-info}/RECORD +55 -59
- {google_cloud_pipeline_components-2.20.1.dist-info → google_cloud_pipeline_components-2.21.0.dist-info}/WHEEL +1 -1
- google_cloud_pipeline_components/proto/README.md +0 -49
- google_cloud_pipeline_components/proto/gcp_resources.proto +0 -25
- google_cloud_pipeline_components/proto/task_error.proto +0 -11
- google_cloud_pipeline_components/proto/template_metadata.proto +0 -323
- {google_cloud_pipeline_components-2.20.1.dist-info/licenses → google_cloud_pipeline_components-2.21.0.dist-info}/LICENSE +0 -0
- {google_cloud_pipeline_components-2.20.1.dist-info → google_cloud_pipeline_components-2.21.0.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@ google_cloud_pipeline_components/__init__.py,sha256=HOU1WNUeWpY1HjluW8vbI7Cai_EF
|
|
|
2
2
|
google_cloud_pipeline_components/_image.py,sha256=lANDYNk1WSuGZSoTTRcWdjsUvCkkA-PmwouTM9Et7fY,828
|
|
3
3
|
google_cloud_pipeline_components/_placeholders.py,sha256=9yIbieYjZkZJg4xuKklxWQVn3Z-9ryb9Q6V15Jqpe98,3090
|
|
4
4
|
google_cloud_pipeline_components/utils.py,sha256=9FG7umyEXhyUvtNeC46NuQ04olDMR3o-Wp78V1xs8GY,11045
|
|
5
|
-
google_cloud_pipeline_components/version.py,sha256=
|
|
5
|
+
google_cloud_pipeline_components/version.py,sha256=3_RxStKAzqYXNI6ecFFmOkCrbHD7vqzF83AbZKkRprY,678
|
|
6
6
|
google_cloud_pipeline_components/_implementation/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
7
7
|
google_cloud_pipeline_components/_implementation/llm/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
8
8
|
google_cloud_pipeline_components/_implementation/llm/batch_prediction_pairwise.py,sha256=mARB-tDYFr0tpBrLCIh481H4LDuXdr_8UyKVUaOF5Cw,7569
|
|
@@ -96,23 +96,23 @@ google_cloud_pipeline_components/_implementation/starry_net/evaluation/__init__.
|
|
|
96
96
|
google_cloud_pipeline_components/_implementation/starry_net/evaluation/component.py,sha256=SlNxkVcaxmJRiOFxPjL71amNrE4R0J2UGl5xdHAZUgU,819
|
|
97
97
|
google_cloud_pipeline_components/_implementation/starry_net/evaluation/evaluation.yaml,sha256=qEcFeTONUU4HgiuPrqb8HkEPpkQARl6xIzGkRVuwogE,10283
|
|
98
98
|
google_cloud_pipeline_components/_implementation/starry_net/get_training_artifacts/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
99
|
-
google_cloud_pipeline_components/_implementation/starry_net/get_training_artifacts/component.py,sha256=
|
|
99
|
+
google_cloud_pipeline_components/_implementation/starry_net/get_training_artifacts/component.py,sha256=8u4PRTu9WmaLLPCBp92t1u_mmhYZjb2_yIHtFTH4vZI,2244
|
|
100
100
|
google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
101
|
-
google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/component.py,sha256=
|
|
101
|
+
google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/component.py,sha256=s_2q9sKWa_s0z4dIaql0xTyAty3rPoMcGtILbV4e_Ko,2759
|
|
102
102
|
google_cloud_pipeline_components/_implementation/starry_net/set_dataprep_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
103
|
-
google_cloud_pipeline_components/_implementation/starry_net/set_dataprep_args/component.py,sha256=
|
|
103
|
+
google_cloud_pipeline_components/_implementation/starry_net/set_dataprep_args/component.py,sha256=f3xpckrSp-cFsV34MjJm6JNncOdo810VZOxsnteagQQ,3738
|
|
104
104
|
google_cloud_pipeline_components/_implementation/starry_net/set_eval_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
105
|
-
google_cloud_pipeline_components/_implementation/starry_net/set_eval_args/component.py,sha256=
|
|
105
|
+
google_cloud_pipeline_components/_implementation/starry_net/set_eval_args/component.py,sha256=kpLVVAd1C0EaMzv6aPWPq_Mcxu4O7LbgtJl0A2gpZIQ,2663
|
|
106
106
|
google_cloud_pipeline_components/_implementation/starry_net/set_test_set/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
107
|
-
google_cloud_pipeline_components/_implementation/starry_net/set_test_set/component.py,sha256
|
|
107
|
+
google_cloud_pipeline_components/_implementation/starry_net/set_test_set/component.py,sha256=-zG552JjPxlro48rfF8jai_h2XTiJS1YFLcLbN1t4dE,1717
|
|
108
108
|
google_cloud_pipeline_components/_implementation/starry_net/set_tfrecord_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
109
|
-
google_cloud_pipeline_components/_implementation/starry_net/set_tfrecord_args/component.py,sha256=
|
|
109
|
+
google_cloud_pipeline_components/_implementation/starry_net/set_tfrecord_args/component.py,sha256=ccahqxUqL23rXnFP19oZdkcIR1Q-o-c2Oh--TZigq90,2448
|
|
110
110
|
google_cloud_pipeline_components/_implementation/starry_net/set_train_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
111
|
-
google_cloud_pipeline_components/_implementation/starry_net/set_train_args/component.py,sha256=
|
|
111
|
+
google_cloud_pipeline_components/_implementation/starry_net/set_train_args/component.py,sha256=nJXIKTbGzjmamxlOX0OQP9i3iUpGSurr4-Z7pYyzxPs,3491
|
|
112
112
|
google_cloud_pipeline_components/_implementation/starry_net/train/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
113
113
|
google_cloud_pipeline_components/_implementation/starry_net/train/component.py,sha256=1dl7jP7AZaZA9LOoRbQCTtXMZlyd6j9ua7AcXIaG6vk,10997
|
|
114
114
|
google_cloud_pipeline_components/_implementation/starry_net/upload_decomposition_plots/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
115
|
-
google_cloud_pipeline_components/_implementation/starry_net/upload_decomposition_plots/component.py,sha256=
|
|
115
|
+
google_cloud_pipeline_components/_implementation/starry_net/upload_decomposition_plots/component.py,sha256=YNh7noe12ENzYEU-dcjKhTKE3-mYncxIzaQNV5GfEHU,2427
|
|
116
116
|
google_cloud_pipeline_components/_implementation/starry_net/upload_model/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
117
117
|
google_cloud_pipeline_components/_implementation/starry_net/upload_model/component.py,sha256=P-gCilLSI8ypUDwRFSZKmkS0FS9JBXr6vk7_qLDTidE,826
|
|
118
118
|
google_cloud_pipeline_components/_implementation/starry_net/upload_model/upload_model.yaml,sha256=6eTzVJ7bvp67NjN0Y3HwZWdgYdswJTVXiQNSdOtSh_E,1462
|
|
@@ -304,35 +304,35 @@ google_cloud_pipeline_components/container/v1/wait_gcp_resources/remote_runner.p
|
|
|
304
304
|
google_cloud_pipeline_components/preview/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
305
305
|
google_cloud_pipeline_components/preview/automl/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
306
306
|
google_cloud_pipeline_components/preview/automl/forecasting/__init__.py,sha256=Y-PNjGWILh5wMGQLmvaIukfr9KC9oD2GQLhfJDofrAQ,3532
|
|
307
|
-
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_ensemble.py,sha256=
|
|
308
|
-
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_1_tuner.py,sha256=
|
|
309
|
-
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_2_tuner.py,sha256=
|
|
310
|
-
google_cloud_pipeline_components/preview/automl/forecasting/learn_to_learn_forecasting_pipeline.yaml,sha256=
|
|
311
|
-
google_cloud_pipeline_components/preview/automl/forecasting/sequence_to_sequence_forecasting_pipeline.yaml,sha256=
|
|
312
|
-
google_cloud_pipeline_components/preview/automl/forecasting/temporal_fusion_transformer_forecasting_pipeline.yaml,sha256=
|
|
313
|
-
google_cloud_pipeline_components/preview/automl/forecasting/time_series_dense_encoder_forecasting_pipeline.yaml,sha256=
|
|
307
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_ensemble.py,sha256=vuiyzqsHss4t45Al4zJXtJbp8l4Q1wvbgOKTdKAQPEM,5655
|
|
308
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_1_tuner.py,sha256=xVEE7_GEPKq5afsaJy7D3Tf7UOe4eZ6vjr3mbIyz5C4,6564
|
|
309
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_2_tuner.py,sha256=O3berlrkpHCxDn_iQpzNNyzECRQhG3b2BtXWi7iHLCg,6376
|
|
310
|
+
google_cloud_pipeline_components/preview/automl/forecasting/learn_to_learn_forecasting_pipeline.yaml,sha256=153i3mg09v2cEsZY_W1kW7UC7Be9HKJUZH_cj9YuU1g,357600
|
|
311
|
+
google_cloud_pipeline_components/preview/automl/forecasting/sequence_to_sequence_forecasting_pipeline.yaml,sha256=PEpPz1ehCcB0l5ykOp_hGMvUrRXUs3cl1K2zLKMhEXQ,355779
|
|
312
|
+
google_cloud_pipeline_components/preview/automl/forecasting/temporal_fusion_transformer_forecasting_pipeline.yaml,sha256=m-sX_QP04F9g_WO8Eva8pv4U9BV4LsfYh1nDPtLKF0Y,354885
|
|
313
|
+
google_cloud_pipeline_components/preview/automl/forecasting/time_series_dense_encoder_forecasting_pipeline.yaml,sha256=SGlsdWD9Q3qPBSFXfEcmVWqZoDOWlyq5V1RiENwRwl0,357675
|
|
314
314
|
google_cloud_pipeline_components/preview/automl/forecasting/utils.py,sha256=fet0opwz3FbuGpUOlm2AnwOI0PEk_wXjTBFqrF_2BNA,55547
|
|
315
315
|
google_cloud_pipeline_components/preview/automl/tabular/__init__.py,sha256=jzu9udS0cH8lSSvgn3XerrKbs69GpMzI2NGSpNQmbcI,4247
|
|
316
|
-
google_cloud_pipeline_components/preview/automl/tabular/auto_feature_engineering.py,sha256=
|
|
317
|
-
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_feature_selection_pipeline.yaml,sha256=
|
|
318
|
-
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_v2_pipeline.yaml,sha256=
|
|
319
|
-
google_cloud_pipeline_components/preview/automl/tabular/distillation_stage_feature_transform_engine.py,sha256=
|
|
320
|
-
google_cloud_pipeline_components/preview/automl/tabular/feature_selection.py,sha256=
|
|
321
|
-
google_cloud_pipeline_components/preview/automl/tabular/feature_selection_pipeline.yaml,sha256=
|
|
322
|
-
google_cloud_pipeline_components/preview/automl/tabular/feature_transform_engine.py,sha256=
|
|
323
|
-
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job.py,sha256=
|
|
324
|
-
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job_pipeline.yaml,sha256=
|
|
325
|
-
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer.py,sha256=
|
|
326
|
-
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer_pipeline.yaml,sha256=
|
|
316
|
+
google_cloud_pipeline_components/preview/automl/tabular/auto_feature_engineering.py,sha256=JN_dqtsIABgRAyL_qSAWW0LU6ZBAomJYiYNFKqd6d6I,3643
|
|
317
|
+
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_feature_selection_pipeline.yaml,sha256=tzQXTnRLXR5RH-kqxnkjERhoUiVOc9JrV3tLwnWr4U0,511441
|
|
318
|
+
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_v2_pipeline.yaml,sha256=g7xjobcPWxLZCX_JGBBd_DIah8DjPCJfb_AhS1GsIbQ,580670
|
|
319
|
+
google_cloud_pipeline_components/preview/automl/tabular/distillation_stage_feature_transform_engine.py,sha256=AbFmbFgIPHBrZkr1WAvpf3UiYwEf4e5cpFkCxUrJ3lo,9629
|
|
320
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_selection.py,sha256=BKHf_rrYUXcYlKsPGygOPNZuV0gDAoJHXNDHGvz1hok,7546
|
|
321
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_selection_pipeline.yaml,sha256=TKaMVGKOBlzYtwPfw005fDtaEHKE-s4q_4hrhZfrsFE,75354
|
|
322
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_transform_engine.py,sha256=sX3xtVEzY-n_NSVQGhAZDj5di83dbJpxKJpN5tG8zxU,47372
|
|
323
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job.py,sha256=JN9rHHoaY-7bFJlILgoWC06Tr-IeqRHAtWTfvpjDlJ4,9980
|
|
324
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job_pipeline.yaml,sha256=dWAWwBJRKTFcbE7huYNUccI81l05lMPSgFRcPZ2tbuU,243042
|
|
325
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer.py,sha256=xUbJjaSCAFvzUC285j5szpnaNvOUqdUpa9SqXRMwhJU,12748
|
|
326
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer_pipeline.yaml,sha256=J4XHGmxvcrg5PnmdB1BqiNiriinJhKdYpXyLGJ9tTcQ,202129
|
|
327
327
|
google_cloud_pipeline_components/preview/automl/tabular/utils.py,sha256=X2iag9zQX490KMQf7e8AfzfwYTWq8bbtvnw0WpFxNj8,168318
|
|
328
|
-
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job.py,sha256
|
|
329
|
-
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job_pipeline.yaml,sha256=
|
|
330
|
-
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer.py,sha256=
|
|
331
|
-
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer_pipeline.yaml,sha256=
|
|
328
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job.py,sha256=tJ11cEWm1oV6gYV8cs-1Ye7bDoXJI4-sTTZ0uTkkwWQ,9975
|
|
329
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job_pipeline.yaml,sha256=E5lHTCVzUo7vnCFzHMNy_by4nD-bx4aWtoXTEtUqflk,195050
|
|
330
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer.py,sha256=FWmDBAyeBCaUcsV2b4hbfwe1mwo9e3_h8pwPE-qyGns,11922
|
|
331
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer_pipeline.yaml,sha256=w1OnaU7i1JeAI9updYTKrTuU__ajVRI8zLFyVYyYUMk,190786
|
|
332
332
|
google_cloud_pipeline_components/preview/automl/tabular/xgboost_hyperparameter_tuning_job.py,sha256=BYgs8CyzSObP6NeHbIXQaCV2Cgn2f0uJ47sxWHM6rT0,4787
|
|
333
|
-
google_cloud_pipeline_components/preview/automl/tabular/xgboost_hyperparameter_tuning_job_pipeline.yaml,sha256=
|
|
333
|
+
google_cloud_pipeline_components/preview/automl/tabular/xgboost_hyperparameter_tuning_job_pipeline.yaml,sha256=1sawxMBbyzUCXrNyfOvCxGONdci3mO0_Zmv5wpOzTJY,223562
|
|
334
334
|
google_cloud_pipeline_components/preview/automl/tabular/xgboost_trainer.py,sha256=fpc36b4aiggwj7suMa3oCxcJbQoFQZ5H15eFeustDWc,2333
|
|
335
|
-
google_cloud_pipeline_components/preview/automl/tabular/xgboost_trainer_pipeline.yaml,sha256=
|
|
335
|
+
google_cloud_pipeline_components/preview/automl/tabular/xgboost_trainer_pipeline.yaml,sha256=0KiaU1qyfr19u2sJf_Dway1Ei8_y9DCHUbCrhJlPKZ8,208025
|
|
336
336
|
google_cloud_pipeline_components/preview/automl/tabular/configs/tabnet_params_large_data_large_search_space.json,sha256=PCUg32sSgMbrLrZu2QVV6IyaUyNokUHq3CjS0_0y3uo,3292
|
|
337
337
|
google_cloud_pipeline_components/preview/automl/tabular/configs/tabnet_params_large_data_medium_search_space.json,sha256=ARIW4gkMZfCgjIJVTSUfzJVH4qc6dWmxdJFWSSXAFmA,3261
|
|
338
338
|
google_cloud_pipeline_components/preview/automl/tabular/configs/tabnet_params_large_data_small_search_space.json,sha256=IXoaCZ0heGqduiQKkR-sizbwR1151y9ZeDKqTYVlvPQ,2975
|
|
@@ -367,36 +367,32 @@ google_cloud_pipeline_components/preview/model_evaluation/model_evaluation_impor
|
|
|
367
367
|
google_cloud_pipeline_components/preview/model_evaluation/utils.py,sha256=oRlEvA3zMSTzgxJklZD0A-BzFDx0-PsBHBXZ4kmaREY,7539
|
|
368
368
|
google_cloud_pipeline_components/preview/starry_net/__init__.py,sha256=yEpcicPBsGqgahrCtcJ06a_7E2pUgdp32U0yWwFRy7E,796
|
|
369
369
|
google_cloud_pipeline_components/preview/starry_net/component.py,sha256=SdmUfL7xZfK8yWOuVqDczqTqJMShAga3rJxgj4mFCxE,24424
|
|
370
|
-
google_cloud_pipeline_components/proto/README.md,sha256=woU_Z4coJkfUT5zslydfkfWN9sOvH6zsLJTLxvacGUg,1858
|
|
371
370
|
google_cloud_pipeline_components/proto/__init__.py,sha256=aiPUc6gpQwG9cRTYfw3ChFCJfDr3vAIsm2eMYUDJjJQ,661
|
|
372
|
-
google_cloud_pipeline_components/proto/gcp_resources.proto,sha256=SrIIV7hLhOCUvrWBtuc8fkHuOczftkKmlhyLAsDNuUw,764
|
|
373
371
|
google_cloud_pipeline_components/proto/gcp_resources_pb2.py,sha256=ssNNm4zjiWbuBUS7IH6kyrvvfmcC_Z5F7hOAuQe_YLk,2134
|
|
374
|
-
google_cloud_pipeline_components/proto/task_error.proto,sha256=0-Wi6DOF3jWDSwvIFU3XPWrj--ArG10REng6OE3yiKg,283
|
|
375
372
|
google_cloud_pipeline_components/proto/task_error_pb2.py,sha256=PPz4luEm3Pa3YDn4mtpqEPl8QVSFa44pV8W2KbWRq1I,1235
|
|
376
|
-
google_cloud_pipeline_components/proto/template_metadata.proto,sha256=RBsrMfjcmDK465l6f8thY2dj_HfXiBf6I5QO5BNhVYQ,10736
|
|
377
373
|
google_cloud_pipeline_components/proto/template_metadata_pb2.py,sha256=jAIJgc5UWYz8E0Vf3IbjPlyiWI3kCNYrJHyAUaQTpgc,10067
|
|
378
374
|
google_cloud_pipeline_components/types/__init__.py,sha256=1WFkL49QEy-gNb6ywQOE4yZkD7DoULAeiL1tLdb3S28,606
|
|
379
375
|
google_cloud_pipeline_components/types/artifact_types.py,sha256=zvwvzRuFb_s1VS1mtKkltOOACATJk-kG7dVFOUasfw4,23725
|
|
380
376
|
google_cloud_pipeline_components/v1/__init__.py,sha256=E1Fie3Gq3KKLHEBGUUBeuao-Eo1uwuBfAWWhx2siwaE,765
|
|
381
377
|
google_cloud_pipeline_components/v1/automl/__init__.py,sha256=l8whL8MMhZ-KMyacLpGzO-5cNxxD2wUW6PtMVx0C_mI,631
|
|
382
378
|
google_cloud_pipeline_components/v1/automl/forecasting/__init__.py,sha256=FVS4qHJEuAxXZuW9ffOD16_-T0xwaUUBh2j1d4AF8HQ,1488
|
|
383
|
-
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_predict_pipeline.yaml,sha256=
|
|
384
|
-
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml,sha256=
|
|
385
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=
|
|
386
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=
|
|
387
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml,sha256=
|
|
379
|
+
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_predict_pipeline.yaml,sha256=OtvurwlTE_G50tnEVOAqU8ig0R0vBUuWiaa5CINY10M,51452
|
|
380
|
+
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml,sha256=hgksGh_wFnF7hxnY34e8sR1TT8GXgu09rpwwomHfCg4,242529
|
|
381
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=KL7rbAay75PRaZGvgsr8ZB8KWprxWAD085VqtGXdUmI,93654
|
|
382
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=1fBe3f9w58I5dhWqil9EOdAYrvt81As7xOBnh9ZTq8s,8815
|
|
383
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml,sha256=kZLay3wfIB9E3y4-uco2sJV3xGXNF1gqatBHDmADyAI,143006
|
|
388
384
|
google_cloud_pipeline_components/v1/automl/forecasting/utils.py,sha256=Q0SxHlj2jhlpX-buOkxZqDL0wN8Si2-f5iMo08w54ms,14855
|
|
389
385
|
google_cloud_pipeline_components/v1/automl/tabular/__init__.py,sha256=Clqtp6KThsxtvgu6Egj-dbkftci-VWDSKXXo_T6bTv8,2480
|
|
390
|
-
google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml,sha256=
|
|
391
|
-
google_cloud_pipeline_components/v1/automl/tabular/cv_trainer.py,sha256=
|
|
392
|
-
google_cloud_pipeline_components/v1/automl/tabular/ensemble.py,sha256=
|
|
393
|
-
google_cloud_pipeline_components/v1/automl/tabular/finalizer.py,sha256=
|
|
394
|
-
google_cloud_pipeline_components/v1/automl/tabular/infra_validator.py,sha256=
|
|
395
|
-
google_cloud_pipeline_components/v1/automl/tabular/split_materialized_data.py,sha256=
|
|
396
|
-
google_cloud_pipeline_components/v1/automl/tabular/stage_1_tuner.py,sha256=
|
|
397
|
-
google_cloud_pipeline_components/v1/automl/tabular/stats_and_example_gen.py,sha256=
|
|
398
|
-
google_cloud_pipeline_components/v1/automl/tabular/training_configurator_and_validator.py,sha256=
|
|
399
|
-
google_cloud_pipeline_components/v1/automl/tabular/transform.py,sha256=
|
|
386
|
+
google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml,sha256=uaaj6y7uMEEE4nVpNRLTS-mXA6uEza5xKiby__bCCyI,500714
|
|
387
|
+
google_cloud_pipeline_components/v1/automl/tabular/cv_trainer.py,sha256=PAHbPDYRBvBkIlmWciuP_BnobQVA-yQjbyDBMrwwm1k,6708
|
|
388
|
+
google_cloud_pipeline_components/v1/automl/tabular/ensemble.py,sha256=cIcVplKe7FCYSegqBXsqM2M4dr6ox6mLSw3FImvZ7Ig,6935
|
|
389
|
+
google_cloud_pipeline_components/v1/automl/tabular/finalizer.py,sha256=Gh-uuJA-DJdZ4IPDTWrCWxJd-N0Kb2TgUx_WGARjLVA,3108
|
|
390
|
+
google_cloud_pipeline_components/v1/automl/tabular/infra_validator.py,sha256=X8KYFaaqzlhO2W_UkX53-n6BZxtHPMOPaIgddkFS5hM,1333
|
|
391
|
+
google_cloud_pipeline_components/v1/automl/tabular/split_materialized_data.py,sha256=llpQdY5sZMjlaCZgaGBwYVtQ_ozX_8N4iiekcCYODOI,5571
|
|
392
|
+
google_cloud_pipeline_components/v1/automl/tabular/stage_1_tuner.py,sha256=_qknaU0iTZfn1eWjSfwnOhvUkTpsSmalNnJHeOuPBKE,7761
|
|
393
|
+
google_cloud_pipeline_components/v1/automl/tabular/stats_and_example_gen.py,sha256=YsM-VcFubhps43aN0QlC_DAeIf4cvQKpM_OpZe-Z690,13367
|
|
394
|
+
google_cloud_pipeline_components/v1/automl/tabular/training_configurator_and_validator.py,sha256=DYbevDPc9Q7qH48rNxSMTgSqV-zFE7URdh-_fnjVyAc,12202
|
|
395
|
+
google_cloud_pipeline_components/v1/automl/tabular/transform.py,sha256=OZoZUE9_woFEvKPr6gun6IdPA5Te1flPzLuFYMN5fwo,8241
|
|
400
396
|
google_cloud_pipeline_components/v1/automl/tabular/utils.py,sha256=ArCR1luEMRULJ7fSxvJdKhwb7bAi8ASMv8zlKGgz8-A,74660
|
|
401
397
|
google_cloud_pipeline_components/v1/automl/tabular/deprecated/default_pipeline.json,sha256=r9w-yavDpzGQX94geZ4q58aJdQdn2VvCm14IsNFIZyQ,321170
|
|
402
398
|
google_cloud_pipeline_components/v1/automl/training_job/__init__.py,sha256=oCltxPx9ycdB2VJYLTNx3_o5t1zBXJFjNUOFFpoADwE,1803
|
|
@@ -466,8 +462,8 @@ google_cloud_pipeline_components/v1/bigquery/predict_model/component.py,sha256=1
|
|
|
466
462
|
google_cloud_pipeline_components/v1/bigquery/query_job/__init__.py,sha256=Ot_1BluGAMGP2l6lok-ksqUrcFegEuuvBnEFHcGjydI,667
|
|
467
463
|
google_cloud_pipeline_components/v1/bigquery/query_job/component.py,sha256=100KwAgJZ8fQrSCfy8oMwjghsO9HICvQRHOQjDwqh_I,5187
|
|
468
464
|
google_cloud_pipeline_components/v1/custom_job/__init__.py,sha256=qxHupfqqpAQ3sK3Pp7pKNGfPKsS4qb1E9xM067U5MMw,1278
|
|
469
|
-
google_cloud_pipeline_components/v1/custom_job/component.py,sha256=
|
|
470
|
-
google_cloud_pipeline_components/v1/custom_job/utils.py,sha256=
|
|
465
|
+
google_cloud_pipeline_components/v1/custom_job/component.py,sha256=GmansrdD-HKTTdvxWQNVZL6oUNuEIgE0T1fX7mqW4Ps,8069
|
|
466
|
+
google_cloud_pipeline_components/v1/custom_job/utils.py,sha256=7GdXbQnD7RGAocrL96recwWT0jVNSEY-1Qljs7ZJaIc,18763
|
|
471
467
|
google_cloud_pipeline_components/v1/dataflow/__init__.py,sha256=ZPJGssKq2P5iwFY_I68gZPoXSPHVNYQ59nVlA8mOtOo,1063
|
|
472
468
|
google_cloud_pipeline_components/v1/dataflow/flex_template/__init__.py,sha256=uG42x7_0zehtVV7f_fHvPHBJ48aqi3jJwLY6tplH8jk,669
|
|
473
469
|
google_cloud_pipeline_components/v1/dataflow/flex_template/component.py,sha256=C9oHSlOwh0fTUPN9b2u7vNvM2NbkWT-FX82kPOKkzLc,11701
|
|
@@ -558,8 +554,8 @@ google_cloud_pipeline_components/v1/vertex_notification_email/__init__.py,sha256
|
|
|
558
554
|
google_cloud_pipeline_components/v1/vertex_notification_email/component.py,sha256=Dau8ZI0mzLBnLOUBQm6EtK8gbtX1u57t76Ud5qlg9xc,2163
|
|
559
555
|
google_cloud_pipeline_components/v1/wait_gcp_resources/__init__.py,sha256=w6dfz-rYsYnxFapRH1Dix3GVz0mhPW0m1IVpE6z8jbg,878
|
|
560
556
|
google_cloud_pipeline_components/v1/wait_gcp_resources/component.py,sha256=Nsfj5c3eeZq83fHLvv2IlpK4jrjxLxRksFYOl5W6JnA,2468
|
|
561
|
-
google_cloud_pipeline_components-2.
|
|
562
|
-
google_cloud_pipeline_components-2.
|
|
563
|
-
google_cloud_pipeline_components-2.
|
|
564
|
-
google_cloud_pipeline_components-2.
|
|
565
|
-
google_cloud_pipeline_components-2.
|
|
557
|
+
google_cloud_pipeline_components-2.21.0.dist-info/LICENSE,sha256=VAc1R5OxOELKsX5L5Ldp5THfNtxtt1cMIZBaC0Jdj5Q,13118
|
|
558
|
+
google_cloud_pipeline_components-2.21.0.dist-info/METADATA,sha256=t0l_bTU-34fKX0FtJ2frcfxLmIcf40M2BwKnfGa5raA,5742
|
|
559
|
+
google_cloud_pipeline_components-2.21.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
560
|
+
google_cloud_pipeline_components-2.21.0.dist-info/top_level.txt,sha256=E8T4T8KGMGLXbHvt2goa98oezRpxryPC6QhWBZ27Hhc,33
|
|
561
|
+
google_cloud_pipeline_components-2.21.0.dist-info/RECORD,,
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# GCP Resource Proto
|
|
2
|
-
The gcp_resource is a special parameter that if a component adopts it, the component can take advantage of better supports in Vertex Pipelines in the following ways
|
|
3
|
-
* Better UI experience. Vertex Pipelines UI can recognize this parameter, and provide a customized view of the resource's logs and status in the Pipeline console.
|
|
4
|
-
* Better cancellation. The resource will be automatically cancelled when the Pipeline is cancelled.
|
|
5
|
-
* More cost-effective execution. Supported by dataflow only. See [wait_gcp_resources](https://github.com/kubeflow/pipelines/blob/master/components/google-cloud/google_cloud_pipeline_components/experimental/wait_gcp_resources/component.yaml) for details.
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
|
|
9
|
-
```shell
|
|
10
|
-
pip install -U google-cloud-pipeline-components
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Usage
|
|
14
|
-
To write a resource as an output parameter
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
from google_cloud_pipeline_components.proto.gcp_resources_pb2 import GcpResources
|
|
18
|
-
from google.protobuf.json_format import MessageToJson
|
|
19
|
-
|
|
20
|
-
dataflow_resources = GcpResources()
|
|
21
|
-
dr = dataflow_resources.resources.add()
|
|
22
|
-
dr.resource_type='DataflowJob'
|
|
23
|
-
dr.resource_uri='https://dataflow.googleapis.com/v1b3/projects/[your-project]/locations/us-east1/jobs/[dataflow-job-id]'
|
|
24
|
-
|
|
25
|
-
with open(gcp_resources, 'w') as f:
|
|
26
|
-
f.write(MessageToJson(dataflow_resources))
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
To deserialize the resource
|
|
31
|
-
```
|
|
32
|
-
from google.protobuf.json_format import Parse
|
|
33
|
-
|
|
34
|
-
input_gcp_resources = Parse(payload, GcpResources())
|
|
35
|
-
# input_gcp_resources is ready to be used. For example, input_gcp_resources.resources
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## Supported resource_type
|
|
40
|
-
You can set the resource_type with arbitrary string. But only the following types will have the benefits listed above.
|
|
41
|
-
This list will be expanded to support more types in the future.
|
|
42
|
-
* BatchPredictionJob
|
|
43
|
-
* BigQueryJob
|
|
44
|
-
* CustomJob
|
|
45
|
-
* DataflowJob
|
|
46
|
-
* DataprocBatch
|
|
47
|
-
* DataprocLro
|
|
48
|
-
* HyperparameterTuningJob
|
|
49
|
-
* VertexLro
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package gcp_launcher;
|
|
4
|
-
|
|
5
|
-
import "google/rpc/status.proto";
|
|
6
|
-
|
|
7
|
-
// The schema of the GCP resource. It will be used to parse the output parameter
|
|
8
|
-
// "gcp_resources"
|
|
9
|
-
message GcpResources {
|
|
10
|
-
// The metadata of a resource
|
|
11
|
-
message Resource {
|
|
12
|
-
// The type of the resource. E.g. DataflowJob
|
|
13
|
-
optional string resource_type = 1;
|
|
14
|
-
// The unique resource uri. E.g.
|
|
15
|
-
// https://dataflow.googleapis.com/v1b3/projects/project_1/locations/us-central1/jobs/123
|
|
16
|
-
optional string resource_uri = 2;
|
|
17
|
-
// The error from the resource.
|
|
18
|
-
google.rpc.Status error = 3;
|
|
19
|
-
// Optional. Used by component to save extra custom metadata for the resource.
|
|
20
|
-
repeated string labels = 4;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// A list of resources.
|
|
24
|
-
repeated Resource resources = 1;
|
|
25
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package task_error;
|
|
4
|
-
|
|
5
|
-
// The message allows the 1st party clients of Vertex Pipline to specify
|
|
6
|
-
// arbitary error messages they want to catch during the execution of the
|
|
7
|
-
// pipeline.
|
|
8
|
-
message TaskError {
|
|
9
|
-
// The primary error message.
|
|
10
|
-
string error_message = 1;
|
|
11
|
-
}
|
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package template_metadata;
|
|
4
|
-
|
|
5
|
-
import "google/protobuf/struct.proto";
|
|
6
|
-
|
|
7
|
-
option java_multiple_files = true;
|
|
8
|
-
|
|
9
|
-
message TemplateMetadata {
|
|
10
|
-
IOMetadata io_metadata = 1;
|
|
11
|
-
ValidationItems preflight_validations = 2;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
message IOMetadata {
|
|
15
|
-
// The content of a create run page. Top-level of organization. Use repeated
|
|
16
|
-
// to enforce ordering.
|
|
17
|
-
repeated Page pages = 1;
|
|
18
|
-
// Corresponds to the schema Version of PipelineSpec, since this message is
|
|
19
|
-
// tightly coupled to PipelineSpec
|
|
20
|
-
// https://github.com/kubeflow/pipelines/blob/87db18e3a1df08a23a71f872dc8dac6b4bfb9a95/api/v2alpha1/pipeline_spec.proto#L62
|
|
21
|
-
string schema_version = 2;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
message Page {
|
|
25
|
-
// The title of the page.
|
|
26
|
-
string name = 1;
|
|
27
|
-
// The description of the page.
|
|
28
|
-
string description = 2;
|
|
29
|
-
// The sections in the page. Second-level heirarchical organization of
|
|
30
|
-
// template inputs.
|
|
31
|
-
repeated Section sections = 3;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
message Section {
|
|
35
|
-
// The name of the section.
|
|
36
|
-
string name = 1;
|
|
37
|
-
// The description of the section.
|
|
38
|
-
string description = 2;
|
|
39
|
-
// The inputs included in this section. Use repeated to enforce ordering.
|
|
40
|
-
repeated Input inputs = 3;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
message Input {
|
|
44
|
-
// The name of the input.
|
|
45
|
-
// Corresponds to parameter/artifact name in ComponentSpec.input_definitions
|
|
46
|
-
// (https://github.com/kubeflow/pipelines/blob/066f229e27dc2ac8a58a03d7745d5471d718157c/api/v2alpha1/pipeline_spec.proto#L353-L357).
|
|
47
|
-
string name = 1;
|
|
48
|
-
// The display name for the input. Typically a human-readable version of the
|
|
49
|
-
// input parameter name.
|
|
50
|
-
string display_name = 2;
|
|
51
|
-
// The description of the input.
|
|
52
|
-
string description = 3;
|
|
53
|
-
// The explanation of the default value for the input. Tells the user why we
|
|
54
|
-
// selected this default.
|
|
55
|
-
string default_explanation = 4;
|
|
56
|
-
// The string the user sees if they are unsure how to select a parameter.
|
|
57
|
-
string help_text = 5;
|
|
58
|
-
// Detailed information about what types of values are supported for input
|
|
59
|
-
// type specified in PipelineSpec.
|
|
60
|
-
SemanticType semantic_type = 6;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
message SemanticType {
|
|
64
|
-
// Mirrors PipelineSpec ParameterTypeEnum + artifacts.
|
|
65
|
-
// https://github.com/kubeflow/pipelines/blob/87db18e3a1df08a23a71f872dc8dac6b4bfb9a95/api/v2alpha1/pipeline_spec.proto#L416-L443
|
|
66
|
-
// If none of oneof type is set, use default rendering with no additional
|
|
67
|
-
// constraints.
|
|
68
|
-
oneof type {
|
|
69
|
-
// Correspond to PipelineSpec NUMBER_DOUBLE.
|
|
70
|
-
Float float_type = 1;
|
|
71
|
-
// Corresponds to PipelineSpec NUMBER_INTEGER.
|
|
72
|
-
Integer integer_type = 2;
|
|
73
|
-
// Corresponds to PipelineSpec STRING.
|
|
74
|
-
String string_type = 3;
|
|
75
|
-
// Corresponds to PipelineSpec BOOLEAN.
|
|
76
|
-
Boolean boolean_type = 4;
|
|
77
|
-
// Corresponds to PipelineSpec LIST.
|
|
78
|
-
List list_type = 6;
|
|
79
|
-
// Corresponds to PipelineSpec STRUCT.
|
|
80
|
-
Struct struct_type = 7;
|
|
81
|
-
// Corresponds to PipelineSpec artifacts.
|
|
82
|
-
Artifact artifact_type = 8;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// START: top-level types
|
|
87
|
-
message Float {
|
|
88
|
-
// The minimum value the float can take.
|
|
89
|
-
float min = 1;
|
|
90
|
-
// The maximum value the float can take.
|
|
91
|
-
float max = 2;
|
|
92
|
-
// The validation error if the float is outside of [min, max].
|
|
93
|
-
string validation_error = 3;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
message Integer {
|
|
97
|
-
// The minimum value the integer can take.
|
|
98
|
-
int32 min = 1;
|
|
99
|
-
// The maximum value the integer can take.
|
|
100
|
-
int32 max = 2;
|
|
101
|
-
// The validation error if the integer is outside of [min, max].
|
|
102
|
-
string validation_error = 3;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
message String {
|
|
106
|
-
oneof type {
|
|
107
|
-
// The user can enter arbitrary text.
|
|
108
|
-
FreeForm free_form = 1;
|
|
109
|
-
// The user can select one of the available options.
|
|
110
|
-
SelectOne select_one = 2;
|
|
111
|
-
// The user must provide or select a URI.
|
|
112
|
-
UriType uri_type = 3;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
message Boolean {}
|
|
117
|
-
|
|
118
|
-
message List {
|
|
119
|
-
oneof type {
|
|
120
|
-
// The user can enter arbitrary text for each entry in the list.
|
|
121
|
-
FreeForm free_form = 1;
|
|
122
|
-
// The user can select one of the available options.
|
|
123
|
-
SelectMany select_many = 2;
|
|
124
|
-
// The user must provide or select one or more URIs.
|
|
125
|
-
UriType uri_type = 3;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
message Struct {}
|
|
129
|
-
|
|
130
|
-
message Artifact {
|
|
131
|
-
// The encodes the constraints on the URI.
|
|
132
|
-
UriType uri = 1;
|
|
133
|
-
// The validation error if the URI does not comply with constraints.
|
|
134
|
-
string validation_error = 2;
|
|
135
|
-
}
|
|
136
|
-
// END: top-level types
|
|
137
|
-
|
|
138
|
-
// START: inner messages for top-level types
|
|
139
|
-
message FreeForm {
|
|
140
|
-
// The size of the free-form text box.
|
|
141
|
-
Size size = 1;
|
|
142
|
-
// The regex validation to apply to the free-form text box. Both regex and
|
|
143
|
-
// content can be set.
|
|
144
|
-
string regex = 2;
|
|
145
|
-
// The content of the free-form text box. To the degree possible, the input
|
|
146
|
-
// will be required to be this content type. Both regex and content can be
|
|
147
|
-
// set.
|
|
148
|
-
ContentType content_type = 3;
|
|
149
|
-
// The validation error if the free-form text box does pass regex or content
|
|
150
|
-
// validation.
|
|
151
|
-
string validation_error = 4;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
message SelectOne {
|
|
155
|
-
// Specifies how the select one dropdown options are specified.
|
|
156
|
-
oneof type {
|
|
157
|
-
// The dropdown is author-specified options.
|
|
158
|
-
Options options = 1;
|
|
159
|
-
|
|
160
|
-
Location location = 2;
|
|
161
|
-
// The dropdown is a project picker.
|
|
162
|
-
bool project = 3;
|
|
163
|
-
// The dropdown is machine type picker.
|
|
164
|
-
MachineType machine_type = 4;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
message SelectMany {
|
|
169
|
-
// The options in the dropdown. Use Options, rather than SelectOne, since
|
|
170
|
-
// SelectOne includes dropdown values for which >1 selection should be
|
|
171
|
-
// invalid.
|
|
172
|
-
Options options = 1;
|
|
173
|
-
// The number of options which may be selected.
|
|
174
|
-
int32 select_n = 2;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
message Location {
|
|
178
|
-
oneof values {
|
|
179
|
-
// Any location which is permitted by the organization/project.
|
|
180
|
-
bool any = 1;
|
|
181
|
-
// An explicit list of location options, which will be filtered by the
|
|
182
|
-
// locations permitted by the organization/project.
|
|
183
|
-
Options options = 2;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
message MachineType {
|
|
188
|
-
oneof values {
|
|
189
|
-
// Any machine type supported by CustomJobs
|
|
190
|
-
// https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types.
|
|
191
|
-
bool any = 1;
|
|
192
|
-
// An explicit list of supported machine types.
|
|
193
|
-
Options options = 2;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
message Options {
|
|
198
|
-
// An explicit list of permitted options.
|
|
199
|
-
repeated google.protobuf.Value values = 1;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
// Indicates the relative size of an element, such as a free-form text box.
|
|
203
|
-
enum Size {
|
|
204
|
-
SIZE_UNSET = 0;
|
|
205
|
-
SIZE_SMALL = 1;
|
|
206
|
-
SIZE_MEDIUM = 2;
|
|
207
|
-
SIZE_LARGE = 3;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
// Content types, which inform field validation, the FE input component, and
|
|
211
|
-
// instructions.
|
|
212
|
-
enum ContentType {
|
|
213
|
-
UNSET_CONTENT = 0; // default
|
|
214
|
-
YAML_CONTENT = 1;
|
|
215
|
-
JSON_CONTENT = 2;
|
|
216
|
-
MARKDOWN_CONTENT = 3;
|
|
217
|
-
HTML_CONTENT = 4;
|
|
218
|
-
DATETIME_CONTENT = 5;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
enum UriType {
|
|
222
|
-
// Arbitrary user-inputted URI.
|
|
223
|
-
ANY_URI = 0;
|
|
224
|
-
// Any GCS URI.
|
|
225
|
-
GCS_ANY_URI = 1;
|
|
226
|
-
// A GCS bucket URI.
|
|
227
|
-
GCS_BUCKET_URI = 2;
|
|
228
|
-
// A GCS object URI.
|
|
229
|
-
GCS_OBJECT_URI = 3;
|
|
230
|
-
// A BigQuery URI.
|
|
231
|
-
BIGQUERY_URI = 4;
|
|
232
|
-
}
|
|
233
|
-
// END: inner messages for top-level types
|
|
234
|
-
|
|
235
|
-
// Describes the details of validation items.
|
|
236
|
-
message ValidationItems {
|
|
237
|
-
// Validation for Google Cloud Service Account.
|
|
238
|
-
repeated GoogleCloudServiceAccountValidation sa_validations = 1;
|
|
239
|
-
// Validation for Google Cloud Project Quota.
|
|
240
|
-
repeated GoogleCloudProjectQuotaValidation quota_validations = 2;
|
|
241
|
-
// Validation for Google Cloud Api Enablement.
|
|
242
|
-
repeated GoogleCloudApiEnablementValidation api_validations = 3;
|
|
243
|
-
// Validation for Google Cloud Storage.
|
|
244
|
-
repeated GoogleCloudStorageValidation gcs_validations = 4;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
// Describes the details for Google Cloud Storage Validation.
|
|
248
|
-
message GoogleCloudStorageValidation {
|
|
249
|
-
// Required. URI of the GCS object. Use placeholder to specify the dynamic
|
|
250
|
-
// value like bucket name. For Example:
|
|
251
|
-
// "gs://{{$.parameter.bucket}}/file_name"
|
|
252
|
-
string gcs_uri = 1;
|
|
253
|
-
// Required. Whether the gcs_uri is input or output.
|
|
254
|
-
bool is_input = 2;
|
|
255
|
-
// Required. Default service account principal email to access the gcs object.
|
|
256
|
-
// Example:
|
|
257
|
-
// "{{$.pipeline_google_cloud_project_id}}-compute@developer.gserviceaccount.com"
|
|
258
|
-
// Use placeholder to specify the dynamic value like project id.
|
|
259
|
-
string default_service_account = 3;
|
|
260
|
-
// Optional. If specified, the principal email will be overridden based on the
|
|
261
|
-
// placeholder. Currently support two placeholders: 1.
|
|
262
|
-
// "{{$.pipeline_google_cloud_service_account}}"(actual value is from
|
|
263
|
-
// PipelineJob.service_account 2.
|
|
264
|
-
// "{{$.parameter.service_account}}"(actual value is from the input parameter
|
|
265
|
-
// of the component/pipeline). If the value doesn't exist or is empty,
|
|
266
|
-
// overriding won't happen.
|
|
267
|
-
string override_placeholder = 4;
|
|
268
|
-
|
|
269
|
-
// Optional. List of GCS URIs.
|
|
270
|
-
repeated string gcs_uris = 5;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// Describes the details for Google Cloud Project Quota Validation.
|
|
274
|
-
message GoogleCloudProjectQuotaValidation {
|
|
275
|
-
// Required. Metric name of the quota. Example: "compute.googleapis.com/cpus"
|
|
276
|
-
string metric_name = 1;
|
|
277
|
-
// Required. Value of the quota demand. Example: 2 or 3.5
|
|
278
|
-
// We will validate if the demand is under the limit or not.
|
|
279
|
-
oneof value {
|
|
280
|
-
// A signed 64-bit integer value.
|
|
281
|
-
int64 int64_value = 2;
|
|
282
|
-
// A double precision floating point value.
|
|
283
|
-
double double_value = 3;
|
|
284
|
-
}
|
|
285
|
-
// Not implemented yet, project region is used instead.
|
|
286
|
-
// Optional. Region of the quota. Example: "us-central1"
|
|
287
|
-
// If not specified, the default region (project region) will be used.
|
|
288
|
-
string region = 4;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
// Describes the details for Google Cloud Service Account Validation.
|
|
292
|
-
message GoogleCloudServiceAccountValidation {
|
|
293
|
-
// Required. Default principal email of the service account used for
|
|
294
|
-
// validation. Example:
|
|
295
|
-
// "{{$.pipeline_google_cloud_project_id}}-compute@developer.gserviceaccount.com"
|
|
296
|
-
// Use placeholder to specify the dynamic value like project id.
|
|
297
|
-
string default_principal_email = 1;
|
|
298
|
-
|
|
299
|
-
// Optional. If specified, the principal email will be overridden based on the
|
|
300
|
-
// placeholder. Currently support two placeholders: 1.
|
|
301
|
-
// "{{$.pipeline_google_cloud_service_account}}"(actual value is from
|
|
302
|
-
// PipelineJob.service_account 2.
|
|
303
|
-
// "{{$.parameter.service_account}}"(actual value is from the input parameter
|
|
304
|
-
// of the component/pipeline). If the value doesn't exist or is empty,
|
|
305
|
-
// overriding won't happen.
|
|
306
|
-
string override_placeholder = 2;
|
|
307
|
-
|
|
308
|
-
// Optional. Permission required to have for the service account.
|
|
309
|
-
// Pipeline service will check if provided SA has these permissions.
|
|
310
|
-
// Example: "aiplatform.metadataStores.get"
|
|
311
|
-
repeated string permissions = 3;
|
|
312
|
-
|
|
313
|
-
// Optional. Roles suggestions for users to grant to SA. We will ***not***
|
|
314
|
-
// verify if the SA has the role granted or not. The role names will occur in
|
|
315
|
-
// preflight validations' error message as an action item for users.
|
|
316
|
-
repeated string role_names = 4;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
// Describes the details of Google Cloud Api Enablement Validation.
|
|
320
|
-
message GoogleCloudApiEnablementValidation {
|
|
321
|
-
// Required. Service names of Google Cloud Api.
|
|
322
|
-
repeated string service_names = 1;
|
|
323
|
-
}
|
|
File without changes
|