google-cloud-pipeline-components 2.20.0__py3-none-any.whl → 2.20.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.

@@ -15,7 +15,7 @@
15
15
 
16
16
  import argparse
17
17
  import ast
18
- from distutils import util as distutil
18
+ from distutils import util as distutil # pytype: disable=import-error
19
19
  import inspect
20
20
  import json
21
21
  import os
@@ -18,15 +18,8 @@ from google_cloud_pipeline_components.preview.model_evaluation.feature_attributi
18
18
  from google_cloud_pipeline_components.preview.model_evaluation.feature_attribution_graph_component import feature_attribution_graph_component as FeatureAttributionGraphComponentOp
19
19
  from google_cloud_pipeline_components.preview.model_evaluation.model_bias_component import detect_model_bias as DetectModelBiasOp
20
20
  from google_cloud_pipeline_components.preview.model_evaluation.model_evaluation_import_component import model_evaluation_import as ModelImportEvaluationOp
21
- from google_cloud_pipeline_components.v1.model_evaluation.evaluation_llm_classification_pipeline import evaluation_llm_classification_pipeline
22
- from google_cloud_pipeline_components.v1.model_evaluation.evaluation_llm_text_generation_pipeline import evaluation_llm_text_generation_pipeline
23
- from google_cloud_pipeline_components.v1.model_evaluation.model_based_llm_evaluation.autosxs.autosxs_pipeline import autosxs_pipeline
24
-
25
21
 
26
22
  __all__ = [
27
- 'autosxs_pipeline',
28
- 'evaluation_llm_classification_pipeline',
29
- 'evaluation_llm_text_generation_pipeline',
30
23
  'ModelEvaluationFeatureAttributionOp',
31
24
  'FeatureAttributionGraphComponentOp',
32
25
  'DetectModelBiasOp',
@@ -13,4 +13,4 @@
13
13
  # limitations under the License.
14
14
  """Google Cloud Pipeline Components version."""
15
15
 
16
- __version__ = "2.20.0"
16
+ __version__ = "2.20.1"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: google-cloud-pipeline-components
3
- Version: 2.20.0
3
+ Version: 2.20.1
4
4
  Summary: This SDK enables a set of First Party (Google owned) pipeline components that allow users to take their experience from Vertex AI SDK and other Google Cloud services and create a corresponding pipeline using KFP or Managed Pipelines.
5
5
  Home-page: https://github.com/kubeflow/pipelines/tree/master/components/google-cloud
6
6
  Author: The Google Cloud Pipeline Components authors
@@ -50,6 +50,19 @@ Requires-Dist: sphinx-immaterial==0.9.0; extra == "docs"
50
50
  Requires-Dist: sphinx-notfound-page==0.8.3; extra == "docs"
51
51
  Requires-Dist: sphinx-rtd-theme==2.0.0; extra == "docs"
52
52
  Requires-Dist: sphinx<6.0.0,>=5.0.2; extra == "docs"
53
+ Dynamic: author
54
+ Dynamic: author-email
55
+ Dynamic: classifier
56
+ Dynamic: description
57
+ Dynamic: description-content-type
58
+ Dynamic: home-page
59
+ Dynamic: license
60
+ Dynamic: license-file
61
+ Dynamic: project-url
62
+ Dynamic: provides-extra
63
+ Dynamic: requires-dist
64
+ Dynamic: requires-python
65
+ Dynamic: summary
53
66
 
54
67
  # Google Cloud Pipeline Components
55
68
 
@@ -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=eR9IUlfOzlkXbM7FIiFbegLXcNGhZ_J2ClGNtzm9-Oc,678
5
+ google_cloud_pipeline_components/version.py,sha256=RpA9LI_sZNfPrf1tjgDzwvGlJvs-od2vYIwfPtZ8SaU,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
@@ -144,7 +144,7 @@ google_cloud_pipeline_components/container/utils/error_surfacing.py,sha256=OWi8y
144
144
  google_cloud_pipeline_components/container/utils/execution_context.py,sha256=6d2qC7IE5BcVT2nLZzBg6T-I3yPiU1_J61t2wtlDEe8,1841
145
145
  google_cloud_pipeline_components/container/v1/__init__.py,sha256=iEvOrKaUA31vCoQeMAr7EBPKPkIwv5iLQ1tChsJok8w,651
146
146
  google_cloud_pipeline_components/container/v1/aiplatform/__init__.py,sha256=5X_ymPsBAGK9hpepKd1PR0opJLeeMmHvB2DR5YjAtCQ,651
147
- google_cloud_pipeline_components/container/v1/aiplatform/remote_runner.py,sha256=FciZ9QKRRDu7CI8Op-NjQaQbfpP28PxJxg1Tj-_mD-M,10719
147
+ google_cloud_pipeline_components/container/v1/aiplatform/remote_runner.py,sha256=mNDQg6gglj61SvqSmw6yKDmcRvJVZXX1I7Nx3COrj38,10751
148
148
  google_cloud_pipeline_components/container/v1/aiplatform/utils.py,sha256=RAuXI-y_gKZRLMfYLSkIvkYXG_VM6UrKLBybXhtu8b4,5257
149
149
  google_cloud_pipeline_components/container/v1/automl_training_job/__init__.py,sha256=TqLXJp5yD0-q9wzj-Oq9xKHEsFjZOI_pD_Uj1kqGDB4,689
150
150
  google_cloud_pipeline_components/container/v1/automl_training_job/image/__init__.py,sha256=_RmKwMH0OlXkccmQmrTkHMGCAEq41_4ihgllPNcL3k8,701
@@ -358,7 +358,7 @@ google_cloud_pipeline_components/preview/llm/rlaif/__init__.py,sha256=LYxMCPeZcf
358
358
  google_cloud_pipeline_components/preview/llm/rlaif/component.py,sha256=F4uzuz2pcLDd5IJ6--IkZf2dcmimiYfCivwmPwL_QIg,10801
359
359
  google_cloud_pipeline_components/preview/llm/rlhf/__init__.py,sha256=sb6SfJl6rt3AKjiWxd-KO9DSiZ3PzGZRcsqKuc1A2Cg,606
360
360
  google_cloud_pipeline_components/preview/llm/rlhf/component.py,sha256=9XpSVUga81GTqkn4qMBddhc41IzY0-p4IBC4UFP50G4,15339
361
- google_cloud_pipeline_components/preview/model_evaluation/__init__.py,sha256=n076N7S2HEdMuSZ8cyKM6acjCjslOHjCx4SR49asRME,2121
361
+ google_cloud_pipeline_components/preview/model_evaluation/__init__.py,sha256=bbVDhlCVg5AMoi9zOT0C5BfWsnIObVi7L86FJ3JUEqE,1581
362
362
  google_cloud_pipeline_components/preview/model_evaluation/data_bias_component.py,sha256=YiwkWfbGymX_lDIg_x7AP6nYMm3MQp_NgV8xuSZxCpU,5791
363
363
  google_cloud_pipeline_components/preview/model_evaluation/feature_attribution_component.py,sha256=XWrI1inQ9hKixFrp2LUdgu7hONYUvbsxv2GXZ-UTkCY,7450
364
364
  google_cloud_pipeline_components/preview/model_evaluation/feature_attribution_graph_component.py,sha256=jesgBUKbIB_qQoYb5-Bv_LBbFHl0tPyMlVFx-o1eE6k,13624
@@ -558,8 +558,8 @@ google_cloud_pipeline_components/v1/vertex_notification_email/__init__.py,sha256
558
558
  google_cloud_pipeline_components/v1/vertex_notification_email/component.py,sha256=Dau8ZI0mzLBnLOUBQm6EtK8gbtX1u57t76Ud5qlg9xc,2163
559
559
  google_cloud_pipeline_components/v1/wait_gcp_resources/__init__.py,sha256=w6dfz-rYsYnxFapRH1Dix3GVz0mhPW0m1IVpE6z8jbg,878
560
560
  google_cloud_pipeline_components/v1/wait_gcp_resources/component.py,sha256=Nsfj5c3eeZq83fHLvv2IlpK4jrjxLxRksFYOl5W6JnA,2468
561
- google_cloud_pipeline_components-2.20.0.dist-info/LICENSE,sha256=VAc1R5OxOELKsX5L5Ldp5THfNtxtt1cMIZBaC0Jdj5Q,13118
562
- google_cloud_pipeline_components-2.20.0.dist-info/METADATA,sha256=F_C0fEYYV83Rmr0LJrKZmn0oNFhmSb7giQ4w_0K7V5w,5875
563
- google_cloud_pipeline_components-2.20.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
564
- google_cloud_pipeline_components-2.20.0.dist-info/top_level.txt,sha256=E8T4T8KGMGLXbHvt2goa98oezRpxryPC6QhWBZ27Hhc,33
565
- google_cloud_pipeline_components-2.20.0.dist-info/RECORD,,
561
+ google_cloud_pipeline_components-2.20.1.dist-info/licenses/LICENSE,sha256=VAc1R5OxOELKsX5L5Ldp5THfNtxtt1cMIZBaC0Jdj5Q,13118
562
+ google_cloud_pipeline_components-2.20.1.dist-info/METADATA,sha256=7C7mn1woFR6nF8jkmDU6ielzf7pl7RJiOSMbYcBpHuo,6156
563
+ google_cloud_pipeline_components-2.20.1.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
564
+ google_cloud_pipeline_components-2.20.1.dist-info/top_level.txt,sha256=E8T4T8KGMGLXbHvt2goa98oezRpxryPC6QhWBZ27Hhc,33
565
+ google_cloud_pipeline_components-2.20.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5