google-cloud-pipeline-components 2.15.0__py3-none-any.whl → 2.16.1__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/model_evaluation/llm_evaluation_preprocessor/component.py +11 -1
- google_cloud_pipeline_components/_implementation/starry_net/dataprep/component.py +14 -0
- google_cloud_pipeline_components/_implementation/starry_net/get_training_artifacts/component.py +1 -1
- google_cloud_pipeline_components/_implementation/starry_net/train/component.py +11 -0
- google_cloud_pipeline_components/_implementation/starry_net/upload_decomposition_plots/component.py +6 -1
- google_cloud_pipeline_components/_implementation/starry_net/version.py +3 -3
- google_cloud_pipeline_components/container/preview/custom_job/remote_runner.py +31 -0
- 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 +42 -38
- google_cloud_pipeline_components/preview/automl/forecasting/sequence_to_sequence_forecasting_pipeline.yaml +42 -38
- google_cloud_pipeline_components/preview/automl/forecasting/temporal_fusion_transformer_forecasting_pipeline.yaml +42 -38
- google_cloud_pipeline_components/preview/automl/forecasting/time_series_dense_encoder_forecasting_pipeline.yaml +42 -38
- google_cloud_pipeline_components/preview/automl/forecasting/utils.py +49 -7
- 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 +45 -45
- google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_v2_pipeline.yaml +47 -47
- 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/preview/custom_job/utils.py +64 -15
- google_cloud_pipeline_components/preview/starry_net/component.py +60 -34
- google_cloud_pipeline_components/proto/template_metadata_pb2.py +21 -17
- 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 +43 -43
- 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 +3 -0
- google_cloud_pipeline_components/v1/custom_job/utils.py +4 -0
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py +1 -1
- google_cloud_pipeline_components/version.py +1 -1
- {google_cloud_pipeline_components-2.15.0.dist-info → google_cloud_pipeline_components-2.16.1.dist-info}/METADATA +10 -10
- {google_cloud_pipeline_components-2.15.0.dist-info → google_cloud_pipeline_components-2.16.1.dist-info}/RECORD +59 -59
- {google_cloud_pipeline_components-2.15.0.dist-info → google_cloud_pipeline_components-2.16.1.dist-info}/WHEEL +1 -1
- {google_cloud_pipeline_components-2.15.0.dist-info → google_cloud_pipeline_components-2.16.1.dist-info}/LICENSE +0 -0
- {google_cloud_pipeline_components-2.15.0.dist-info → google_cloud_pipeline_components-2.16.1.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=SP3sOlCOMI-zlRMGGvuqYoBYWVLHF-u5h5tqKoQiyMM,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
|
|
@@ -66,7 +66,7 @@ google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding_
|
|
|
66
66
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation/__init__.py,sha256=gDyltb_vTZRncaVZbMUkXYBHZsEg_CuaPAQVWUOGy7c,671
|
|
67
67
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation/component.py,sha256=rclGlXxDr6vozQ6elDDCDbdJXWjG461Z9nmTaiKGsFs,7478
|
|
68
68
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation_preprocessor/__init__.py,sha256=LLvQQ9Mv_md1POK_XErR7NUr-XAZX28w5KD0EQiT32w,684
|
|
69
|
-
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation_preprocessor/component.py,sha256=
|
|
69
|
+
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation_preprocessor/component.py,sha256=L6dPaWuOr-BhP7yAatFGVTX2MYTuI2f88W_oR5ee88E,9170
|
|
70
70
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_information_retrieval_preprocessor/__init__.py,sha256=UcAfohvqwJ7X8rlV6I2RsZ5ohYWbafXI5yYRAAwvspE,695
|
|
71
71
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_information_retrieval_preprocessor/component.py,sha256=hpwra0rXUP_LG6WNdnB9RD0cy1Gn3InrzAUJIk-oRc4,8142
|
|
72
72
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_retrieval_metrics/__init__.py,sha256=oVVVTCE230KYGcuz_rXYEuypZmm6OKg7K2BsFtpcDw0,701
|
|
@@ -89,14 +89,14 @@ google_cloud_pipeline_components/_implementation/model_evaluation/text2sql_prepr
|
|
|
89
89
|
google_cloud_pipeline_components/_implementation/model_evaluation/text2sql_validate_and_process/__init__.py,sha256=EFQ99_7vrJ7J4R5dv5bwnhEC_d5kPTv5xlaZeRg1p8s,701
|
|
90
90
|
google_cloud_pipeline_components/_implementation/model_evaluation/text2sql_validate_and_process/component.py,sha256=N0i_X8xNdLzcEKudSWTbzB_d8u0W4a7xp2D8CC2HDYM,5636
|
|
91
91
|
google_cloud_pipeline_components/_implementation/starry_net/__init__.py,sha256=CSopfSpiwuix5UEjjVQWINND1-0uTReQAZ6ZA6Y9m5U,2502
|
|
92
|
-
google_cloud_pipeline_components/_implementation/starry_net/version.py,sha256=
|
|
92
|
+
google_cloud_pipeline_components/_implementation/starry_net/version.py,sha256=hptAsa5Vzj3QE7_1aGjqNkFI_eoFDjBI0fRuTbyYiAg,778
|
|
93
93
|
google_cloud_pipeline_components/_implementation/starry_net/dataprep/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
94
|
-
google_cloud_pipeline_components/_implementation/starry_net/dataprep/component.py,sha256=
|
|
94
|
+
google_cloud_pipeline_components/_implementation/starry_net/dataprep/component.py,sha256=_n2EB1fC6xonSoLAWtNbnbQkVenGmKXy84dievBLQY4,7984
|
|
95
95
|
google_cloud_pipeline_components/_implementation/starry_net/evaluation/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
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=RD9oykj5ZPtShddhdWtHU2W1DCTr8BT9TrWQZcUhCq4,2213
|
|
100
100
|
google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
101
101
|
google_cloud_pipeline_components/_implementation/starry_net/maybe_set_tfrecord_args/component.py,sha256=Vv5_7aXU3mNw8JYFofioGMgik_qvokzoFSWgtJqVCcs,2734
|
|
102
102
|
google_cloud_pipeline_components/_implementation/starry_net/set_dataprep_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
@@ -110,9 +110,9 @@ google_cloud_pipeline_components/_implementation/starry_net/set_tfrecord_args/co
|
|
|
110
110
|
google_cloud_pipeline_components/_implementation/starry_net/set_train_args/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
111
111
|
google_cloud_pipeline_components/_implementation/starry_net/set_train_args/component.py,sha256=MEol3nBmsGLMwiCnH9NhBCPxSmZkqyKco9qmkr9hXbA,3466
|
|
112
112
|
google_cloud_pipeline_components/_implementation/starry_net/train/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
113
|
-
google_cloud_pipeline_components/_implementation/starry_net/train/component.py,sha256=
|
|
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=Okz_ZuiZ9084wqjzurkIez-Y6FDugdz0l_iTPMj1z_I,2257
|
|
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
|
|
@@ -131,7 +131,7 @@ google_cloud_pipeline_components/container/_implementation/model_evaluation/impo
|
|
|
131
131
|
google_cloud_pipeline_components/container/preview/__init__.py,sha256=tOrlxtIqA4e41GJDdcldd7y32wrWjZvwT6Hq8R33l1I,651
|
|
132
132
|
google_cloud_pipeline_components/container/preview/custom_job/__init__.py,sha256=KK7TRANpB8dE3H8VNxzSUDIVWaLBHNM9BfDF8JvcwXk,686
|
|
133
133
|
google_cloud_pipeline_components/container/preview/custom_job/launcher.py,sha256=mpfayP1I_qbbPLc6M9C3YpLo6fHmzonEeVJy_o43zYU,1922
|
|
134
|
-
google_cloud_pipeline_components/container/preview/custom_job/remote_runner.py,sha256=
|
|
134
|
+
google_cloud_pipeline_components/container/preview/custom_job/remote_runner.py,sha256=2yd3ia9m4papR0iogbxM1UeNmDEV1rmKRokYQpRRJ7E,4603
|
|
135
135
|
google_cloud_pipeline_components/container/preview/dataflow/__init__.py,sha256=Dg_Omfhb8BmeW2N65q1TS7JBamUDVbjNrAy7sNdUcTo,655
|
|
136
136
|
google_cloud_pipeline_components/container/preview/dataflow/flex_template/__init__.py,sha256=1X5undw-V6YQ4FedmyVmEqdaPg3dG-f08krz1UOAHfw,698
|
|
137
137
|
google_cloud_pipeline_components/container/preview/dataflow/flex_template/launcher.py,sha256=yB1ZfK3lGtvNGrrN_9V2bYc-mjJ2eWUKiN_PxKy6GCM,1914
|
|
@@ -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=
|
|
314
|
-
google_cloud_pipeline_components/preview/automl/forecasting/utils.py,sha256=
|
|
307
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_ensemble.py,sha256=J_RXFxKttZjeBd4S6iUGV4szUbijBMSr9H84_O-0roA,5655
|
|
308
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_1_tuner.py,sha256=Idn3uZ0IOi3qlFtxKa04G0qlYlNGzJ1jULlDjVUmppM,6564
|
|
309
|
+
google_cloud_pipeline_components/preview/automl/forecasting/forecasting_stage_2_tuner.py,sha256=HntTYydirtTuxpml29BiKuNjT9XBvRww-c1ZmqiKfFU,6376
|
|
310
|
+
google_cloud_pipeline_components/preview/automl/forecasting/learn_to_learn_forecasting_pipeline.yaml,sha256=2cDqxpGmVo4DZI-2U34P_3Yl50EAXjAUue6yW5dKzoA,357434
|
|
311
|
+
google_cloud_pipeline_components/preview/automl/forecasting/sequence_to_sequence_forecasting_pipeline.yaml,sha256=-nKvinrQBTuZ53LnGAWxwBU489cOTXCDgooMRrpoY2U,355613
|
|
312
|
+
google_cloud_pipeline_components/preview/automl/forecasting/temporal_fusion_transformer_forecasting_pipeline.yaml,sha256=4yAu2i5_dBlD24g_qqzW8adz6dD6neQKyLOdPiug03k,354719
|
|
313
|
+
google_cloud_pipeline_components/preview/automl/forecasting/time_series_dense_encoder_forecasting_pipeline.yaml,sha256=kS-O16UOE2sTxObIYWBGevzrVFJZxrk_kjIfZlTheZk,357509
|
|
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=rkZAY6gfysM2Hofhra7kEsPlqGP5SEpDdbBMrfEBlho,3643
|
|
317
|
+
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_feature_selection_pipeline.yaml,sha256=FKUqmxNQ_eqnlv1Wh-JLbAnJomlL52-cx6ORB7YKZg8,511441
|
|
318
|
+
google_cloud_pipeline_components/preview/automl/tabular/automl_tabular_v2_pipeline.yaml,sha256=G5diMzB1BlifEaglckD7mJDJHJnBKoEuw6Y9BAxVwSc,580670
|
|
319
|
+
google_cloud_pipeline_components/preview/automl/tabular/distillation_stage_feature_transform_engine.py,sha256=eHfaTXflqdz8bpX-GNGwTmGlhp1GKWfAHEibG0hwEUs,9629
|
|
320
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_selection.py,sha256=LZcXe-U7aXDN6rtRUcl62VSgGtf-InH0Owgg5Ibateo,7546
|
|
321
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_selection_pipeline.yaml,sha256=gWMEtIoNV1yCWxbzlaahnwR1WCsVFbVTJGiH72f9a2s,75354
|
|
322
|
+
google_cloud_pipeline_components/preview/automl/tabular/feature_transform_engine.py,sha256=IYXZTM_Ak0jVdIz0rscvGs56DQr9qBIULXIHW3ljXpk,47372
|
|
323
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job.py,sha256=NQ7WsD8EGCrIKxnfXrtMKGWrBg96rbQ5KDSfN7U4HAs,9980
|
|
324
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_hyperparameter_tuning_job_pipeline.yaml,sha256=w-y8AjGkYIRUdznGNmOBc_ncpGvLNspxn7sJNFXds7s,243042
|
|
325
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer.py,sha256=u4Yt_eGAwvho6rPfsJSuYiCubH0tSaLzIHUAFLRJQoQ,12748
|
|
326
|
+
google_cloud_pipeline_components/preview/automl/tabular/tabnet_trainer_pipeline.yaml,sha256=hnqhmAaBm9D6vtKeQ6BNKaZEQDBZDUHpf6xpZYHE_t0,202129
|
|
327
327
|
google_cloud_pipeline_components/preview/automl/tabular/utils.py,sha256=R5Vzq9dlFh619Rbw03xuCMpgFxSX2rDNf5i5gGE93yM,168283
|
|
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=cuMoRTUgrKuwaIUIHfhpvxw7z2QcWfdfdoS-oI78Zro,9975
|
|
329
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_hyperparameter_tuning_job_pipeline.yaml,sha256=dEI-qZUzBme7-5qUqMXspACVEKPM79P4NltbThnrHZQ,195050
|
|
330
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer.py,sha256=VVAGIEV2ZfSyVJ-A_fA4dCOxXq-pfjp29PxknhuXHPo,11922
|
|
331
|
+
google_cloud_pipeline_components/preview/automl/tabular/wide_and_deep_trainer_pipeline.yaml,sha256=sKLOFc96BcO7FgYDcpHJgRslkluuuT81EZOOmEjut_I,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=a5Pr9E9yalxrO2xPM8h-KgRa_cq3_oYldSKOFw7JMrs,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=lNCHEjLyhXxZL1lc1C2Q1A9xzy3EFfEwTyhhiU3Q7Vo,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
|
|
@@ -349,7 +349,7 @@ google_cloud_pipeline_components/preview/automl/vision/data_converter.py,sha256=
|
|
|
349
349
|
google_cloud_pipeline_components/preview/automl/vision/json_utils.py,sha256=u101hWM6zpknKIQPk387feW_1HE6TI1FeckKL7e-6QA,6001
|
|
350
350
|
google_cloud_pipeline_components/preview/custom_job/__init__.py,sha256=ls8RaNhWZQDcsh4JVaIky16Lu60bjaGyfJ3ADRHk1XU,1295
|
|
351
351
|
google_cloud_pipeline_components/preview/custom_job/component.py,sha256=Br1mhG3adxGl-bhWBXDiPkWvPhNZPhGQZcJlh_yicK4,7556
|
|
352
|
-
google_cloud_pipeline_components/preview/custom_job/utils.py,sha256=
|
|
352
|
+
google_cloud_pipeline_components/preview/custom_job/utils.py,sha256=k1uPVIBsvYdRqKVIly0ynoOLqZHNwtFhPS9l31Lkb8E,18493
|
|
353
353
|
google_cloud_pipeline_components/preview/dataflow/__init__.py,sha256=74-o9aye0R356KRmf5sBeXZ3OkBWEn62pywrclsEIW4,773
|
|
354
354
|
google_cloud_pipeline_components/preview/llm/__init__.py,sha256=acmo31OFe-d7Ubo5FC2baLwxORFQzLtLdm8o5cO15qY,996
|
|
355
355
|
google_cloud_pipeline_components/preview/llm/infer/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
@@ -366,33 +366,33 @@ google_cloud_pipeline_components/preview/model_evaluation/model_bias_component.p
|
|
|
366
366
|
google_cloud_pipeline_components/preview/model_evaluation/model_evaluation_import_component.py,sha256=ePHbJqWYbZR5wCgJ8aVgDrOcWSoAiVq7df6HxTw1gdY,8118
|
|
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
|
-
google_cloud_pipeline_components/preview/starry_net/component.py,sha256=
|
|
369
|
+
google_cloud_pipeline_components/preview/starry_net/component.py,sha256=SdmUfL7xZfK8yWOuVqDczqTqJMShAga3rJxgj4mFCxE,24424
|
|
370
370
|
google_cloud_pipeline_components/proto/__init__.py,sha256=aiPUc6gpQwG9cRTYfw3ChFCJfDr3vAIsm2eMYUDJjJQ,661
|
|
371
371
|
google_cloud_pipeline_components/proto/gcp_resources_pb2.py,sha256=ssNNm4zjiWbuBUS7IH6kyrvvfmcC_Z5F7hOAuQe_YLk,2134
|
|
372
372
|
google_cloud_pipeline_components/proto/task_error_pb2.py,sha256=PPz4luEm3Pa3YDn4mtpqEPl8QVSFa44pV8W2KbWRq1I,1235
|
|
373
|
-
google_cloud_pipeline_components/proto/template_metadata_pb2.py,sha256=
|
|
373
|
+
google_cloud_pipeline_components/proto/template_metadata_pb2.py,sha256=jAIJgc5UWYz8E0Vf3IbjPlyiWI3kCNYrJHyAUaQTpgc,10067
|
|
374
374
|
google_cloud_pipeline_components/types/__init__.py,sha256=1WFkL49QEy-gNb6ywQOE4yZkD7DoULAeiL1tLdb3S28,606
|
|
375
375
|
google_cloud_pipeline_components/types/artifact_types.py,sha256=zvwvzRuFb_s1VS1mtKkltOOACATJk-kG7dVFOUasfw4,23725
|
|
376
376
|
google_cloud_pipeline_components/v1/__init__.py,sha256=E1Fie3Gq3KKLHEBGUUBeuao-Eo1uwuBfAWWhx2siwaE,765
|
|
377
377
|
google_cloud_pipeline_components/v1/automl/__init__.py,sha256=l8whL8MMhZ-KMyacLpGzO-5cNxxD2wUW6PtMVx0C_mI,631
|
|
378
378
|
google_cloud_pipeline_components/v1/automl/forecasting/__init__.py,sha256=FVS4qHJEuAxXZuW9ffOD16_-T0xwaUUBh2j1d4AF8HQ,1488
|
|
379
|
-
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_predict_pipeline.yaml,sha256=
|
|
380
|
-
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml,sha256=
|
|
381
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=
|
|
382
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=
|
|
383
|
-
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=DDG4ahKKakMdtKjrPg9kEPStD8Fbmqar1MviizeYcIs,51452
|
|
380
|
+
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml,sha256=koy2ufihkh1etOEuVSCTxLHqM3DN3natpYQaQ9_pGYs,242529
|
|
381
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=8BGD9V5gRy4hz48eFC92UMJvYeGDOw1TvGDgVOuOGIY,93654
|
|
382
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=o4IiEAPi6gVsLBMeNpAzQ1hH9aBU5HhnbWumHDDILIw,8815
|
|
383
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml,sha256=Njeofta7l8qB0Gc2idDpHg_qQo-nyPX6CxSL8SWcVm0,143006
|
|
384
384
|
google_cloud_pipeline_components/v1/automl/forecasting/utils.py,sha256=Q0SxHlj2jhlpX-buOkxZqDL0wN8Si2-f5iMo08w54ms,14855
|
|
385
385
|
google_cloud_pipeline_components/v1/automl/tabular/__init__.py,sha256=Clqtp6KThsxtvgu6Egj-dbkftci-VWDSKXXo_T6bTv8,2480
|
|
386
|
-
google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml,sha256=
|
|
387
|
-
google_cloud_pipeline_components/v1/automl/tabular/cv_trainer.py,sha256=
|
|
388
|
-
google_cloud_pipeline_components/v1/automl/tabular/ensemble.py,sha256=
|
|
389
|
-
google_cloud_pipeline_components/v1/automl/tabular/finalizer.py,sha256=
|
|
390
|
-
google_cloud_pipeline_components/v1/automl/tabular/infra_validator.py,sha256=
|
|
391
|
-
google_cloud_pipeline_components/v1/automl/tabular/split_materialized_data.py,sha256
|
|
392
|
-
google_cloud_pipeline_components/v1/automl/tabular/stage_1_tuner.py,sha256=
|
|
393
|
-
google_cloud_pipeline_components/v1/automl/tabular/stats_and_example_gen.py,sha256=
|
|
394
|
-
google_cloud_pipeline_components/v1/automl/tabular/training_configurator_and_validator.py,sha256=
|
|
395
|
-
google_cloud_pipeline_components/v1/automl/tabular/transform.py,sha256=
|
|
386
|
+
google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml,sha256=AEHDvQsAirmdsJyHQgGI6wlMGmTxYK7Sh3AftoP83aI,500714
|
|
387
|
+
google_cloud_pipeline_components/v1/automl/tabular/cv_trainer.py,sha256=H3ksDorAVswP-LO2KvDpskbPVmL4RKNik_e16ChJ4Wo,6708
|
|
388
|
+
google_cloud_pipeline_components/v1/automl/tabular/ensemble.py,sha256=hdBAqal6CvI_8qQhaSaNFLdYGL3q3sH8DndtGWG-KsQ,6935
|
|
389
|
+
google_cloud_pipeline_components/v1/automl/tabular/finalizer.py,sha256=zwm4Rtt3UvLcSUTdfUdyn7GLOEhcBC52sY8epgN2N8g,3108
|
|
390
|
+
google_cloud_pipeline_components/v1/automl/tabular/infra_validator.py,sha256=xzj_m5aunJKYbc6ehE_k8Hpb_sPX-T-DXAsi9O8fJSI,1333
|
|
391
|
+
google_cloud_pipeline_components/v1/automl/tabular/split_materialized_data.py,sha256=-ZQwdmHb3OCC9-upMBkbWPiTG-aaXJ-e1B5cjyrDDn0,5571
|
|
392
|
+
google_cloud_pipeline_components/v1/automl/tabular/stage_1_tuner.py,sha256=bMzq20qlOM52W-_Q5AgaRBUBnH2fQFYxuWvK3n1xBFE,7761
|
|
393
|
+
google_cloud_pipeline_components/v1/automl/tabular/stats_and_example_gen.py,sha256=NWlzxR5N5SCxIFjvHt9gAjZXRymvKpWSMDkzvvHIs3w,13367
|
|
394
|
+
google_cloud_pipeline_components/v1/automl/tabular/training_configurator_and_validator.py,sha256=y7yaiqoZjOnfe2wzhuy8Xnau0p7uzKCVkIu3f5PFrls,12202
|
|
395
|
+
google_cloud_pipeline_components/v1/automl/tabular/transform.py,sha256=izPKzDHGzlvBL7gNOPxC4FX1Q-rpzZi_PET5UZ3KbEA,8241
|
|
396
396
|
google_cloud_pipeline_components/v1/automl/tabular/utils.py,sha256=2iBuwuUXfDKhZA1nfhfvl_IcnI4j0uesR4TbM9W13uU,74625
|
|
397
397
|
google_cloud_pipeline_components/v1/automl/tabular/deprecated/default_pipeline.json,sha256=r9w-yavDpzGQX94geZ4q58aJdQdn2VvCm14IsNFIZyQ,321170
|
|
398
398
|
google_cloud_pipeline_components/v1/automl/training_job/__init__.py,sha256=oCltxPx9ycdB2VJYLTNx3_o5t1zBXJFjNUOFFpoADwE,1803
|
|
@@ -462,8 +462,8 @@ google_cloud_pipeline_components/v1/bigquery/predict_model/component.py,sha256=1
|
|
|
462
462
|
google_cloud_pipeline_components/v1/bigquery/query_job/__init__.py,sha256=Ot_1BluGAMGP2l6lok-ksqUrcFegEuuvBnEFHcGjydI,667
|
|
463
463
|
google_cloud_pipeline_components/v1/bigquery/query_job/component.py,sha256=100KwAgJZ8fQrSCfy8oMwjghsO9HICvQRHOQjDwqh_I,5187
|
|
464
464
|
google_cloud_pipeline_components/v1/custom_job/__init__.py,sha256=qxHupfqqpAQ3sK3Pp7pKNGfPKsS4qb1E9xM067U5MMw,1278
|
|
465
|
-
google_cloud_pipeline_components/v1/custom_job/component.py,sha256=
|
|
466
|
-
google_cloud_pipeline_components/v1/custom_job/utils.py,sha256=
|
|
465
|
+
google_cloud_pipeline_components/v1/custom_job/component.py,sha256=lf8PYIfYMlSxr9ij-XOicnZ4O2TvunWiwuccbx4o8kI,7010
|
|
466
|
+
google_cloud_pipeline_components/v1/custom_job/utils.py,sha256=b6g5YvavAVCNUkYJnMLa1ohjbjx3CmFH18V6hjiDHNY,16457
|
|
467
467
|
google_cloud_pipeline_components/v1/dataflow/__init__.py,sha256=ZPJGssKq2P5iwFY_I68gZPoXSPHVNYQ59nVlA8mOtOo,1063
|
|
468
468
|
google_cloud_pipeline_components/v1/dataflow/flex_template/__init__.py,sha256=uG42x7_0zehtVV7f_fHvPHBJ48aqi3jJwLY6tplH8jk,669
|
|
469
469
|
google_cloud_pipeline_components/v1/dataflow/flex_template/component.py,sha256=C9oHSlOwh0fTUPN9b2u7vNvM2NbkWT-FX82kPOKkzLc,11701
|
|
@@ -544,7 +544,7 @@ google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_p
|
|
|
544
544
|
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_unstructure_data_pipeline.py,sha256=LlMSMVbiZGXOZo4SqEQZZu9GQWWzHnwhrygwmDkqVdA,42457
|
|
545
545
|
google_cloud_pipeline_components/v1/model_evaluation/evaluation_feature_attribution_pipeline.py,sha256=wEu67EPXb9x9PcYMYmnuETKbAz_lP5Kewv439IiFxIM,51226
|
|
546
546
|
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_classification_pipeline.py,sha256=vF_EOPg7S3UCTCNw6GrhQz_Sn8ctPZ-JpJEt6JlSF3Y,12036
|
|
547
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py,sha256=
|
|
547
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py,sha256=pqRLTWQpJLwn4kKQ5o5hx9_FlcPDcIC0Z3joykJHBhs,11854
|
|
548
548
|
google_cloud_pipeline_components/v1/model_evaluation/forecasting_component.py,sha256=gOnvKAJWa3velczeuVBCzW6b_tcc2v_lNFqHXGhjD44,10017
|
|
549
549
|
google_cloud_pipeline_components/v1/model_evaluation/regression_component.py,sha256=eFrjrKQot3-SlRCoKoTOEsyp2Xj0GfDtrjpxTDKAHYY,9117
|
|
550
550
|
google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/__init__.py,sha256=57gYyoAJwLIeXoLTTyVqOWgkj7dlUP4IKM4OmMabCRM,828
|
|
@@ -554,8 +554,8 @@ google_cloud_pipeline_components/v1/vertex_notification_email/__init__.py,sha256
|
|
|
554
554
|
google_cloud_pipeline_components/v1/vertex_notification_email/component.py,sha256=Dau8ZI0mzLBnLOUBQm6EtK8gbtX1u57t76Ud5qlg9xc,2163
|
|
555
555
|
google_cloud_pipeline_components/v1/wait_gcp_resources/__init__.py,sha256=w6dfz-rYsYnxFapRH1Dix3GVz0mhPW0m1IVpE6z8jbg,878
|
|
556
556
|
google_cloud_pipeline_components/v1/wait_gcp_resources/component.py,sha256=Nsfj5c3eeZq83fHLvv2IlpK4jrjxLxRksFYOl5W6JnA,2468
|
|
557
|
-
google_cloud_pipeline_components-2.
|
|
558
|
-
google_cloud_pipeline_components-2.
|
|
559
|
-
google_cloud_pipeline_components-2.
|
|
560
|
-
google_cloud_pipeline_components-2.
|
|
561
|
-
google_cloud_pipeline_components-2.
|
|
557
|
+
google_cloud_pipeline_components-2.16.1.dist-info/LICENSE,sha256=VAc1R5OxOELKsX5L5Ldp5THfNtxtt1cMIZBaC0Jdj5Q,13118
|
|
558
|
+
google_cloud_pipeline_components-2.16.1.dist-info/METADATA,sha256=mKcwBgD0FKhbdCC315q_jU7a2GijYVZ_UtPRQHbqfMQ,5810
|
|
559
|
+
google_cloud_pipeline_components-2.16.1.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
560
|
+
google_cloud_pipeline_components-2.16.1.dist-info/top_level.txt,sha256=E8T4T8KGMGLXbHvt2goa98oezRpxryPC6QhWBZ27Hhc,33
|
|
561
|
+
google_cloud_pipeline_components-2.16.1.dist-info/RECORD,,
|
|
File without changes
|