google-cloud-pipeline-components 2.14.0__py3-none-any.whl → 2.14.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/llm/deployment_graph.py +10 -26
- google_cloud_pipeline_components/_implementation/llm/generated/refined_image_versions.py +1 -1
- google_cloud_pipeline_components/_implementation/llm/infer_preprocessor.py +109 -0
- google_cloud_pipeline_components/_implementation/llm/online_evaluation_pairwise.py +8 -0
- google_cloud_pipeline_components/_implementation/llm/reward_model_graph.py +5 -6
- google_cloud_pipeline_components/_implementation/llm/rlhf_preprocessor.py +24 -0
- google_cloud_pipeline_components/_implementation/model_evaluation/__init__.py +0 -12
- google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding/evaluation_llm_embedding_pipeline.py +2 -1
- google_cloud_pipeline_components/preview/llm/infer/component.py +22 -25
- google_cloud_pipeline_components/preview/llm/rlhf/component.py +12 -2
- google_cloud_pipeline_components/preview/model_evaluation/__init__.py +4 -1
- google_cloud_pipeline_components/preview/model_evaluation/model_evaluation_import_component.py +209 -0
- google_cloud_pipeline_components/proto/task_error_pb2.py +33 -0
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml +13 -13
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py +10 -0
- google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml +4 -1
- google_cloud_pipeline_components/v1/model_evaluation/error_analysis_pipeline.py +8 -10
- google_cloud_pipeline_components/v1/model_evaluation/evaluated_annotation_pipeline.py +2 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_feature_attribution_pipeline.py +2 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_pipeline.py +2 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_unstructure_data_pipeline.py +2 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_feature_attribution_pipeline.py +2 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_classification_pipeline.py +4 -2
- google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py +4 -2
- google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/autosxs/autosxs_pipeline.py +1 -0
- google_cloud_pipeline_components/version.py +1 -1
- {google_cloud_pipeline_components-2.14.0.dist-info → google_cloud_pipeline_components-2.14.1.dist-info}/METADATA +1 -1
- {google_cloud_pipeline_components-2.14.0.dist-info → google_cloud_pipeline_components-2.14.1.dist-info}/RECORD +31 -28
- {google_cloud_pipeline_components-2.14.0.dist-info → google_cloud_pipeline_components-2.14.1.dist-info}/LICENSE +0 -0
- {google_cloud_pipeline_components-2.14.0.dist-info → google_cloud_pipeline_components-2.14.1.dist-info}/WHEEL +0 -0
- {google_cloud_pipeline_components-2.14.0.dist-info → google_cloud_pipeline_components-2.14.1.dist-info}/top_level.txt +0 -0
|
@@ -2,26 +2,27 @@ 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=mqV8CiP_lQd4grJX2ZcEOIP4iOm7tMfXZiGnTTocXkg,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
|
|
9
9
|
google_cloud_pipeline_components/_implementation/llm/bulk_inferrer.py,sha256=k-MHsyESWboHdNeRm9q3MOGwbtZr37QNGm_Y_cGsETA,3958
|
|
10
10
|
google_cloud_pipeline_components/_implementation/llm/deploy_llm_model.py,sha256=Jjme37_M32AK1r_MmHMHZvW8k9LJiqfZ4eJEquWoTt4,5029
|
|
11
|
-
google_cloud_pipeline_components/_implementation/llm/deployment_graph.py,sha256=
|
|
11
|
+
google_cloud_pipeline_components/_implementation/llm/deployment_graph.py,sha256=zG80-yL9LmqCQrFYp48hIIbIVXtk1xe4QiP_Md3Y3yM,4238
|
|
12
12
|
google_cloud_pipeline_components/_implementation/llm/env.py,sha256=zY5glHO9oPWsALfYquR0euJHJnXbv2w-21mWVNit2Gw,1864
|
|
13
13
|
google_cloud_pipeline_components/_implementation/llm/function_based.py,sha256=SFeq2F27cA1we05xwSWBl7wwuYEx-zPLVq60yRohsTQ,17617
|
|
14
|
+
google_cloud_pipeline_components/_implementation/llm/infer_preprocessor.py,sha256=Pb8HbsCiL5_YYVXteurSu9v2NdO_8mjTeIz7-AmHWb8,5832
|
|
14
15
|
google_cloud_pipeline_components/_implementation/llm/model_evaluation_text_generation_pairwise.py,sha256=W64FNFfbarOcDw1sSG9J-BQCVPUYx3zLAmwLhhGhth0,5102
|
|
15
|
-
google_cloud_pipeline_components/_implementation/llm/online_evaluation_pairwise.py,sha256=
|
|
16
|
+
google_cloud_pipeline_components/_implementation/llm/online_evaluation_pairwise.py,sha256=ZBKuSkl5H00S9X5c5_hlQKmyMKTIgSwZQNQxFhEcP2A,5667
|
|
16
17
|
google_cloud_pipeline_components/_implementation/llm/preference_data_formatter.py,sha256=xqgvMsFgFIuiDAv3V3lf4XJSnLjZSTCHknGkmUcP9fs,5025
|
|
17
18
|
google_cloud_pipeline_components/_implementation/llm/preprocess_chat_dataset.py,sha256=dMf2uXW4znn9W8xv9ZRNSPI6nZvp64FTq5GAqjXFRDk,11746
|
|
18
19
|
google_cloud_pipeline_components/_implementation/llm/private_text_comparison_importer.py,sha256=Cwug1Tmk6tvg-l_qyxA6qr1-rslx33RkxA17sedFCz4,4133
|
|
19
20
|
google_cloud_pipeline_components/_implementation/llm/private_text_importer.py,sha256=go6SqWEH5fuDuXYeIzglQIARNG_etOwhyhCsbQgFI8I,4418
|
|
20
21
|
google_cloud_pipeline_components/_implementation/llm/reinforcement_learning_graph.py,sha256=9Bmk0941-yShhLw8uG7iOcGhqs6CUH30c9h_06rNIIk,9756
|
|
21
22
|
google_cloud_pipeline_components/_implementation/llm/reinforcer.py,sha256=yeg_2DGonlmf21KQYQXN28Mza0d6P0IPt9lDEyK5de8,6948
|
|
22
|
-
google_cloud_pipeline_components/_implementation/llm/reward_model_graph.py,sha256=
|
|
23
|
+
google_cloud_pipeline_components/_implementation/llm/reward_model_graph.py,sha256=86KTFH_J_tBmUYfpEVMgayUvdijYecbteYEn8AGYWLc,10196
|
|
23
24
|
google_cloud_pipeline_components/_implementation/llm/reward_model_trainer.py,sha256=xkj2hnHpZMLutGNxoewTVUsRR2bkLNkVUhWwjY9EXKA,5596
|
|
24
|
-
google_cloud_pipeline_components/_implementation/llm/rlhf_preprocessor.py,sha256=
|
|
25
|
+
google_cloud_pipeline_components/_implementation/llm/rlhf_preprocessor.py,sha256=YIKahoSWnrnkjhaINRp23p5-f2GbjOBe-enr5pbFAFo,7917
|
|
25
26
|
google_cloud_pipeline_components/_implementation/llm/supervised_fine_tuner.py,sha256=5HzjhMXMRmaWGv3BlAi8lBg6MMlaaHlbqKez3ZcX5Ss,4951
|
|
26
27
|
google_cloud_pipeline_components/_implementation/llm/upload_llm_model.py,sha256=iLtHLtrXzDbRHbgOW99SA9XDdhr_8omhLX1bTP-tsaE,4724
|
|
27
28
|
google_cloud_pipeline_components/_implementation/llm/upload_tensorboard_metrics.py,sha256=BN-0TQFl49TcE54ltBRt4iZYTjO7718eCLwHKR58ips,4010
|
|
@@ -29,11 +30,11 @@ google_cloud_pipeline_components/_implementation/llm/utils.py,sha256=E250cmvw0QU
|
|
|
29
30
|
google_cloud_pipeline_components/_implementation/llm/utils_test.py,sha256=co8gWyrowY5CpkFNsaLGQlD_gpIykkVI7czxIizp5cM,2864
|
|
30
31
|
google_cloud_pipeline_components/_implementation/llm/validate_pipeline.py,sha256=35E2jx3wG_1-qnF9u6GygEmekJ3dG9LklJx2Bh6ayJ8,4350
|
|
31
32
|
google_cloud_pipeline_components/_implementation/llm/generated/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
32
|
-
google_cloud_pipeline_components/_implementation/llm/generated/refined_image_versions.py,sha256=
|
|
33
|
+
google_cloud_pipeline_components/_implementation/llm/generated/refined_image_versions.py,sha256=f2xbcTpTWbLmdDGzPFRuDALXhK2S1WCIeLwNHt_rx98,763
|
|
33
34
|
google_cloud_pipeline_components/_implementation/model/__init__.py,sha256=KmOW74re0WZ93DWM1lqqQYbv6w1aIW66BMV3gaAdg3s,811
|
|
34
35
|
google_cloud_pipeline_components/_implementation/model/get_model/__init__.py,sha256=cXMkDUZHVSbXeXSa3qsI6Ef8Tad9nmusw5NUZaYORdE,662
|
|
35
36
|
google_cloud_pipeline_components/_implementation/model/get_model/component.py,sha256=H2sbMTWCw8nMDMT-Ni9-pdzVXEFmHYjtP3z1LcI5m5w,2307
|
|
36
|
-
google_cloud_pipeline_components/_implementation/model_evaluation/__init__.py,sha256=
|
|
37
|
+
google_cloud_pipeline_components/_implementation/model_evaluation/__init__.py,sha256=oB1e-LSzK0pctcXf6M9Uiu3_83QxC7RnUy4lU1dlOJs,4692
|
|
37
38
|
google_cloud_pipeline_components/_implementation/model_evaluation/utils.py,sha256=9V34RtPZSRNeBwcsImaZM6YC3T7CafT_E00Iby4KHxw,3540
|
|
38
39
|
google_cloud_pipeline_components/_implementation/model_evaluation/version.py,sha256=QHCvg6WZkQq-VdX7hbWCQHK-7SjHpxSppGa9ppyJNmk,963
|
|
39
40
|
google_cloud_pipeline_components/_implementation/model_evaluation/chunking/__init__.py,sha256=PRHVsIq1dFb0mweuU0kfUUP90FbX--kxdBGCpwfLTgA,665
|
|
@@ -61,7 +62,7 @@ google_cloud_pipeline_components/_implementation/model_evaluation/import_evaluat
|
|
|
61
62
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_classification_postprocessor/__init__.py,sha256=kEQ4aaKnV-KulHqbhb6eJIZzk4O7uSBRPzm_e3q_hcA,697
|
|
62
63
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_classification_postprocessor/component.py,sha256=H0g7nMK3JVdQonLe5jpKvvzm9N2YzFGQUWJwwfxQ33s,11227
|
|
63
64
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding/__init__.py,sha256=CUSeP0l2KFuo2wbw00DE5Zur0jpgHpZ1aThg7yqWuGY,680
|
|
64
|
-
google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding/evaluation_llm_embedding_pipeline.py,sha256=
|
|
65
|
+
google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding/evaluation_llm_embedding_pipeline.py,sha256=U4sI585OGw90_1vmQcX6P6ThjbrRpLwl70xSqtHdVto,14206
|
|
65
66
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding_retrieval/__init__.py,sha256=Q9YimgEKkKP8QW8fV50nNRjWXdt0_90Qr_gfQ0A9fao,691
|
|
66
67
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_embedding_retrieval/component.py,sha256=er26AxV0ydpKFbhrLs2IIia9hbLxXhe78Q-fQvvK_20,7265
|
|
67
68
|
google_cloud_pipeline_components/_implementation/model_evaluation/llm_evaluation/__init__.py,sha256=gDyltb_vTZRncaVZbMUkXYBHZsEg_CuaPAQVWUOGy7c,671
|
|
@@ -325,19 +326,21 @@ google_cloud_pipeline_components/preview/custom_job/utils.py,sha256=6JkjGAXei9ON
|
|
|
325
326
|
google_cloud_pipeline_components/preview/dataflow/__init__.py,sha256=74-o9aye0R356KRmf5sBeXZ3OkBWEn62pywrclsEIW4,773
|
|
326
327
|
google_cloud_pipeline_components/preview/llm/__init__.py,sha256=acmo31OFe-d7Ubo5FC2baLwxORFQzLtLdm8o5cO15qY,996
|
|
327
328
|
google_cloud_pipeline_components/preview/llm/infer/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
328
|
-
google_cloud_pipeline_components/preview/llm/infer/component.py,sha256=
|
|
329
|
+
google_cloud_pipeline_components/preview/llm/infer/component.py,sha256=p6gnwCjex4nKR00GOWv9gKenHavsiyRUb9fbwX7hn2Q,7620
|
|
329
330
|
google_cloud_pipeline_components/preview/llm/rlaif/__init__.py,sha256=LYxMCPeZcfGqRbt3mo3hY7U02A6G8aWdP_RtdoqxNrQ,606
|
|
330
331
|
google_cloud_pipeline_components/preview/llm/rlaif/component.py,sha256=F4uzuz2pcLDd5IJ6--IkZf2dcmimiYfCivwmPwL_QIg,10801
|
|
331
332
|
google_cloud_pipeline_components/preview/llm/rlhf/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
332
|
-
google_cloud_pipeline_components/preview/llm/rlhf/component.py,sha256=
|
|
333
|
-
google_cloud_pipeline_components/preview/model_evaluation/__init__.py,sha256=
|
|
333
|
+
google_cloud_pipeline_components/preview/llm/rlhf/component.py,sha256=HQmAOmg45KpCGeRxDbp__RvIu6J_9RQ-_vlnDE6yxEU,15537
|
|
334
|
+
google_cloud_pipeline_components/preview/model_evaluation/__init__.py,sha256=n076N7S2HEdMuSZ8cyKM6acjCjslOHjCx4SR49asRME,2121
|
|
334
335
|
google_cloud_pipeline_components/preview/model_evaluation/data_bias_component.py,sha256=YiwkWfbGymX_lDIg_x7AP6nYMm3MQp_NgV8xuSZxCpU,5791
|
|
335
336
|
google_cloud_pipeline_components/preview/model_evaluation/feature_attribution_component.py,sha256=XWrI1inQ9hKixFrp2LUdgu7hONYUvbsxv2GXZ-UTkCY,7450
|
|
336
337
|
google_cloud_pipeline_components/preview/model_evaluation/feature_attribution_graph_component.py,sha256=jesgBUKbIB_qQoYb5-Bv_LBbFHl0tPyMlVFx-o1eE6k,13624
|
|
337
338
|
google_cloud_pipeline_components/preview/model_evaluation/model_bias_component.py,sha256=R8WhT8jf_OOpMuABRh2BYTDEcfiGAf6VA-vFgiTymYY,6674
|
|
339
|
+
google_cloud_pipeline_components/preview/model_evaluation/model_evaluation_import_component.py,sha256=ePHbJqWYbZR5wCgJ8aVgDrOcWSoAiVq7df6HxTw1gdY,8118
|
|
338
340
|
google_cloud_pipeline_components/preview/model_evaluation/utils.py,sha256=oRlEvA3zMSTzgxJklZD0A-BzFDx0-PsBHBXZ4kmaREY,7539
|
|
339
341
|
google_cloud_pipeline_components/proto/__init__.py,sha256=aiPUc6gpQwG9cRTYfw3ChFCJfDr3vAIsm2eMYUDJjJQ,661
|
|
340
342
|
google_cloud_pipeline_components/proto/gcp_resources_pb2.py,sha256=ssNNm4zjiWbuBUS7IH6kyrvvfmcC_Z5F7hOAuQe_YLk,2134
|
|
343
|
+
google_cloud_pipeline_components/proto/task_error_pb2.py,sha256=cs2dw3NxulXQNCEVEkL6RUmQmDPKhKl4YCMKm4hNXIs,1299
|
|
341
344
|
google_cloud_pipeline_components/proto/template_metadata_pb2.py,sha256=RGyD_xJ9C_YmUCqgqifnY4HF8Y8kkIHzLcpbbqeXUEw,9939
|
|
342
345
|
google_cloud_pipeline_components/types/__init__.py,sha256=1WFkL49QEy-gNb6ywQOE4yZkD7DoULAeiL1tLdb3S28,606
|
|
343
346
|
google_cloud_pipeline_components/types/artifact_types.py,sha256=zvwvzRuFb_s1VS1mtKkltOOACATJk-kG7dVFOUasfw4,23725
|
|
@@ -346,9 +349,9 @@ google_cloud_pipeline_components/v1/automl/__init__.py,sha256=l8whL8MMhZ-KMyacLp
|
|
|
346
349
|
google_cloud_pipeline_components/v1/automl/forecasting/__init__.py,sha256=FVS4qHJEuAxXZuW9ffOD16_-T0xwaUUBh2j1d4AF8HQ,1488
|
|
347
350
|
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_predict_pipeline.yaml,sha256=MKyHNlM5pgZ-FAOs9TjPq3dxPhPjHDCzc2TFMEbB9Ho,51452
|
|
348
351
|
google_cloud_pipeline_components/v1/automl/forecasting/bqml_arima_train_pipeline.yaml,sha256=HMR59BvlfnMKup8zzB0UypL8dsTZpjARRRmZRXMr34c,242529
|
|
349
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=
|
|
350
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=
|
|
351
|
-
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml,sha256=
|
|
352
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_predict_pipeline.yaml,sha256=X4S_rHfbhhMOTLOvCxh5NCCJUvLL-dnEXQjG2FIJQbA,93654
|
|
353
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer.py,sha256=hIrhfw5a5RyMvp_UutZSxxSg_n255_6uOGdL2qgQTF4,8815
|
|
354
|
+
google_cloud_pipeline_components/v1/automl/forecasting/prophet_trainer_pipeline.yaml,sha256=Cpf0f5AXyROtIobnaVqUqbqHoKGy_UDEIuWceWANJJE,143006
|
|
352
355
|
google_cloud_pipeline_components/v1/automl/forecasting/utils.py,sha256=Q0SxHlj2jhlpX-buOkxZqDL0wN8Si2-f5iMo08w54ms,14855
|
|
353
356
|
google_cloud_pipeline_components/v1/automl/tabular/__init__.py,sha256=Clqtp6KThsxtvgu6Egj-dbkftci-VWDSKXXo_T6bTv8,2480
|
|
354
357
|
google_cloud_pipeline_components/v1/automl/tabular/automl_tabular_pipeline.yaml,sha256=6u0d5gEDvd-DV6ZUjsOmVDaob0je26goe6s41pUz5SE,500714
|
|
@@ -505,25 +508,25 @@ google_cloud_pipeline_components/v1/model/upload_model/__init__.py,sha256=6uwVQw
|
|
|
505
508
|
google_cloud_pipeline_components/v1/model/upload_model/component.py,sha256=6zy9G2AK2twiyT-B2X15qovvi6qHu0koRzzzelgN8CQ,7280
|
|
506
509
|
google_cloud_pipeline_components/v1/model_evaluation/__init__.py,sha256=CjEllp-NmgeZ77HKgYpM1polX5Q1wo3ihxMHSvnozrc,2897
|
|
507
510
|
google_cloud_pipeline_components/v1/model_evaluation/classification_component.py,sha256=4XsQsqLUNv0Ftw-V-rFii2Iega1yQQkLP3ggMof1sVI,12087
|
|
508
|
-
google_cloud_pipeline_components/v1/model_evaluation/error_analysis_pipeline.py,sha256=
|
|
509
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluated_annotation_pipeline.py,sha256=
|
|
510
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_feature_attribution_pipeline.py,sha256=
|
|
511
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_pipeline.py,sha256=
|
|
512
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_unstructure_data_pipeline.py,sha256=
|
|
513
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_feature_attribution_pipeline.py,sha256=
|
|
514
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_classification_pipeline.py,sha256=
|
|
515
|
-
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py,sha256=
|
|
511
|
+
google_cloud_pipeline_components/v1/model_evaluation/error_analysis_pipeline.py,sha256=StNi-9HFSnkmfbScyiGyqMq6TIO9aVQsJIrW63bSfMI,20137
|
|
512
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluated_annotation_pipeline.py,sha256=PaTrjNcwXtNMmJFqmac4V1Xtlqs4mJytgX3Cq5RjCZs,12195
|
|
513
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_feature_attribution_pipeline.py,sha256=gH2k5I8MRjIKKf_4NkE_5E3xZHZgch_kJP0jm7pQRJs,46240
|
|
514
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_tabular_pipeline.py,sha256=zkZkYNKQ214TmIhwsL15rtf0fWDp9K8xjdpj3ytpOEI,37161
|
|
515
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_automl_unstructure_data_pipeline.py,sha256=LlMSMVbiZGXOZo4SqEQZZu9GQWWzHnwhrygwmDkqVdA,42457
|
|
516
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_feature_attribution_pipeline.py,sha256=wEu67EPXb9x9PcYMYmnuETKbAz_lP5Kewv439IiFxIM,51226
|
|
517
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_classification_pipeline.py,sha256=vF_EOPg7S3UCTCNw6GrhQz_Sn8ctPZ-JpJEt6JlSF3Y,12036
|
|
518
|
+
google_cloud_pipeline_components/v1/model_evaluation/evaluation_llm_text_generation_pipeline.py,sha256=qb4vERcjiDOKUdWfHUjeLdRU-iFNKxNoBs4kYOBMacQ,11584
|
|
516
519
|
google_cloud_pipeline_components/v1/model_evaluation/forecasting_component.py,sha256=gOnvKAJWa3velczeuVBCzW6b_tcc2v_lNFqHXGhjD44,10017
|
|
517
520
|
google_cloud_pipeline_components/v1/model_evaluation/regression_component.py,sha256=eFrjrKQot3-SlRCoKoTOEsyp2Xj0GfDtrjpxTDKAHYY,9117
|
|
518
521
|
google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/__init__.py,sha256=57gYyoAJwLIeXoLTTyVqOWgkj7dlUP4IKM4OmMabCRM,828
|
|
519
522
|
google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/autosxs/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
|
|
520
|
-
google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/autosxs/autosxs_pipeline.py,sha256=
|
|
523
|
+
google_cloud_pipeline_components/v1/model_evaluation/model_based_llm_evaluation/autosxs/autosxs_pipeline.py,sha256=s3cWwJzy6qqogA2rURdojMQfRYBTdiQ20e3i3vRis50,8914
|
|
521
524
|
google_cloud_pipeline_components/v1/vertex_notification_email/__init__.py,sha256=YIRljNy_oHY_vRda-kfhm5QiulNd_SIIPbmpzOiYJ0k,863
|
|
522
525
|
google_cloud_pipeline_components/v1/vertex_notification_email/component.py,sha256=Dau8ZI0mzLBnLOUBQm6EtK8gbtX1u57t76Ud5qlg9xc,2163
|
|
523
526
|
google_cloud_pipeline_components/v1/wait_gcp_resources/__init__.py,sha256=w6dfz-rYsYnxFapRH1Dix3GVz0mhPW0m1IVpE6z8jbg,878
|
|
524
527
|
google_cloud_pipeline_components/v1/wait_gcp_resources/component.py,sha256=Nsfj5c3eeZq83fHLvv2IlpK4jrjxLxRksFYOl5W6JnA,2468
|
|
525
|
-
google_cloud_pipeline_components-2.14.
|
|
526
|
-
google_cloud_pipeline_components-2.14.
|
|
527
|
-
google_cloud_pipeline_components-2.14.
|
|
528
|
-
google_cloud_pipeline_components-2.14.
|
|
529
|
-
google_cloud_pipeline_components-2.14.
|
|
528
|
+
google_cloud_pipeline_components-2.14.1.dist-info/LICENSE,sha256=VAc1R5OxOELKsX5L5Ldp5THfNtxtt1cMIZBaC0Jdj5Q,13118
|
|
529
|
+
google_cloud_pipeline_components-2.14.1.dist-info/METADATA,sha256=yvx4vv0aFIKrUgaHN2ZkMzX0WycHOp5O5aGHWzNED3Y,5862
|
|
530
|
+
google_cloud_pipeline_components-2.14.1.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
531
|
+
google_cloud_pipeline_components-2.14.1.dist-info/top_level.txt,sha256=E8T4T8KGMGLXbHvt2goa98oezRpxryPC6QhWBZ27Hhc,33
|
|
532
|
+
google_cloud_pipeline_components-2.14.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|