Changes
-
Models renamed to Deployments
-
Connector methods, including configurations, are removed. All already created connectors will be migrated to deployments with the same name, with a label
type:connector
. -
Subscription methods are removed
-
Renamed batch_model_requests_batch_collect to batch_deployment_requests_batch_get
and batch_pipeline_requests_batch_collect to batch_pipeline_requests_batch_get -
Renamed scheduled_requests_[create, get, list, update, delete] to request_schedules_[create, get, list, update, delete]
-
Renamed model_requests_create to deployment_requests_create and pipelines_requests to pipeline_requests_create
-
Model version methods are renamed to version methods:
- model_versions_[create, get, list, update, delete] -> versions_[create, get, list, update, delete]
- model_versions_file_[upload, download] -> versions_file_[upload, download]
- model_version_environment_variables_[create, get, list, update, delete] -> version_environment_variables_[create, get, list, update, delete]
- In metrics_get, object_type="model_version" changed to object_type="version"
- In the filters specified in LogsCreate, the key "model_version" changed to "version"
Additions
- Audit events, for projects, deployments and pipelines
- Labels for deployments and versions
- Description for versions
- Possibility to copy environment variables from one deployment (version) to the other.