1.12.0 (2022-04-07)
Features
- add categorical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto (38f3711)
- add categorical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1beta1 featurestore_monitoring.proto (38f3711)
- add disable_monitoring to Feature in aiplatform v1 feature.proto (38f3711)
- add disable_monitoring to Feature in aiplatform v1beta1 feature.proto (38f3711)
- Add done method for pipeline, training, and batch prediction jobs (#1062) (f3338fc)
- add import_features_analysis to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto (38f3711)
- add import_features_analysis to FeaturestoreMonitoringConfig in aiplatform v1beta1 featurestore_monitoring.proto (38f3711)
- add ImportModelEvaluation in aiplatform v1 model_service.proto (#1105) (ef5930c)
- add monitoring_config to EntityType in aiplatform v1 entity_type.proto (#1077) (38f3711)
- add monitoring_stats_anomalies to Feature in aiplatform v1 feature.proto (38f3711)
- add monitoring_stats_anomalies to Feature in aiplatform v1beta1 feature.proto (38f3711)
- add numerical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto (38f3711)
- add numerical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1beta1 featurestore_monitoring.proto (38f3711)
- add objective to MonitoringStatsSpec in aiplatform v1 featurestore_service.proto (38f3711)
- add objective to MonitoringStatsSpec in aiplatform v1beta1 featurestore_service.proto (38f3711)
- add PredictRequestResponseLoggingConfig to Endpoint in aiplatform v1 endpoint.proto (#1072) (be0ccc4)
- add staleness_days to SnapshotAnalysis in aiplatform v1 featurestore_monitoring.proto (38f3711)
- add staleness_days to SnapshotAnalysis in aiplatform v1beta1 featurestore_monitoring.proto (38f3711)
- Add support for Vertex Tables Q1 regions (#1065) (6383d4f)
- add timeout arg across SDK (#1099) (184f7f3)
- Add timeout arguments to Endpoint.predict and Endpoint.explain (#1094) (cc59e60)
- Made display_name parameter optional for most calls (#882) (400b760)
- sdk: enable loading both JSON and YAML pipelines IR (#1089) (f2e70b1)
- v1beta1: add
service_accounttoBatchPredictionJobinbatch_prediction_job.proto(#1084) (b7a5177)
Bug Fixes
- add resource manager utils to get project ID from project number (#1068) (f10a1d4)
- add self.wait() in operations after optional_sync supported resource creation (#1083) (79aeec1)
- Don't throw exception when getting representation of unrun GCA objects (#1071) (c9ba060)
- Fix import error string showing wrong pip install path (#1076) (74ffa19)
- Fixed getting project ID when running on Vertex AI; Fixes #852 (#943) (876cb33)
- Give aiplatform logging its own log namespace, let the user configure their own root logger (#1081) (fb78243)
- Honoring the model's supported_deployment_resources_types (#865) (db34b85)
- missing reference to logged_web_access_uris (#1056) (198a1b5)
- system tests failure from test_upload_and_deploy_xgboost_model (#1149) (c8422a9)
Documentation
- fix CustomContainerTrainingJob example in docstring (#1101) (d2fb9db)
- improve bigquery_destination_prefix docstring (#1098) (a46df64)
- Include time dependency in documentation for weight, time, and target columns. (#1102) (52273c2)
- samples: read, import, batch_serve, batch_create features (#1046) (80dd40d)
- Update AutoML Video docstring (#987) (6002d5d)