snowflake-ml-python 1.24.0__tar.gz → 1.25.1__tar.gz
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.
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/CHANGELOG.md +46 -1
- {snowflake_ml_python-1.24.0/snowflake_ml_python.egg-info → snowflake_ml_python-1.25.1}/PKG-INFO +47 -2
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/_internal/arrow_ingestor.py +5 -1
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/data_connector.py +2 -2
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/data_ingestor.py +2 -1
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_experiment_info.py +3 -3
- snowflake_ml_python-1.25.1/snowflake/ml/jobs/_utils/feature_flags.py +133 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/job_definition.py +10 -4
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/model/model_version_impl.py +25 -14
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/ops/service_ops.py +6 -6
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/service/model_deployment_spec.py +3 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/service/model_deployment_spec_schema.py +1 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/models/huggingface_pipeline.py +3 -0
- snowflake_ml_python-1.25.1/snowflake/ml/model/openai_signatures.py +308 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/registry/_manager/model_parameter_reconciler.py +2 -3
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/version.py +1 -1
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1/snowflake_ml_python.egg-info}/PKG-INFO +47 -2
- snowflake_ml_python-1.24.0/snowflake/ml/jobs/_utils/feature_flags.py +0 -49
- snowflake_ml_python-1.24.0/snowflake/ml/model/openai_signatures.py +0 -154
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/LICENSE.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/README.md +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/pyproject.toml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/setup.cfg +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_classify_text.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_complete.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_embed_text_1024.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_embed_text_768.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_extract_answer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_finetune.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_sentiment.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_sse_client.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_summarize.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_translate.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/cortex/_util.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/env.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/env_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/dataset_error_messages.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/dataset_errors.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/error_codes.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/error_messages.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/exceptions.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/fileset_error_messages.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/fileset_errors.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/modeling_error_messages.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/exceptions/sql_error_codes.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/file_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/human_readable_id/adjectives.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/human_readable_id/animals.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/human_readable_id/hrid_generator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/human_readable_id/hrid_generator_base.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/init_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/lineage/lineage_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/migrator_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/platform_capabilities.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/relax_version_strategy.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/telemetry.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/type_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/db_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/formatting.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/identifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/import_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/jwt_generator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/mixins.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/parallelize.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/pkg_version_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/query_result_checker.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/result.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/service_logger.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/snowflake_env.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/snowpark_dataframe_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/sql_identifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/table_manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/temp_file_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/_internal/utils/url.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/data_source.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/ingestor_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/torch_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/dataset/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/dataset/dataset.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/dataset/dataset_factory.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/dataset/dataset_metadata.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/dataset/dataset_reader.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_client/artifact.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_client/experiment_tracking_sql_client.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_entities/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_entities/experiment.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_entities/run.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/_entities/run_metadata.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/callback/keras.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/callback/lightgbm.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/callback/xgboost.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/experiment_tracking.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/experiment/utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/access_manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/aggregation.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/entity.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/airline_features/entities.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/airline_features/features/plane_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/airline_features/features/weather_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/airline_features/source.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/citibike_trip_features/entities.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/citibike_trip_features/features/station_feature.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/citibike_trip_features/features/trip_feature.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/citibike_trip_features/source.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/example_helper.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/new_york_taxi_features/entities.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/location_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/trip_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/new_york_taxi_features/source.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/source_data/airline.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/source_data/citibike_trips.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/source_data/fraud_transactions.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/source_data/nyc_yellow_trips.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/source_data/winequality_red.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/wine_quality_features/entities.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/wine_quality_features/features/managed_wine_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/wine_quality_features/features/static_wine_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/examples/wine_quality_features/source.yaml +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/feature.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/feature_store.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/feature_view.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/metadata_manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/feature_store/tile_sql_generator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/fileset/embedded_stage_fs.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/fileset/fileset.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/fileset/sfcfs.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/fileset/snowfs.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/fileset/stage_fs.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/data_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/dto_schema.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/exception_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/legacy.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/protocols.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/results.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_interop/utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/constants.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/function_payload_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/payload_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/query_helper.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/runtime_env_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/constants.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/get_instance_ip.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/mljob_launcher.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/signal_workers.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/start_mlruntime.sh +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/startup.sh +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/scripts/worker_shutdown_listener.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/spec_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/stage_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/_utils/types.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/decorators.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/job.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/lineage/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/lineage/lineage_node.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/model/batch_inference_specs.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/model/inference_engine_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/model/model_impl.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/ops/deployment_step.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/ops/metadata_ops.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/ops/model_ops.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/ops/param_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/service/import_model_spec_schema.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/_base.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/model.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/model_version.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/service.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/stage.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_client/sql/tag.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_composer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_manifest/model_manifest.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_manifest/model_manifest_schema.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/constants.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/function_generator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/infer_function.py_template +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/infer_partitioned.py_template +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/infer_table_function.py_template +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/model_method.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_method/utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_model_composer/model_user_file/model_user_file.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_env/model_env.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/_base.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/catboost.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/custom.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/huggingface.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/keras.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/lightgbm.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/mlflow.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/prophet.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/pytorch.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/sentence_transformers.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/sklearn.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/snowmlmodel.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/tensorflow.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/torchscript.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers/xgboost.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers_migrator/pytorch_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2025_01_01.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_handlers_migrator/torchscript_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta/model_blob_meta.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta/model_meta.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta/model_meta_schema.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta_migrator/migrator_plans.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_meta_migrator/migrator_v1.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_packager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_runtime/_snowml_inference_alternative_requirements.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_runtime/model_runtime.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_packager/model_task/model_task_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/base_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/builtins_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/core.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/dmatrix_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/numpy_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/pandas_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/pytorch_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/snowpark_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/tensorflow_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/_signatures/utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/code_path.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/compute_pool.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/custom_model.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/event_handler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/inference_engine.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/model_signature.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/models/huggingface.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/target_platform.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/task.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/type_hints.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/model/volatility.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/estimator_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/local_implementations/pandas_handlers.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/local_implementations/pandas_trainer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/model_specifications.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/model_trainer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/model_trainer_builder.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/model_transformer_builder.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_hpo_trainer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_search_udf_file.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_handlers.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_trainer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/snowpark_implementations/xgboost_external_memory_trainer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/_internal/transformer_protocols.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/calibration/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/calibration/calibrated_classifier_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/affinity_propagation.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/agglomerative_clustering.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/birch.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/bisecting_k_means.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/dbscan.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/feature_agglomeration.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/k_means.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/mean_shift.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/mini_batch_k_means.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/optics.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/spectral_biclustering.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/spectral_clustering.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/cluster/spectral_coclustering.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/compose/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/compose/column_transformer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/compose/transformed_target_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/elliptic_envelope.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/empirical_covariance.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/graphical_lasso.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/graphical_lasso_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/ledoit_wolf.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/min_cov_det.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/oas.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/covariance/shrunk_covariance.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/dictionary_learning.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/factor_analysis.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/fast_ica.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/incremental_pca.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/kernel_pca.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/mini_batch_dictionary_learning.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/mini_batch_sparse_pca.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/pca.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/sparse_pca.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/decomposition/truncated_svd.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/discriminant_analysis/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/discriminant_analysis/linear_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/discriminant_analysis/quadratic_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/ada_boost_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/ada_boost_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/bagging_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/bagging_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/extra_trees_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/extra_trees_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/isolation_forest.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/random_forest_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/random_forest_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/stacking_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/voting_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/ensemble/voting_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/generic_univariate_select.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/select_fdr.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/select_fpr.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/select_fwe.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/select_k_best.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/select_percentile.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/sequential_feature_selector.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/feature_selection/variance_threshold.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/framework/_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/framework/base.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/gaussian_process/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/gaussian_process/gaussian_process_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/gaussian_process/gaussian_process_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/impute/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/impute/iterative_imputer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/impute/knn_imputer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/impute/missing_indicator.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/impute/simple_imputer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/additive_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/nystroem.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/polynomial_count_sketch.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/rbf_sampler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_approximation/skewed_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_ridge/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/kernel_ridge/kernel_ridge.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/lightgbm/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/lightgbm/lgbm_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/lightgbm/lgbm_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ard_regression.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/bayesian_ridge.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/elastic_net.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/gamma_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/huber_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lars.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lars_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lasso.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lasso_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lasso_lars.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lasso_lars_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/lasso_lars_ic.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/linear_regression.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/logistic_regression.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/logistic_regression_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/multi_task_elastic_net.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/multi_task_elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/multi_task_lasso.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/multi_task_lasso_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/orthogonal_matching_pursuit.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/passive_aggressive_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/passive_aggressive_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/perceptron.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/poisson_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ransac_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ridge.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ridge_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ridge_classifier_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/ridge_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/sgd_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/sgd_one_class_svm.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/sgd_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/theil_sen_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/linear_model/tweedie_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/manifold/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/manifold/isomap.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/manifold/mds.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/manifold/spectral_embedding.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/manifold/tsne.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/classification.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/correlation.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/covariance.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/metrics_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/ranking.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/metrics/regression.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/mixture/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/mixture/bayesian_gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/mixture/gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/model_selection/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/model_selection/grid_search_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/model_selection/randomized_search_cv.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/multiclass/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/multiclass/one_vs_one_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/multiclass/one_vs_rest_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/multiclass/output_code_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/bernoulli_nb.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/categorical_nb.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/complement_nb.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/gaussian_nb.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/naive_bayes/multinomial_nb.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/k_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/k_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/kernel_density.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/local_outlier_factor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/nearest_centroid.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/nearest_neighbors.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/neighborhood_components_analysis.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/radius_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neighbors/radius_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neural_network/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neural_network/bernoulli_rbm.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neural_network/mlp_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/neural_network/mlp_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/parameters/disable_distributed_hpo.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/parameters/disable_model_tracer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/parameters/enable_anonymous_sproc.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/pipeline/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/pipeline/pipeline.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/binarizer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/k_bins_discretizer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/label_encoder.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/max_abs_scaler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/min_max_scaler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/normalizer.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/one_hot_encoder.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/ordinal_encoder.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/polynomial_features.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/robust_scaler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/preprocessing/standard_scaler.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/semi_supervised/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/semi_supervised/label_propagation.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/semi_supervised/label_spreading.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/linear_svc.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/linear_svr.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/nu_svc.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/nu_svr.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/svc.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/svm/svr.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/tree/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/tree/decision_tree_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/tree/decision_tree_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/tree/extra_tree_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/tree/extra_tree_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/xgboost/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/xgboost/xgb_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/xgboost/xgb_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/xgboost/xgbrf_classifier.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/modeling/xgboost/xgbrf_regressor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/_client/model_monitor_sql_client.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/_client/queries/record_count.ssql +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/_client/queries/rmse.ssql +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/_manager/model_monitor_manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/entities/model_monitor_config.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/explain_visualize.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/model_monitor.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/monitoring/shap.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/registry/__init__.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/registry/_manager/model_manager.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/registry/registry.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/utils/authentication.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/utils/html_utils.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/utils/sparse.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/utils/sql_client.py +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake_ml_python.egg-info/SOURCES.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake_ml_python.egg-info/dependency_links.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake_ml_python.egg-info/requires.txt +0 -0
- {snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake_ml_python.egg-info/top_level.txt +0 -0
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 1.25.1
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* ML Job: Reverted changes related to the introduction of ML Job Definitions.
|
|
8
|
+
|
|
9
|
+
## 1.25.0
|
|
10
|
+
|
|
11
|
+
### New Features
|
|
12
|
+
|
|
13
|
+
* ML Job: Added support for creating ML job definitions and launching jobs with different
|
|
14
|
+
arguments without re-uploading payloads.
|
|
15
|
+
|
|
16
|
+
* Inference Autocapture (PuPr): The `create_service` API will now accept `autocapture` as a new argument to indicate
|
|
17
|
+
whether inference data will be captured.
|
|
18
|
+
|
|
19
|
+
* Model serving: Introduced the `min_instances` field in the `mv.create_service()` and
|
|
20
|
+
`HuggingFacePipelineModel.log_model_and_create_service()` APIs (defaulting to 0). The service now launches
|
|
21
|
+
with the `min_instances` and automatically scales between `min_instances` and `max_instances` based on
|
|
22
|
+
traffic and hardware utilization. When `min_instances` is set to 0, the service will automatically suspend
|
|
23
|
+
if no traffic is detected for a period of time.
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
### Behavior Changes
|
|
28
|
+
|
|
29
|
+
* Inference Autocapture (PuPr): `list_services()` now shows `autocapture_enabled` column to indicate if model
|
|
30
|
+
service has autocapture enabled.
|
|
31
|
+
|
|
32
|
+
* Model serving: The `mv.create_service()` and `HuggingFacePipelineModel.log_model_and_create_service()` APIs now
|
|
33
|
+
include a `min_instances` field (defaulting to 0). When these APIs are called without specifying `min_instances`,
|
|
34
|
+
the system will now launch the service with 1 instance and enable auto scaling. This replaces the previous behavior,
|
|
35
|
+
where `min_instances` was automatically set to match `max_instances`, resulting in the immediate launch of the
|
|
36
|
+
maximum number of instances.
|
|
37
|
+
|
|
38
|
+
### Deprecations
|
|
39
|
+
|
|
3
40
|
## 1.24.0
|
|
4
41
|
|
|
5
42
|
### New Features
|
|
@@ -103,7 +140,15 @@ x_df = pd.DataFrame.from_records(
|
|
|
103
140
|
[
|
|
104
141
|
{
|
|
105
142
|
"messages": [
|
|
106
|
-
{
|
|
143
|
+
{
|
|
144
|
+
"role": "system",
|
|
145
|
+
"content": [
|
|
146
|
+
{
|
|
147
|
+
"type": "text",
|
|
148
|
+
"text": "Complete the sentence."
|
|
149
|
+
},
|
|
150
|
+
]
|
|
151
|
+
},
|
|
107
152
|
{
|
|
108
153
|
"role": "user",
|
|
109
154
|
"content": [
|
{snowflake_ml_python-1.24.0/snowflake_ml_python.egg-info → snowflake_ml_python-1.25.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snowflake-ml-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.25.1
|
|
4
4
|
Summary: The machine learning client library that is used for interacting with Snowflake to build machine learning solutions.
|
|
5
5
|
Author-email: "Snowflake, Inc" <support@snowflake.com>
|
|
6
6
|
License:
|
|
@@ -417,6 +417,43 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
417
417
|
|
|
418
418
|
# Release History
|
|
419
419
|
|
|
420
|
+
## 1.25.1
|
|
421
|
+
|
|
422
|
+
### Bug Fixes
|
|
423
|
+
|
|
424
|
+
* ML Job: Reverted changes related to the introduction of ML Job Definitions.
|
|
425
|
+
|
|
426
|
+
## 1.25.0
|
|
427
|
+
|
|
428
|
+
### New Features
|
|
429
|
+
|
|
430
|
+
* ML Job: Added support for creating ML job definitions and launching jobs with different
|
|
431
|
+
arguments without re-uploading payloads.
|
|
432
|
+
|
|
433
|
+
* Inference Autocapture (PuPr): The `create_service` API will now accept `autocapture` as a new argument to indicate
|
|
434
|
+
whether inference data will be captured.
|
|
435
|
+
|
|
436
|
+
* Model serving: Introduced the `min_instances` field in the `mv.create_service()` and
|
|
437
|
+
`HuggingFacePipelineModel.log_model_and_create_service()` APIs (defaulting to 0). The service now launches
|
|
438
|
+
with the `min_instances` and automatically scales between `min_instances` and `max_instances` based on
|
|
439
|
+
traffic and hardware utilization. When `min_instances` is set to 0, the service will automatically suspend
|
|
440
|
+
if no traffic is detected for a period of time.
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
### Behavior Changes
|
|
445
|
+
|
|
446
|
+
* Inference Autocapture (PuPr): `list_services()` now shows `autocapture_enabled` column to indicate if model
|
|
447
|
+
service has autocapture enabled.
|
|
448
|
+
|
|
449
|
+
* Model serving: The `mv.create_service()` and `HuggingFacePipelineModel.log_model_and_create_service()` APIs now
|
|
450
|
+
include a `min_instances` field (defaulting to 0). When these APIs are called without specifying `min_instances`,
|
|
451
|
+
the system will now launch the service with 1 instance and enable auto scaling. This replaces the previous behavior,
|
|
452
|
+
where `min_instances` was automatically set to match `max_instances`, resulting in the immediate launch of the
|
|
453
|
+
maximum number of instances.
|
|
454
|
+
|
|
455
|
+
### Deprecations
|
|
456
|
+
|
|
420
457
|
## 1.24.0
|
|
421
458
|
|
|
422
459
|
### New Features
|
|
@@ -520,7 +557,15 @@ x_df = pd.DataFrame.from_records(
|
|
|
520
557
|
[
|
|
521
558
|
{
|
|
522
559
|
"messages": [
|
|
523
|
-
{
|
|
560
|
+
{
|
|
561
|
+
"role": "system",
|
|
562
|
+
"content": [
|
|
563
|
+
{
|
|
564
|
+
"type": "text",
|
|
565
|
+
"text": "Complete the sentence."
|
|
566
|
+
},
|
|
567
|
+
]
|
|
568
|
+
},
|
|
524
569
|
{
|
|
525
570
|
"role": "user",
|
|
526
571
|
"content": [
|
|
@@ -73,15 +73,19 @@ class ArrowIngestor(data_ingestor.DataIngestor, mixins.SerializableSessionMixin)
|
|
|
73
73
|
self._schema: Optional[pa.Schema] = None
|
|
74
74
|
|
|
75
75
|
@classmethod
|
|
76
|
-
def from_sources(
|
|
76
|
+
def from_sources(
|
|
77
|
+
cls, session: snowpark.Session, sources: Sequence[data_source.DataSource], **kwargs: Any
|
|
78
|
+
) -> "ArrowIngestor":
|
|
77
79
|
if session is None:
|
|
78
80
|
raise ValueError("Session is required")
|
|
81
|
+
# Skipping kwargs until needed to avoid impact other workflows.
|
|
79
82
|
return cls(session, sources)
|
|
80
83
|
|
|
81
84
|
@classmethod
|
|
82
85
|
def from_ray_dataset(
|
|
83
86
|
cls,
|
|
84
87
|
ray_ds: "ray.data.Dataset",
|
|
88
|
+
**kwargs: Any,
|
|
85
89
|
) -> "ArrowIngestor":
|
|
86
90
|
raise NotImplementedError
|
|
87
91
|
|
{snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/data_connector.py
RENAMED
|
@@ -94,7 +94,7 @@ class DataConnector:
|
|
|
94
94
|
**kwargs: Any,
|
|
95
95
|
) -> DataConnectorType:
|
|
96
96
|
ingestor_class = ingestor_class or cls.DEFAULT_INGESTOR_CLASS
|
|
97
|
-
ray_ingestor = ingestor_class.from_ray_dataset(ray_ds=ray_ds)
|
|
97
|
+
ray_ingestor = ingestor_class.from_ray_dataset(ray_ds=ray_ds, **kwargs)
|
|
98
98
|
return cls(ray_ingestor, **kwargs)
|
|
99
99
|
|
|
100
100
|
@classmethod
|
|
@@ -111,7 +111,7 @@ class DataConnector:
|
|
|
111
111
|
**kwargs: Any,
|
|
112
112
|
) -> DataConnectorType:
|
|
113
113
|
ingestor_class = ingestor_class or cls.DEFAULT_INGESTOR_CLASS
|
|
114
|
-
ingestor = ingestor_class.from_sources(session, sources)
|
|
114
|
+
ingestor = ingestor_class.from_sources(session, sources, **kwargs)
|
|
115
115
|
return cls(ingestor, **kwargs)
|
|
116
116
|
|
|
117
117
|
@property
|
{snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/data/data_ingestor.py
RENAMED
|
@@ -16,7 +16,7 @@ DataIngestorType = TypeVar("DataIngestorType", bound="DataIngestor")
|
|
|
16
16
|
class DataIngestor(Protocol):
|
|
17
17
|
@classmethod
|
|
18
18
|
def from_sources(
|
|
19
|
-
cls: type[DataIngestorType], session: snowpark.Session, sources: Sequence[data_source.DataSource]
|
|
19
|
+
cls: type[DataIngestorType], session: snowpark.Session, sources: Sequence[data_source.DataSource], **kwargs: Any
|
|
20
20
|
) -> DataIngestorType:
|
|
21
21
|
raise NotImplementedError
|
|
22
22
|
|
|
@@ -24,6 +24,7 @@ class DataIngestor(Protocol):
|
|
|
24
24
|
def from_ray_dataset(
|
|
25
25
|
cls: type[DataIngestorType],
|
|
26
26
|
ray_ds: "ray.data.Dataset",
|
|
27
|
+
**kwargs: Any,
|
|
27
28
|
) -> DataIngestorType:
|
|
28
29
|
raise NotImplementedError
|
|
29
30
|
|
|
@@ -3,7 +3,7 @@ import functools
|
|
|
3
3
|
import types
|
|
4
4
|
from typing import Callable, Optional
|
|
5
5
|
|
|
6
|
-
from snowflake.ml import
|
|
6
|
+
from snowflake.ml.model._client.model import model_version_impl
|
|
7
7
|
from snowflake.ml.registry._manager import model_manager
|
|
8
8
|
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ class ExperimentInfoPatcher:
|
|
|
23
23
|
"""
|
|
24
24
|
|
|
25
25
|
# Store original method at class definition time to avoid recursive patching
|
|
26
|
-
_original_log_model: Callable[...,
|
|
26
|
+
_original_log_model: Callable[..., model_version_impl.ModelVersion] = model_manager.ModelManager.log_model
|
|
27
27
|
|
|
28
28
|
# Stack of active experiment_info contexts for nested experiment support
|
|
29
29
|
_experiment_info_stack: list[ExperimentInfo] = []
|
|
@@ -36,7 +36,7 @@ class ExperimentInfoPatcher:
|
|
|
36
36
|
if not ExperimentInfoPatcher._experiment_info_stack:
|
|
37
37
|
|
|
38
38
|
@functools.wraps(ExperimentInfoPatcher._original_log_model)
|
|
39
|
-
def patched(*args, **kwargs) ->
|
|
39
|
+
def patched(*args, **kwargs) -> model_version_impl.ModelVersion: # type: ignore[no-untyped-def]
|
|
40
40
|
# Use the most recent (top of stack) experiment_info for nested contexts
|
|
41
41
|
current_experiment_info = ExperimentInfoPatcher._experiment_info_stack[-1]
|
|
42
42
|
return ExperimentInfoPatcher._original_log_model(
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import os
|
|
2
|
+
from typing import Callable, Optional, Union
|
|
3
|
+
|
|
4
|
+
from snowflake.ml._internal.utils.snowflake_env import SnowflakeCloudType
|
|
5
|
+
from snowflake.snowpark import context as sp_context
|
|
6
|
+
|
|
7
|
+
# Default value type: can be a bool or a callable that returns a bool
|
|
8
|
+
DefaultValue = Union[bool, Callable[[], bool]]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def parse_bool_env_value(value: Optional[str], default: bool = False) -> bool:
|
|
12
|
+
"""Parse a boolean value from an environment variable string.
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
value: The environment variable value to parse (may be None).
|
|
16
|
+
default: The default value to return if the value is None or unrecognized.
|
|
17
|
+
|
|
18
|
+
Returns:
|
|
19
|
+
True if the value is a truthy string (true, 1, yes, on - case insensitive),
|
|
20
|
+
False if the value is a falsy string (false, 0, no, off - case insensitive),
|
|
21
|
+
or the default value if the value is None or unrecognized.
|
|
22
|
+
"""
|
|
23
|
+
if value is None:
|
|
24
|
+
return default
|
|
25
|
+
|
|
26
|
+
normalized_value = value.strip().lower()
|
|
27
|
+
if normalized_value in ("true", "1", "yes", "on"):
|
|
28
|
+
return True
|
|
29
|
+
elif normalized_value in ("false", "0", "no", "off"):
|
|
30
|
+
return False
|
|
31
|
+
else:
|
|
32
|
+
# For unrecognized values, return the default
|
|
33
|
+
return default
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
def _enabled_in_clouds(*clouds: SnowflakeCloudType) -> Callable[[], bool]:
|
|
37
|
+
"""Create a callable that checks if the current environment is in any of the specified clouds.
|
|
38
|
+
|
|
39
|
+
This factory function returns a callable that can be used as a dynamic default
|
|
40
|
+
for feature flags. The returned callable will check if the current Snowflake
|
|
41
|
+
session is connected to a region in any of the specified cloud providers.
|
|
42
|
+
|
|
43
|
+
Args:
|
|
44
|
+
*clouds: One or more SnowflakeCloudType values to check against.
|
|
45
|
+
|
|
46
|
+
Returns:
|
|
47
|
+
A callable that returns True if running in any of the specified clouds,
|
|
48
|
+
False otherwise (including when no session is available).
|
|
49
|
+
|
|
50
|
+
Example:
|
|
51
|
+
>>> # Enable feature only in GCP
|
|
52
|
+
>>> default=_enabled_in_clouds(SnowflakeCloudType.GCP)
|
|
53
|
+
>>>
|
|
54
|
+
>>> # Enable feature in both GCP and Azure
|
|
55
|
+
>>> default=_enabled_in_clouds(SnowflakeCloudType.GCP, SnowflakeCloudType.AZURE)
|
|
56
|
+
"""
|
|
57
|
+
cloud_set = frozenset(clouds)
|
|
58
|
+
|
|
59
|
+
def check() -> bool:
|
|
60
|
+
try:
|
|
61
|
+
from snowflake.ml._internal.utils.snowflake_env import get_current_cloud
|
|
62
|
+
|
|
63
|
+
session = sp_context.get_active_session()
|
|
64
|
+
current_cloud = get_current_cloud(session, default=SnowflakeCloudType.AWS)
|
|
65
|
+
return current_cloud in cloud_set
|
|
66
|
+
except Exception:
|
|
67
|
+
# If we can't determine the cloud (no session, SQL error, etc.),
|
|
68
|
+
# default to False for safety
|
|
69
|
+
return False
|
|
70
|
+
|
|
71
|
+
return check
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
class _FeatureFlag:
|
|
75
|
+
"""A feature flag backed by an environment variable with a configurable default.
|
|
76
|
+
|
|
77
|
+
The default value can be a constant boolean or a callable that dynamically
|
|
78
|
+
determines the default based on runtime context (e.g., cloud provider).
|
|
79
|
+
"""
|
|
80
|
+
|
|
81
|
+
def __init__(self, env_var: str, default: DefaultValue = False) -> None:
|
|
82
|
+
"""Initialize a feature flag.
|
|
83
|
+
|
|
84
|
+
Args:
|
|
85
|
+
env_var: The environment variable name that controls this flag.
|
|
86
|
+
default: The default value when the env var is not set. Can be:
|
|
87
|
+
- A boolean constant (True/False)
|
|
88
|
+
- A callable that returns a boolean (evaluated at check time)
|
|
89
|
+
"""
|
|
90
|
+
self._env_var = env_var
|
|
91
|
+
self._default = default
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
def value(self) -> str:
|
|
95
|
+
"""Return the environment variable name (for compatibility with Enum-style access)."""
|
|
96
|
+
return self._env_var
|
|
97
|
+
|
|
98
|
+
def _get_default(self) -> bool:
|
|
99
|
+
"""Get the default value, calling it if it's a callable."""
|
|
100
|
+
if callable(self._default):
|
|
101
|
+
return self._default()
|
|
102
|
+
return self._default
|
|
103
|
+
|
|
104
|
+
def is_enabled(self) -> bool:
|
|
105
|
+
"""Check if the feature flag is enabled.
|
|
106
|
+
|
|
107
|
+
First checks the environment variable. If not set or unrecognized,
|
|
108
|
+
falls back to the configured default value.
|
|
109
|
+
|
|
110
|
+
Returns:
|
|
111
|
+
True if the feature is enabled, False otherwise.
|
|
112
|
+
"""
|
|
113
|
+
env_value = os.getenv(self._env_var)
|
|
114
|
+
if env_value is not None:
|
|
115
|
+
# Environment variable is set, parse it
|
|
116
|
+
result = parse_bool_env_value(env_value, default=self._get_default())
|
|
117
|
+
return result
|
|
118
|
+
else:
|
|
119
|
+
# Environment variable not set, use the default
|
|
120
|
+
return self._get_default()
|
|
121
|
+
|
|
122
|
+
def __str__(self) -> str:
|
|
123
|
+
return self._env_var
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
class FeatureFlags:
|
|
127
|
+
"""Collection of feature flags for ML Jobs."""
|
|
128
|
+
|
|
129
|
+
ENABLE_RUNTIME_VERSIONS = _FeatureFlag("MLRS_ENABLE_RUNTIME_VERSIONS", default=True)
|
|
130
|
+
ENABLE_STAGE_MOUNT_V2 = _FeatureFlag(
|
|
131
|
+
"MLRS_ENABLE_STAGE_MOUNT_V2",
|
|
132
|
+
default=_enabled_in_clouds(SnowflakeCloudType.GCP),
|
|
133
|
+
)
|
{snowflake_ml_python-1.24.0 → snowflake_ml_python-1.25.1}/snowflake/ml/jobs/job_definition.py
RENAMED
|
@@ -49,8 +49,14 @@ class MLJobDefinition(Generic[_Args, _ReturnValue], SerializableSessionMixin):
|
|
|
49
49
|
self.spec_options = spec_options
|
|
50
50
|
self.compute_pool = compute_pool
|
|
51
51
|
self.session = session or sp_context.get_active_session()
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
resolved_database = database or self.session.get_current_database()
|
|
53
|
+
resolved_schema = schema or self.session.get_current_schema()
|
|
54
|
+
if resolved_database is None:
|
|
55
|
+
raise ValueError("Database must be specified either in the session context or as a parameter.")
|
|
56
|
+
if resolved_schema is None:
|
|
57
|
+
raise ValueError("Schema must be specified either in the session context or as a parameter.")
|
|
58
|
+
self.database = identifier.resolve_identifier(resolved_database)
|
|
59
|
+
self.schema = identifier.resolve_identifier(resolved_schema)
|
|
54
60
|
self.job_definition_id = identifier.get_schema_level_object_identifier(self.database, self.schema, name)
|
|
55
61
|
self.entrypoint_args = entrypoint_args
|
|
56
62
|
|
|
@@ -190,7 +196,7 @@ class MLJobDefinition(Generic[_Args, _ReturnValue], SerializableSessionMixin):
|
|
|
190
196
|
)
|
|
191
197
|
raise
|
|
192
198
|
|
|
193
|
-
if runtime_environment is None and feature_flags.FeatureFlags.ENABLE_RUNTIME_VERSIONS.is_enabled(
|
|
199
|
+
if runtime_environment is None and feature_flags.FeatureFlags.ENABLE_RUNTIME_VERSIONS.is_enabled():
|
|
194
200
|
# Pass a JSON object for runtime versions so it serializes as nested JSON in options
|
|
195
201
|
runtime_environment = json.dumps({"pythonVersion": f"{sys.version_info.major}.{sys.version_info.minor}"})
|
|
196
202
|
|
|
@@ -204,7 +210,7 @@ class MLJobDefinition(Generic[_Args, _ReturnValue], SerializableSessionMixin):
|
|
|
204
210
|
enable_metrics=enable_metrics,
|
|
205
211
|
spec_overrides=spec_overrides,
|
|
206
212
|
runtime=runtime_environment if runtime_environment else None,
|
|
207
|
-
enable_stage_mount_v2=feature_flags.FeatureFlags.ENABLE_STAGE_MOUNT_V2.is_enabled(
|
|
213
|
+
enable_stage_mount_v2=feature_flags.FeatureFlags.ENABLE_STAGE_MOUNT_V2.is_enabled(),
|
|
208
214
|
)
|
|
209
215
|
|
|
210
216
|
job_options = types.JobOptions(
|
|
@@ -33,6 +33,12 @@ _BATCH_INFERENCE_TEMPORARY_FOLDER = "_temporary"
|
|
|
33
33
|
VLLM_SUPPORTED_TASKS = [
|
|
34
34
|
"text-generation",
|
|
35
35
|
"image-text-to-text",
|
|
36
|
+
"video-text-to-text",
|
|
37
|
+
"audio-text-to-text",
|
|
38
|
+
]
|
|
39
|
+
VALID_OPENAI_SIGNATURES = [
|
|
40
|
+
openai_signatures.OPENAI_CHAT_SIGNATURE,
|
|
41
|
+
openai_signatures.OPENAI_CHAT_SIGNATURE_WITH_CONTENT_FORMAT_STRING,
|
|
36
42
|
]
|
|
37
43
|
|
|
38
44
|
|
|
@@ -1140,16 +1146,11 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1140
1146
|
func_name: core.ModelSignature.from_dict(sig_dict) for func_name, sig_dict in signatures_dict.items()
|
|
1141
1147
|
}
|
|
1142
1148
|
|
|
1143
|
-
if deserialized_signatures not in
|
|
1144
|
-
openai_signatures.OPENAI_CHAT_SIGNATURE,
|
|
1145
|
-
openai_signatures.OPENAI_CHAT_SIGNATURE_WITH_CONTENT_FORMAT_STRING,
|
|
1146
|
-
]:
|
|
1149
|
+
if deserialized_signatures not in VALID_OPENAI_SIGNATURES:
|
|
1147
1150
|
raise ValueError(
|
|
1148
|
-
"Inference engine requires the model to be logged with
|
|
1149
|
-
"
|
|
1151
|
+
"Inference engine requires the model to be logged with one of the following signatures: "
|
|
1152
|
+
f"{VALID_OPENAI_SIGNATURES}. Please log the model again with one of these supported signatures."
|
|
1150
1153
|
f"Found signatures: {signatures_dict}. "
|
|
1151
|
-
"Please log the model again with: signatures=openai_signatures.OPENAI_CHAT_SIGNATURE or "
|
|
1152
|
-
"signatures=openai_signatures.OPENAI_CHAT_SIGNATURE_WITH_CONTENT_FORMAT_STRING"
|
|
1153
1154
|
)
|
|
1154
1155
|
|
|
1155
1156
|
@overload
|
|
@@ -1161,6 +1162,7 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1161
1162
|
service_compute_pool: str,
|
|
1162
1163
|
image_repo: Optional[str] = None,
|
|
1163
1164
|
ingress_enabled: bool = False,
|
|
1165
|
+
min_instances: int = 0,
|
|
1164
1166
|
max_instances: int = 1,
|
|
1165
1167
|
cpu_requests: Optional[str] = None,
|
|
1166
1168
|
memory_requests: Optional[str] = None,
|
|
@@ -1187,8 +1189,10 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1187
1189
|
will be used.
|
|
1188
1190
|
ingress_enabled: If true, creates an service endpoint associated with the service. User must have
|
|
1189
1191
|
BIND SERVICE ENDPOINT privilege on the account.
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
+
min_instances: The minimum number of instances for the inference service. The service will automatically
|
|
1193
|
+
scale between min_instances and max_instances based on traffic and hardware utilization. If set to
|
|
1194
|
+
0 (default), the service will automatically suspend after a period of inactivity.
|
|
1195
|
+
max_instances: The maximum number of instances for the inference service.
|
|
1192
1196
|
cpu_requests: The cpu limit for CPU based inference. Can be an integer, fractional or string values. If
|
|
1193
1197
|
None, we attempt to utilize all the vCPU of the node.
|
|
1194
1198
|
memory_requests: The memory limit with for CPU based inference. Can be an integer or a fractional value, but
|
|
@@ -1224,6 +1228,7 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1224
1228
|
service_compute_pool: str,
|
|
1225
1229
|
image_repo: Optional[str] = None,
|
|
1226
1230
|
ingress_enabled: bool = False,
|
|
1231
|
+
min_instances: int = 0,
|
|
1227
1232
|
max_instances: int = 1,
|
|
1228
1233
|
cpu_requests: Optional[str] = None,
|
|
1229
1234
|
memory_requests: Optional[str] = None,
|
|
@@ -1250,8 +1255,10 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1250
1255
|
will be used.
|
|
1251
1256
|
ingress_enabled: If true, creates an service endpoint associated with the service. User must have
|
|
1252
1257
|
BIND SERVICE ENDPOINT privilege on the account.
|
|
1253
|
-
|
|
1254
|
-
|
|
1258
|
+
min_instances: The minimum number of instances for the inference service. The service will automatically
|
|
1259
|
+
scale between min_instances and max_instances based on traffic and hardware utilization. If set to
|
|
1260
|
+
0 (default), the service will automatically suspend after a period of inactivity.
|
|
1261
|
+
max_instances: The maximum number of instances for the inference service.
|
|
1255
1262
|
cpu_requests: The cpu limit for CPU based inference. Can be an integer, fractional or string values. If
|
|
1256
1263
|
None, we attempt to utilize all the vCPU of the node.
|
|
1257
1264
|
memory_requests: The memory limit with for CPU based inference. Can be an integer or a fractional value, but
|
|
@@ -1301,6 +1308,7 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1301
1308
|
service_compute_pool: str,
|
|
1302
1309
|
image_repo: Optional[str] = None,
|
|
1303
1310
|
ingress_enabled: bool = False,
|
|
1311
|
+
min_instances: int = 0,
|
|
1304
1312
|
max_instances: int = 1,
|
|
1305
1313
|
cpu_requests: Optional[str] = None,
|
|
1306
1314
|
memory_requests: Optional[str] = None,
|
|
@@ -1328,8 +1336,10 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1328
1336
|
will be used.
|
|
1329
1337
|
ingress_enabled: If true, creates an service endpoint associated with the service. User must have
|
|
1330
1338
|
BIND SERVICE ENDPOINT privilege on the account.
|
|
1331
|
-
|
|
1332
|
-
|
|
1339
|
+
min_instances: The minimum number of instances for the inference service. The service will automatically
|
|
1340
|
+
scale between min_instances and max_instances based on traffic and hardware utilization. If set to
|
|
1341
|
+
0 (default), the service will automatically suspend after a period of inactivity.
|
|
1342
|
+
max_instances: The maximum number of instances for the inference service.
|
|
1333
1343
|
cpu_requests: The cpu limit for CPU based inference. Can be an integer, fractional or string values. If
|
|
1334
1344
|
None, we attempt to utilize all the vCPU of the node.
|
|
1335
1345
|
memory_requests: The memory limit with for CPU based inference. Can be an integer or a fractional value, but
|
|
@@ -1419,6 +1429,7 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1419
1429
|
service_compute_pool_name=sql_identifier.SqlIdentifier(service_compute_pool),
|
|
1420
1430
|
image_repo_name=image_repo,
|
|
1421
1431
|
ingress_enabled=ingress_enabled,
|
|
1432
|
+
min_instances=min_instances,
|
|
1422
1433
|
max_instances=max_instances,
|
|
1423
1434
|
cpu_requests=cpu_requests,
|
|
1424
1435
|
memory_requests=memory_requests,
|
|
@@ -175,6 +175,7 @@ class ServiceOperator:
|
|
|
175
175
|
service_compute_pool_name: sql_identifier.SqlIdentifier,
|
|
176
176
|
image_repo_name: Optional[str],
|
|
177
177
|
ingress_enabled: bool,
|
|
178
|
+
min_instances: int,
|
|
178
179
|
max_instances: int,
|
|
179
180
|
cpu_requests: Optional[str],
|
|
180
181
|
memory_requests: Optional[str],
|
|
@@ -241,6 +242,7 @@ class ServiceOperator:
|
|
|
241
242
|
service_name=service_name,
|
|
242
243
|
inference_compute_pool_name=service_compute_pool_name,
|
|
243
244
|
ingress_enabled=ingress_enabled,
|
|
245
|
+
min_instances=min_instances,
|
|
244
246
|
max_instances=max_instances,
|
|
245
247
|
cpu=cpu_requests,
|
|
246
248
|
memory=memory_requests,
|
|
@@ -829,15 +831,13 @@ class ServiceOperator:
|
|
|
829
831
|
service_seen_before = False
|
|
830
832
|
|
|
831
833
|
while True:
|
|
832
|
-
# Check if async job has
|
|
834
|
+
# Check if async job has completed
|
|
833
835
|
if async_job.is_done():
|
|
834
836
|
try:
|
|
835
837
|
async_job.result()
|
|
836
|
-
# Async job completed successfully
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
f"Async job completed but we're still waiting for {service_name} to reach {target_status.value}"
|
|
840
|
-
)
|
|
838
|
+
# Async job completed successfully - deployment is done
|
|
839
|
+
module_logger.debug(f"Async job completed successfully, returning from wait for {service_name}")
|
|
840
|
+
return
|
|
841
841
|
except Exception as e:
|
|
842
842
|
raise RuntimeError(f"Service deployment failed: {e}")
|
|
843
843
|
|
|
@@ -140,6 +140,7 @@ class ModelDeploymentSpec:
|
|
|
140
140
|
service_database_name: Optional[sql_identifier.SqlIdentifier] = None,
|
|
141
141
|
service_schema_name: Optional[sql_identifier.SqlIdentifier] = None,
|
|
142
142
|
ingress_enabled: bool = True,
|
|
143
|
+
min_instances: int = 0,
|
|
143
144
|
max_instances: int = 1,
|
|
144
145
|
cpu: Optional[str] = None,
|
|
145
146
|
memory: Optional[str] = None,
|
|
@@ -156,6 +157,7 @@ class ModelDeploymentSpec:
|
|
|
156
157
|
service_database_name: Database name for the service.
|
|
157
158
|
service_schema_name: Schema name for the service.
|
|
158
159
|
ingress_enabled: Whether ingress is enabled.
|
|
160
|
+
min_instances: Minimum number of service instances.
|
|
159
161
|
max_instances: Maximum number of service instances.
|
|
160
162
|
cpu: CPU requirement.
|
|
161
163
|
memory: Memory requirement.
|
|
@@ -187,6 +189,7 @@ class ModelDeploymentSpec:
|
|
|
187
189
|
name=fq_service_name,
|
|
188
190
|
compute_pool=inference_compute_pool_name.identifier(),
|
|
189
191
|
ingress_enabled=ingress_enabled,
|
|
192
|
+
min_instances=min_instances,
|
|
190
193
|
max_instances=max_instances,
|
|
191
194
|
autocapture=autocapture,
|
|
192
195
|
**self._inference_spec,
|
|
@@ -105,6 +105,7 @@ class HuggingFacePipelineModel(huggingface.TransformersPipeline):
|
|
|
105
105
|
image_repo: Optional[str] = None,
|
|
106
106
|
image_build_compute_pool: Optional[str] = None,
|
|
107
107
|
ingress_enabled: bool = False,
|
|
108
|
+
min_instances: int = 0,
|
|
108
109
|
max_instances: int = 1,
|
|
109
110
|
cpu_requests: Optional[str] = None,
|
|
110
111
|
memory_requests: Optional[str] = None,
|
|
@@ -133,6 +134,7 @@ class HuggingFacePipelineModel(huggingface.TransformersPipeline):
|
|
|
133
134
|
image_build_compute_pool: The name of the compute pool used to build the model inference image. It uses
|
|
134
135
|
the service compute pool if None.
|
|
135
136
|
ingress_enabled: Whether ingress is enabled. Defaults to False.
|
|
137
|
+
min_instances: Minimum number of instances. Defaults to 0.
|
|
136
138
|
max_instances: Maximum number of instances. Defaults to 1.
|
|
137
139
|
cpu_requests: CPU requests configuration. Defaults to None.
|
|
138
140
|
memory_requests: Memory requests configuration. Defaults to None.
|
|
@@ -225,6 +227,7 @@ class HuggingFacePipelineModel(huggingface.TransformersPipeline):
|
|
|
225
227
|
service_compute_pool_name=sql_identifier.SqlIdentifier(service_compute_pool),
|
|
226
228
|
image_repo_name=image_repo,
|
|
227
229
|
ingress_enabled=ingress_enabled,
|
|
230
|
+
min_instances=min_instances,
|
|
228
231
|
max_instances=max_instances,
|
|
229
232
|
cpu_requests=cpu_requests,
|
|
230
233
|
memory_requests=memory_requests,
|