polyaxon 2.2.0rc1__tar.gz → 2.3.0rc1__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.
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/PKG-INFO +2 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/operations.py +14 -4
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/run.py +2 -7
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/run.py +2 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/ray_job.py +4 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/compose.py +0 -26
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/deployment.py +1 -0
- polyaxon-2.3.0rc1/polyaxon/_deploy/schemas/intervals.py +9 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/base.py +2 -1
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/ray_job.py +4 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/dask_job.py +3 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/common.py +3 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/ray_job.py +3 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/setter.py +1 -1
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/logging/async_monitor.py +52 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/manager/async_manager.py +15 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/manager/manager.py +16 -1
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_pql/manager.py +1 -1
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/runs_v1_api.py +30 -30
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_preset.py +8 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_user.py +1 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/pkg.py +1 -1
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/PKG-INFO +2 -2
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/requires.txt +6 -6
- polyaxon-2.2.0rc1/polyaxon/_deploy/schemas/intervals.py +0 -16
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/MANIFEST.in +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/__main__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/cleaner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/default_scheduling.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/notifier.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/sidecar.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_auxiliaries/tuner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/admin.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/check.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/completion.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/components.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/config.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/dashboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/errors.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/models.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/options.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/port_forward.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/project_versions.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/projects.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/clean_artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/docker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/initializer.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/notifier.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/sidecar.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/tuner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/services/wait.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/session.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_cli/version.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/decorators/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/decorators/client_call_handler.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/decorators/errors.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/decorators/is_managed.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/impersonate.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/mixin.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/project.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/store.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/http_transport.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/periodic_transport.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/retry_transport.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/socket_transport.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/threaded_transport.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/transport/ws_client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/workers/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/workers/base_worker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/workers/periodic_worker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_client/workers/queue_worker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/contexts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/dask_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/mx_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/tf_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/contexts/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/lineage/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/lineage/artifacts_collector.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/lineage/collector.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/lineage/io_collector.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/resolver/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/resolver/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/resolver/resolver.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_compiler/resolver/runtime.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_config/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_config/manager.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_config/parser.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_config/reader.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_config/spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_connections/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_connections/kinds.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_connections/schemas.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_constants/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_constants/globals.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_constants/metadata.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_containers/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_containers/names.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_containers/pull_policy.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_containers/statuses.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/keys.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/params.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/paths.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/refs.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_contexts/sections.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/cmd_operator.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/conda.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/docker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/helm.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/kubectl.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/operators/pip.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/reader.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/celery.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/deployment_types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/email.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/ingress.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/operators.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/proxy.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/rbac.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/root_user.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/security_context.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/service_types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/ssl.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_deploy/schemas/ui.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_dist.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/builder/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/builder/builder.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/builder/dockerfile.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/builder/generator.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/containers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/env_vars.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/main.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/base/mounts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/converters/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/converters/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/converters/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/converter/mixins.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/docker_types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_docker/executor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/owner_entity.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/project.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/queue.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/run.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/user.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/getters/versioned_entity.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_env_vars/keys.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/builds/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/cache/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/cache/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/component/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/component/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/component/component.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/component/component_reference.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/containers/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/containers/container.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/dags/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/early_stopping/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/early_stopping/policies.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/environment/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/events/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/events/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/hooks/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/init/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/io/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/io/io.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/joins/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/bayes.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/grid_search.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/hyperband.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/hyperopt.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/iterative.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/mapping.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/params.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/random_search.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/matrix/tuner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/mounts/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/mounts/artifacts_mounts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/notifications/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/operations/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/operations/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/operations/compiled_operation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/operations/operation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/operators.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/optimization/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/optimization/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/params/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/params/ops_params.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/params/params.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/plugins/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/dag.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/hub.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/mixin.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/path.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/references/url.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/cleaner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/dag.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/dask/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/dask/dask.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/dask/replica.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/clean_pod_policy.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/mx_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/replica.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/scheduling_policy.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/tf_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/notifier.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/patch.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/ray/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/ray/ray.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/ray/replica.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/resources.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/tuner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/run/utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/schedules/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/schedules/cron.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/schedules/datetime.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/schedules/enums.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/schedules/interval.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/templates/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/termination/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_flow/trigger_policies.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/async_manager.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/fs.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/manager.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/tar.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_fs/watcher.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/dockerfile.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/file.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/git.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_init/tensorboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/agent/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/agent/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/agent/async_agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/constants.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/containers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/env_vars.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/main.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/mounts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/base/sidecar.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/common/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/common/accelerators.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/common/annotations.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/common/volumes.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/dask_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/helpers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/mx_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/tf_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/converters/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/mixins.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/pod/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/pod/spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/converter/pod/volumes.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/crd.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/mx_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/tf_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/operation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/custom_resources/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/events.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/executor/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/executor/async_executor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/executor/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/executor/executor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/k8s_schemas.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/k8s_validation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/logging/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/logging/monitor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/manager/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/manager/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/monitor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/namespace.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/nodes.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/pods.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_k8s/replica.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/containers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/env_vars.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/init.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/main.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/base/mounts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/converters/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/converters/job.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/converters/service.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/converter/mixins.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/executor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_local_process/process_types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/cli.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/compose.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/deploy.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/git.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/home.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/ignore.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/project.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/run.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_managers/user.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_notifiers/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_notifiers/spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_operations/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_operations/cleaner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_operations/notifier.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_operations/tuner.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_plugins/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_plugins/sentry.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/check.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/manager/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/manager/operations.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/manager/workflows.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/params.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/compiled_operation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/component.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/kinds.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/libs/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/libs/engine.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/libs/parser.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/libs/validator.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/operation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_polyaxonfile/specs/sections.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_pql/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_pql/builder.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_pql/parser.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/agent/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/agent/async_agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/agent/base_agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/agent/client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/agent/sync_agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/common/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/common/constants.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/common/containers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/common/volumes.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/converter.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/dockerfile.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/file.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/git.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/store.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/init/tensorboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/converter/types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/executor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_runner/kinds.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/authentication.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/checks.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/cli.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/compatibility.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/container_resources.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/home.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/installation.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/lifecycle.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/log_handler.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/services.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/base.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/clipped.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/dockerfile.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/event.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/file.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/git.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/types/tensorboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/user.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_schemas/version.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/agents_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/artifacts_stores_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/auth_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/connections_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/dashboards_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/organizations_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/presets_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/project_dashboards_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/project_searches_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/projects_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/queues_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/searches_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/service_accounts_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/tags_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/teams_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/users_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/api/versions_v1_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/async_client/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/async_client/api_client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/async_client/rest.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/base_api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/configuration.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_activity.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_agent.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_agent_reconcile_body_request.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_agent_state_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_agent_state_response_agent_state.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_agent_status_body_request.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_analytics_spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_artifact_tree.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_cloning.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_connection_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_dashboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_dashboard_spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_entities_tags.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_entities_transfer.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_entity_notification_body.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_entity_stage_body_request.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_entity_status_body_request.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_events_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_activities_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_agents_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_bookmarks_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_connections_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_dashboards_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_organization_members_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_organizations_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_presets_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_project_versions_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_projects_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_queues_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_run_artifacts_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_run_connections_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_run_edges_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_runs_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_searches_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_service_accounts_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_tags_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_team_members_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_teams_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_list_token_response.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_operation_body.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_organization.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_organization_member.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_password_change.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_pipeline.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_project.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_project_settings.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_project_version.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_queue.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_connection.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_edge.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_edge_lineage.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_edges_graph.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_reference_catalog.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_run_settings.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_search.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_search_spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_section_spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_service_account.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_settings_catalog.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_tag.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_team.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_team_member.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_team_settings.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_token.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_trial_start.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_user_access.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_user_email.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_user_singup.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/schemas/v1_uuids.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/sync_client/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/sync_client/api_client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sdk/sync_client/rest.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_services/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_services/auth.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_services/headers.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_services/values.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/intervals.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/monitors/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/monitors/artifacts.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/monitors/logs.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/container/monitors/spec.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/ignore.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_sidecar/processor.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/cache.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/cli_constants.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/backfill.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/bo.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/build.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/grid.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/jobs.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/mapping.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/pipelines.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/schedule.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fixtures/services.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/formatting.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/fqn_utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/host_utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/test_utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_utils/urls_utils.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_vendor/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/_vendor/shell_pty.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/api.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/cli.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/client.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/docker.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/exceptions.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/fs.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/k8s.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/logger.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/polyaxonfile.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/py.typed +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/schemas.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/settings.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/fastai.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/fastai_v1.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/hugging_face.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/ignite.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/keras.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/lightgbm.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/pytorch_lightning.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/scikit.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/tensorboard.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/tensorflow.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/contrib/xgboost.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tracking/run.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/bayesian_optimization.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/grid_search.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/hyperband.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/hyperopt.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/mapping.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/tuners/random_search.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon/types.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/SOURCES.txt +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/dependency_links.txt +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/entry_points.txt +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon.egg-info/top_level.txt +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/polyaxon_sdk/__init__.py +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/setup.cfg +0 -0
- {polyaxon-2.2.0rc1 → polyaxon-2.3.0rc1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyaxon
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.3.0rc1
|
4
4
|
Summary: Command Line Interface (CLI) and client to interact with Polyaxon API.
|
5
5
|
Home-page: https://github.com/polyaxon/polyaxon
|
6
6
|
Author: Polyaxon, Inc.
|
@@ -51,7 +51,7 @@ Provides-Extra: sandbox
|
|
51
51
|
[](https://polyaxon.com/slack/)
|
52
52
|
|
53
53
|
[](https://polyaxon.com/docs/)
|
54
|
-
[](https://polyaxon.com/docs/releases/2-1/)
|
55
55
|
[](https://github.com/polyaxon/polyaxon/issues)
|
56
56
|
[](https://github.com/orgs/polyaxon/projects/5)
|
57
57
|
|
@@ -51,7 +51,7 @@ from polyaxon.api import (
|
|
51
51
|
REWRITE_SERVICES_V1,
|
52
52
|
SERVICES_V1,
|
53
53
|
)
|
54
|
-
from polyaxon.client import RunClient, V1Run, get_run_logs
|
54
|
+
from polyaxon.client import RunClient, V1Run, V1RunSettings, get_run_logs
|
55
55
|
from polyaxon.exceptions import (
|
56
56
|
ApiException,
|
57
57
|
PolyaxonClientException,
|
@@ -86,6 +86,14 @@ DEFAULT_EXCLUDE = [
|
|
86
86
|
]
|
87
87
|
|
88
88
|
|
89
|
+
def get_op_agent_host(runSettings: V1RunSettings):
|
90
|
+
host_kwargs = {}
|
91
|
+
if runSettings and runSettings.agent and runSettings.agent.url:
|
92
|
+
host_kwargs["host"] = runSettings.agent.url
|
93
|
+
|
94
|
+
return host_kwargs
|
95
|
+
|
96
|
+
|
89
97
|
def handle_run_statuses(status, conditions, table):
|
90
98
|
if not conditions:
|
91
99
|
return False
|
@@ -2089,10 +2097,12 @@ def service(ctx, project, uid, yes, external, url):
|
|
2089
2097
|
|
2090
2098
|
wait_for_running_condition(client)
|
2091
2099
|
|
2100
|
+
host_kwargs = get_op_agent_host(client.settings)
|
2092
2101
|
run_url = get_dashboard_url(
|
2093
2102
|
subpath="{}/runs/{}/service".format(
|
2094
2103
|
get_project_subpath_url(owner, team, project_name), run_uuid
|
2095
|
-
)
|
2104
|
+
),
|
2105
|
+
**host_kwargs,
|
2096
2106
|
)
|
2097
2107
|
|
2098
2108
|
namespace = client.run_data.settings.namespace
|
@@ -2116,9 +2126,9 @@ def service(ctx, project, uid, yes, external, url):
|
|
2116
2126
|
if port:
|
2117
2127
|
service_subpath = "{}{}/".format(service_subpath, port)
|
2118
2128
|
|
2129
|
+
host_kwargs = get_op_agent_host(client.settings)
|
2119
2130
|
external_run_url = get_dashboard_url(
|
2120
|
-
base=service_endpoint,
|
2121
|
-
subpath=service_subpath,
|
2131
|
+
base=service_endpoint, subpath=service_subpath, **host_kwargs
|
2122
2132
|
)
|
2123
2133
|
|
2124
2134
|
if url:
|
@@ -14,6 +14,7 @@ from polyaxon._cli.dashboard import get_dashboard_url, get_project_subpath_url
|
|
14
14
|
from polyaxon._cli.errors import handle_cli_error
|
15
15
|
from polyaxon._cli.operations import approve
|
16
16
|
from polyaxon._cli.operations import execute as run_execute
|
17
|
+
from polyaxon._cli.operations import get_op_agent_host
|
17
18
|
from polyaxon._cli.operations import logs as run_logs
|
18
19
|
from polyaxon._cli.operations import shell as run_shell
|
19
20
|
from polyaxon._cli.operations import statuses
|
@@ -98,13 +99,7 @@ def _run(
|
|
98
99
|
meta_info=meta_info,
|
99
100
|
pending=pending,
|
100
101
|
)
|
101
|
-
host_kwargs =
|
102
|
-
if (
|
103
|
-
response.settings
|
104
|
-
and response.settings.agent
|
105
|
-
and response.settings.agent.host
|
106
|
-
):
|
107
|
-
host_kwargs["host"] = response.settings.agent.host
|
102
|
+
host_kwargs = get_op_agent_host(response.settings)
|
108
103
|
run_url = get_dashboard_url(
|
109
104
|
subpath="{}/runs/{}".format(project_url, response.uuid), **host_kwargs
|
110
105
|
)
|
@@ -2136,9 +2136,9 @@ class RunClient(ClientMixin):
|
|
2136
2136
|
abspath = filepath if is_abs() else os.path.abspath(filepath)
|
2137
2137
|
|
2138
2138
|
for_patterns = []
|
2139
|
-
if getattr(self, "_artifacts_path"):
|
2139
|
+
if getattr(self, "_artifacts_path", None):
|
2140
2140
|
for_patterns.append(getattr(self, "_artifacts_path"))
|
2141
|
-
if getattr(self, "_store_path"):
|
2141
|
+
if getattr(self, "_store_path", None):
|
2142
2142
|
for_patterns.append(getattr(self, "_store_path"))
|
2143
2143
|
context_root = (
|
2144
2144
|
ctx_paths.CONTEXT_OFFLINE_ROOT
|
@@ -33,7 +33,9 @@ class RayJobContextsManager(BaseContextsManager):
|
|
33
33
|
connection_by_names=connection_by_names,
|
34
34
|
)
|
35
35
|
|
36
|
-
|
36
|
+
data = {
|
37
37
|
"head": _get_replica(job.head),
|
38
|
-
"workers": {wn: _get_replica(job.workers[wn]) for wn in job.workers},
|
39
38
|
}
|
39
|
+
if job.workers:
|
40
|
+
data["workers"] = {wn: _get_replica(job.workers[wn]) for wn in job.workers}
|
41
|
+
return data
|
@@ -112,30 +112,6 @@ class ComposeOperator(CmdOperator):
|
|
112
112
|
)
|
113
113
|
return env
|
114
114
|
|
115
|
-
@staticmethod
|
116
|
-
def _generate_intervals(config):
|
117
|
-
template = "{}={}"
|
118
|
-
env = []
|
119
|
-
if config.intervals:
|
120
|
-
env.append(
|
121
|
-
template.format(
|
122
|
-
"POLYAXON_INTERVALS_RUNS_SCHEDULER", config.intervals.runs_scheduler
|
123
|
-
)
|
124
|
-
)
|
125
|
-
env.append(
|
126
|
-
template.format(
|
127
|
-
"POLYAXON_INTERVALS_OPERATIONS_DEFAULT_RETRY_DELAY",
|
128
|
-
config.intervals.operations_default_retry_delay,
|
129
|
-
)
|
130
|
-
)
|
131
|
-
env.append(
|
132
|
-
template.format(
|
133
|
-
"POLYAXON_INTERVALS_OPERATIONS_MAX_RETRY_DELAY",
|
134
|
-
config.intervals.operations_max_retry_delay,
|
135
|
-
)
|
136
|
-
)
|
137
|
-
return env
|
138
|
-
|
139
115
|
@staticmethod
|
140
116
|
def _generate_email(config):
|
141
117
|
template = "{}={}"
|
@@ -195,8 +171,6 @@ class ComposeOperator(CmdOperator):
|
|
195
171
|
if config.allowed_hosts:
|
196
172
|
env.append(template.format("POLYAXON_ALLOWED_HOSTS", config.allowed_hosts))
|
197
173
|
|
198
|
-
env += cls._generate_intervals(config)
|
199
|
-
|
200
174
|
if config.log_level:
|
201
175
|
env.append(template.format(ENV_KEYS_LOG_LEVEL, config.log_level))
|
202
176
|
env += cls._generate_postgres(config)
|
@@ -255,6 +255,7 @@ class DeploymentConfig(BaseSchemaModel):
|
|
255
255
|
allowed_hosts: Optional[List[StrictStr]] = Field(alias="allowedHosts")
|
256
256
|
include_host_ips: Optional[bool] = Field(alias="includeHostIps")
|
257
257
|
intervals: Optional[IntervalsConfig]
|
258
|
+
cleaning_intervals: Optional[Dict] = Field(alias="cleaningIntervals")
|
258
259
|
artifacts_store: Optional[V1Connection] = Field(alias="artifactsStore")
|
259
260
|
connections: Optional[List[V1Connection]]
|
260
261
|
mount_connections: Optional[List[str]] = Field(alias="mountConnections")
|
@@ -0,0 +1,9 @@
|
|
1
|
+
from typing import Optional
|
2
|
+
|
3
|
+
from clipped.compact.pydantic import Field, StrictInt
|
4
|
+
|
5
|
+
from polyaxon._schemas.base import BaseSchemaModel
|
6
|
+
|
7
|
+
|
8
|
+
class IntervalsConfig(BaseSchemaModel):
|
9
|
+
compatibility_check: Optional[StrictInt] = Field(alias="compatibilityCheck")
|
@@ -2,6 +2,7 @@ import copy
|
|
2
2
|
|
3
3
|
from typing import Dict, Iterable, List, Optional
|
4
4
|
|
5
|
+
from clipped.utils.enums import get_enum_value
|
5
6
|
from clipped.utils.sanitizers import sanitize_string_dict
|
6
7
|
from clipped.utils.strings import slugify
|
7
8
|
|
@@ -85,7 +86,7 @@ class BaseConverter(
|
|
85
86
|
"operation.polyaxon.com/name": self.run_name,
|
86
87
|
"operation.polyaxon.com/owner": self.owner_name,
|
87
88
|
"operation.polyaxon.com/project": self.project_name,
|
88
|
-
"operation.polyaxon.com/kind": self.K8S_ANNOTATIONS_KIND,
|
89
|
+
"operation.polyaxon.com/kind": get_enum_value(self.K8S_ANNOTATIONS_KIND),
|
89
90
|
}
|
90
91
|
|
91
92
|
def get_annotations(
|
@@ -58,7 +58,9 @@ class RayJobConverter(RayJobMixin, BaseConverter):
|
|
58
58
|
config=compiled_operation.plugins, auth=default_auth
|
59
59
|
)
|
60
60
|
head = _get_replica(job.head)
|
61
|
-
workers =
|
61
|
+
workers = None
|
62
|
+
if job.workers:
|
63
|
+
workers = {n: _get_replica(w) for n, w in job.workers.items()}
|
62
64
|
labels = self.get_labels(version=pkg.VERSION, labels={})
|
63
65
|
|
64
66
|
return get_ray_job_custom_resource(
|
@@ -68,7 +70,7 @@ class RayJobConverter(RayJobMixin, BaseConverter):
|
|
68
70
|
workers=workers,
|
69
71
|
entrypoint=job.entrypoint,
|
70
72
|
metadata=job.metadata,
|
71
|
-
runtime_env=
|
73
|
+
runtime_env=orjson_dumps(job.runtime_env),
|
72
74
|
ray_version=job.ray_version,
|
73
75
|
termination=compiled_operation.termination,
|
74
76
|
collect_logs=plugins.collect_logs,
|
@@ -46,6 +46,9 @@ def get_dask_replicas_template(
|
|
46
46
|
if liveness_probe and replica.main_container.liveness_probe is None:
|
47
47
|
replica.main_container.liveness_probe = liveness_probe
|
48
48
|
|
49
|
+
labels = {**labels, **replica.labels}
|
50
|
+
annotations = {**annotations, **replica.annotations}
|
51
|
+
|
49
52
|
metadata, pod_spec = get_pod_spec(
|
50
53
|
namespace=namespace,
|
51
54
|
main_container=replica.main_container,
|
@@ -16,6 +16,9 @@ def get_kf_replicas_template(
|
|
16
16
|
if not replica:
|
17
17
|
return
|
18
18
|
|
19
|
+
labels = {**labels, **replica.labels}
|
20
|
+
annotations = {**annotations, **replica.annotations}
|
21
|
+
|
19
22
|
metadata, pod_spec = get_pod_spec(
|
20
23
|
namespace=namespace,
|
21
24
|
main_container=replica.main_container,
|
@@ -26,6 +26,9 @@ def _get_ray_replicas_template(
|
|
26
26
|
if not replica:
|
27
27
|
return
|
28
28
|
|
29
|
+
labels = {**labels, **replica.labels}
|
30
|
+
annotations = {**annotations, **replica.annotations}
|
31
|
+
|
29
32
|
metadata, pod_spec = get_pod_spec(
|
30
33
|
namespace=namespace,
|
31
34
|
main_container=replica.main_container,
|
@@ -46,7 +46,7 @@ def set_notify(custom_object: Dict, notifications: List[V1Notification]) -> Dict
|
|
46
46
|
def set_clean_pod_policy(template_spec: Dict, clean_pod_policy: str) -> Dict:
|
47
47
|
if not clean_pod_policy:
|
48
48
|
# Sets default clean pod policy
|
49
|
-
clean_pod_policy = "
|
49
|
+
clean_pod_policy = "None"
|
50
50
|
|
51
51
|
template_spec["cleanPodPolicy"] = clean_pod_policy.capitalize()
|
52
52
|
return template_spec
|
@@ -121,7 +121,7 @@ async def query_k8s_pod_logs(
|
|
121
121
|
return logs, last_time
|
122
122
|
|
123
123
|
|
124
|
-
async def
|
124
|
+
async def get_op_pods_and_services(
|
125
125
|
k8s_manager: AsyncK8sManager,
|
126
126
|
run_uuid: str,
|
127
127
|
run_kind: str,
|
@@ -138,12 +138,42 @@ async def get_op_pos_and_services(
|
|
138
138
|
return pods, services
|
139
139
|
|
140
140
|
|
141
|
+
async def get_resource_events(
|
142
|
+
k8s_manager: AsyncK8sManager, resource_type: str, resource_name: str
|
143
|
+
):
|
144
|
+
field_selector = (
|
145
|
+
f"involvedObject.kind={resource_type},involvedObject.name={resource_name}"
|
146
|
+
)
|
147
|
+
try:
|
148
|
+
events = await k8s_manager.list_namespaced_events(
|
149
|
+
namespace=namespace, field_selector=field_selector
|
150
|
+
)
|
151
|
+
|
152
|
+
all_events = []
|
153
|
+
for event in events.items:
|
154
|
+
event_data = {
|
155
|
+
"reason": event.reason,
|
156
|
+
"message": event.message,
|
157
|
+
"first_timestamp": event.first_timestamp,
|
158
|
+
"last_timestamp": event.last_timestamp,
|
159
|
+
"count": event.count,
|
160
|
+
"type": event.type,
|
161
|
+
}
|
162
|
+
all_events.append(event_data)
|
163
|
+
|
164
|
+
return all_events
|
165
|
+
|
166
|
+
except client.ApiException as e:
|
167
|
+
print(f"Exception when calling CoreV1Api->list_namespaced_event: {e}")
|
168
|
+
return []
|
169
|
+
|
170
|
+
|
141
171
|
async def get_op_spec(
|
142
172
|
k8s_manager: AsyncK8sManager,
|
143
173
|
run_uuid: str,
|
144
174
|
run_kind: str,
|
145
175
|
):
|
146
|
-
pods, services = await
|
176
|
+
pods, services = await get_op_pods_and_services(
|
147
177
|
k8s_manager=k8s_manager,
|
148
178
|
run_uuid=run_uuid,
|
149
179
|
run_kind=run_kind,
|
@@ -153,11 +183,21 @@ async def get_op_spec(
|
|
153
183
|
pods_list[
|
154
184
|
pod.metadata.name
|
155
185
|
] = k8s_manager.api_client.sanitize_for_serialization(pod)
|
186
|
+
pods_list[pod.metadata.name]["events"] = await get_resource_events(
|
187
|
+
k8s_manager=k8s_manager,
|
188
|
+
resource_type="Pod",
|
189
|
+
resource_name=pod.metadata.name,
|
190
|
+
)
|
156
191
|
services_list = {}
|
157
192
|
for service in services or []:
|
158
193
|
services_list[
|
159
194
|
service.metadata.name
|
160
195
|
] = k8s_manager.api_client.sanitize_for_serialization(service)
|
196
|
+
services_list[service.metadata.name]["events"] = await get_resource_events(
|
197
|
+
k8s_manager=k8s_manager,
|
198
|
+
resource_type="Service",
|
199
|
+
resource_name=service.metadata.name,
|
200
|
+
)
|
161
201
|
data = {"pods": pods_list, "services": services_list}
|
162
202
|
return data, pods, services
|
163
203
|
|
@@ -185,11 +225,21 @@ async def get_agent_spec(
|
|
185
225
|
pods_list[
|
186
226
|
pod.metadata.name
|
187
227
|
] = k8s_manager.api_client.sanitize_for_serialization(pod)
|
228
|
+
pods_list[pod.metadata.name]["events"] = await get_resource_events(
|
229
|
+
k8s_manager=k8s_manager,
|
230
|
+
resource_type="Pod",
|
231
|
+
resource_name=pod.metadata.name,
|
232
|
+
)
|
188
233
|
data = {"pods": pods_list}
|
189
234
|
services_list = {}
|
190
235
|
for service in services or []:
|
191
236
|
services_list[
|
192
237
|
service.metadata.name
|
193
238
|
] = k8s_manager.api_client.sanitize_for_serialization(service)
|
239
|
+
services_list[service.metadata.name]["events"] = await get_resource_events(
|
240
|
+
k8s_manager=k8s_manager,
|
241
|
+
resource_type="Service",
|
242
|
+
resource_name=service.metadata.name,
|
243
|
+
)
|
194
244
|
data["services"] = services_list
|
195
245
|
return data, pods, services
|
@@ -267,3 +267,18 @@ class AsyncK8sManager(BaseK8sManager):
|
|
267
267
|
raise PolyaxonK8sError("Connection error: %s" % e) from e
|
268
268
|
else:
|
269
269
|
logger.debug("Custom object `{}` was not found".format(name))
|
270
|
+
|
271
|
+
async def list_namespaced_events(
|
272
|
+
self,
|
273
|
+
field_selector: str = None,
|
274
|
+
namespace: str = None,
|
275
|
+
reraise: bool = False,
|
276
|
+
**kwargs
|
277
|
+
) -> List[client.CoreV1EventList]:
|
278
|
+
return await self._list_namespace_resource(
|
279
|
+
resource_api=self.k8s_api.list_namespaced_event, # type: ignore[attr-defined]
|
280
|
+
reraise=reraise,
|
281
|
+
namespace=namespace,
|
282
|
+
field_selector=field_selector,
|
283
|
+
**kwargs,
|
284
|
+
)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from typing import Optional
|
1
|
+
from typing import List, Optional
|
2
2
|
|
3
3
|
from kubernetes import client, config
|
4
4
|
from kubernetes.client import Configuration
|
@@ -806,3 +806,18 @@ class K8sManager(BaseK8sManager):
|
|
806
806
|
pod_id, namespace=namespace or self.namespace
|
807
807
|
)
|
808
808
|
return is_pod_running(event, container_id)
|
809
|
+
|
810
|
+
def list_namespaced_events(
|
811
|
+
self,
|
812
|
+
field_selector: str = None,
|
813
|
+
namespace: str = None,
|
814
|
+
reraise: bool = False,
|
815
|
+
**kwargs
|
816
|
+
) -> List[client.CoreV1EventList]:
|
817
|
+
return self._list_namespace_resource(
|
818
|
+
resource_api=self.k8s_api.list_namespaced_event, # type: ignore[attr-defined]
|
819
|
+
reraise=reraise,
|
820
|
+
namespace=namespace,
|
821
|
+
field_selector=field_selector,
|
822
|
+
**kwargs,
|
823
|
+
)
|
@@ -13,7 +13,7 @@ class PQLManager:
|
|
13
13
|
FIELDS_PROXY = {}
|
14
14
|
FIELDS_TRANS = {}
|
15
15
|
FIELDS_ORDERING = None
|
16
|
-
FIELDS_ORDERING_PROXY = None
|
16
|
+
FIELDS_ORDERING_PROXY = None # Do not set a field on both field and proxy
|
17
17
|
FIELDS_DEFAULT_ORDERING = None
|
18
18
|
FIELDS_DISTINCT = None
|
19
19
|
CHECK_ALIVE = True
|
@@ -3014,8 +3014,8 @@ class RunsV1Api(BaseApi):
|
|
3014
3014
|
self,
|
3015
3015
|
namespace: Annotated[StrictStr, Field(..., description="namespace")],
|
3016
3016
|
owner: Annotated[StrictStr, Field(..., description="Owner of the namespace")],
|
3017
|
-
|
3018
|
-
StrictStr, Field(..., description="
|
3017
|
+
entity: Annotated[
|
3018
|
+
StrictStr, Field(..., description="Entity where the run will be assigned")
|
3019
3019
|
],
|
3020
3020
|
kind: Annotated[str, Field(..., description="The artifact kind")],
|
3021
3021
|
names: Annotated[
|
@@ -3046,15 +3046,15 @@ class RunsV1Api(BaseApi):
|
|
3046
3046
|
This method makes a synchronous HTTP request by default. To make an
|
3047
3047
|
asynchronous HTTP request, please pass async_req=True
|
3048
3048
|
|
3049
|
-
>>> thread = api.get_multi_run_events(namespace, owner,
|
3049
|
+
>>> thread = api.get_multi_run_events(namespace, owner, entity, kind, names, runs, orient, force, sample, connection, status, async_req=True)
|
3050
3050
|
>>> result = thread.get()
|
3051
3051
|
|
3052
3052
|
:param namespace: namespace (required)
|
3053
3053
|
:type namespace: str
|
3054
3054
|
:param owner: Owner of the namespace (required)
|
3055
3055
|
:type owner: str
|
3056
|
-
:param
|
3057
|
-
:type
|
3056
|
+
:param entity: Entity where the run will be assigned (required)
|
3057
|
+
:type entity: str
|
3058
3058
|
:param kind: The artifact kind (required)
|
3059
3059
|
:type kind: str
|
3060
3060
|
:param names: Names query param.
|
@@ -3090,7 +3090,7 @@ class RunsV1Api(BaseApi):
|
|
3090
3090
|
return self.get_multi_run_events_with_http_info(
|
3091
3091
|
namespace,
|
3092
3092
|
owner,
|
3093
|
-
|
3093
|
+
entity,
|
3094
3094
|
kind,
|
3095
3095
|
names,
|
3096
3096
|
runs,
|
@@ -3107,8 +3107,8 @@ class RunsV1Api(BaseApi):
|
|
3107
3107
|
self,
|
3108
3108
|
namespace: Annotated[StrictStr, Field(..., description="namespace")],
|
3109
3109
|
owner: Annotated[StrictStr, Field(..., description="Owner of the namespace")],
|
3110
|
-
|
3111
|
-
StrictStr, Field(..., description="
|
3110
|
+
entity: Annotated[
|
3111
|
+
StrictStr, Field(..., description="Entity where the run will be assigned")
|
3112
3112
|
],
|
3113
3113
|
kind: Annotated[str, Field(..., description="The artifact kind")],
|
3114
3114
|
names: Annotated[
|
@@ -3139,15 +3139,15 @@ class RunsV1Api(BaseApi):
|
|
3139
3139
|
This method makes a synchronous HTTP request by default. To make an
|
3140
3140
|
asynchronous HTTP request, please pass async_req=True
|
3141
3141
|
|
3142
|
-
>>> thread = api.get_multi_run_events_with_http_info(namespace, owner,
|
3142
|
+
>>> thread = api.get_multi_run_events_with_http_info(namespace, owner, entity, kind, names, runs, orient, force, sample, connection, status, async_req=True)
|
3143
3143
|
>>> result = thread.get()
|
3144
3144
|
|
3145
3145
|
:param namespace: namespace (required)
|
3146
3146
|
:type namespace: str
|
3147
3147
|
:param owner: Owner of the namespace (required)
|
3148
3148
|
:type owner: str
|
3149
|
-
:param
|
3150
|
-
:type
|
3149
|
+
:param entity: Entity where the run will be assigned (required)
|
3150
|
+
:type entity: str
|
3151
3151
|
:param kind: The artifact kind (required)
|
3152
3152
|
:type kind: str
|
3153
3153
|
:param names: Names query param.
|
@@ -3193,7 +3193,7 @@ class RunsV1Api(BaseApi):
|
|
3193
3193
|
_all_params = [
|
3194
3194
|
"namespace",
|
3195
3195
|
"owner",
|
3196
|
-
"
|
3196
|
+
"entity",
|
3197
3197
|
"kind",
|
3198
3198
|
"names",
|
3199
3199
|
"runs",
|
@@ -3233,8 +3233,8 @@ class RunsV1Api(BaseApi):
|
|
3233
3233
|
_path_params["namespace"] = _params["namespace"]
|
3234
3234
|
if _params["owner"]:
|
3235
3235
|
_path_params["owner"] = _params["owner"]
|
3236
|
-
if _params["
|
3237
|
-
_path_params["
|
3236
|
+
if _params["entity"]:
|
3237
|
+
_path_params["entity"] = _params["entity"]
|
3238
3238
|
if _params["kind"]:
|
3239
3239
|
_path_params["kind"] = _params["kind"]
|
3240
3240
|
|
@@ -3281,7 +3281,7 @@ class RunsV1Api(BaseApi):
|
|
3281
3281
|
}
|
3282
3282
|
|
3283
3283
|
return self.api_client.call_api(
|
3284
|
-
"/streams/v1/{namespace}/{owner}/{
|
3284
|
+
"/streams/v1/{namespace}/{owner}/{entity}/runs/multi/events/{kind}",
|
3285
3285
|
"GET",
|
3286
3286
|
_path_params,
|
3287
3287
|
_query_params,
|
@@ -3304,8 +3304,8 @@ class RunsV1Api(BaseApi):
|
|
3304
3304
|
self,
|
3305
3305
|
namespace: Annotated[StrictStr, Field(..., description="namespace")],
|
3306
3306
|
owner: Annotated[StrictStr, Field(..., description="Owner of the namespace")],
|
3307
|
-
|
3308
|
-
StrictStr, Field(..., description="
|
3307
|
+
entity: Annotated[
|
3308
|
+
StrictStr, Field(..., description="Entity where the run will be assigned")
|
3309
3309
|
],
|
3310
3310
|
body: Annotated[Dict[str, Any], Field(..., description="Params/Metrics data")],
|
3311
3311
|
**kwargs
|
@@ -3315,15 +3315,15 @@ class RunsV1Api(BaseApi):
|
|
3315
3315
|
This method makes a synchronous HTTP request by default. To make an
|
3316
3316
|
asynchronous HTTP request, please pass async_req=True
|
3317
3317
|
|
3318
|
-
>>> thread = api.get_multi_run_importance(namespace, owner,
|
3318
|
+
>>> thread = api.get_multi_run_importance(namespace, owner, entity, body, async_req=True)
|
3319
3319
|
>>> result = thread.get()
|
3320
3320
|
|
3321
3321
|
:param namespace: namespace (required)
|
3322
3322
|
:type namespace: str
|
3323
3323
|
:param owner: Owner of the namespace (required)
|
3324
3324
|
:type owner: str
|
3325
|
-
:param
|
3326
|
-
:type
|
3325
|
+
:param entity: Entity where the run will be assigned (required)
|
3326
|
+
:type entity: str
|
3327
3327
|
:param body: Params/Metrics data (required)
|
3328
3328
|
:type body: object
|
3329
3329
|
:param async_req: Whether to execute the request asynchronously.
|
@@ -3343,7 +3343,7 @@ class RunsV1Api(BaseApi):
|
|
3343
3343
|
"""
|
3344
3344
|
kwargs["_return_http_data_only"] = True
|
3345
3345
|
return self.get_multi_run_importance_with_http_info(
|
3346
|
-
namespace, owner,
|
3346
|
+
namespace, owner, entity, body, **kwargs
|
3347
3347
|
) # noqa: E501
|
3348
3348
|
|
3349
3349
|
@validate_arguments
|
@@ -3351,8 +3351,8 @@ class RunsV1Api(BaseApi):
|
|
3351
3351
|
self,
|
3352
3352
|
namespace: Annotated[StrictStr, Field(..., description="namespace")],
|
3353
3353
|
owner: Annotated[StrictStr, Field(..., description="Owner of the namespace")],
|
3354
|
-
|
3355
|
-
StrictStr, Field(..., description="
|
3354
|
+
entity: Annotated[
|
3355
|
+
StrictStr, Field(..., description="Entity where the run will be assigned")
|
3356
3356
|
],
|
3357
3357
|
body: Annotated[Dict[str, Any], Field(..., description="Params/Metrics data")],
|
3358
3358
|
**kwargs
|
@@ -3362,15 +3362,15 @@ class RunsV1Api(BaseApi):
|
|
3362
3362
|
This method makes a synchronous HTTP request by default. To make an
|
3363
3363
|
asynchronous HTTP request, please pass async_req=True
|
3364
3364
|
|
3365
|
-
>>> thread = api.get_multi_run_importance_with_http_info(namespace, owner,
|
3365
|
+
>>> thread = api.get_multi_run_importance_with_http_info(namespace, owner, entity, body, async_req=True)
|
3366
3366
|
>>> result = thread.get()
|
3367
3367
|
|
3368
3368
|
:param namespace: namespace (required)
|
3369
3369
|
:type namespace: str
|
3370
3370
|
:param owner: Owner of the namespace (required)
|
3371
3371
|
:type owner: str
|
3372
|
-
:param
|
3373
|
-
:type
|
3372
|
+
:param entity: Entity where the run will be assigned (required)
|
3373
|
+
:type entity: str
|
3374
3374
|
:param body: Params/Metrics data (required)
|
3375
3375
|
:type body: object
|
3376
3376
|
:param async_req: Whether to execute the request asynchronously.
|
@@ -3399,7 +3399,7 @@ class RunsV1Api(BaseApi):
|
|
3399
3399
|
|
3400
3400
|
_params = locals()
|
3401
3401
|
|
3402
|
-
_all_params = ["namespace", "owner", "
|
3402
|
+
_all_params = ["namespace", "owner", "entity", "body"]
|
3403
3403
|
_all_params.extend(
|
3404
3404
|
[
|
3405
3405
|
"async_req",
|
@@ -3432,8 +3432,8 @@ class RunsV1Api(BaseApi):
|
|
3432
3432
|
if _params["owner"]:
|
3433
3433
|
_path_params["owner"] = _params["owner"]
|
3434
3434
|
|
3435
|
-
if _params["
|
3436
|
-
_path_params["
|
3435
|
+
if _params["entity"]:
|
3436
|
+
_path_params["entity"] = _params["entity"]
|
3437
3437
|
|
3438
3438
|
# process the query parameters
|
3439
3439
|
_query_params = []
|
@@ -3471,7 +3471,7 @@ class RunsV1Api(BaseApi):
|
|
3471
3471
|
}
|
3472
3472
|
|
3473
3473
|
return self.api_client.call_api(
|
3474
|
-
"/streams/v1/{namespace}/{owner}/{
|
3474
|
+
"/streams/v1/{namespace}/{owner}/{entity}/runs/multi/importance",
|
3475
3475
|
"POST",
|
3476
3476
|
_path_params,
|
3477
3477
|
_query_params,
|
@@ -6,6 +6,13 @@ from clipped.compact.pydantic import StrictStr
|
|
6
6
|
from clipped.config.schema import BaseAllowSchemaModel
|
7
7
|
from clipped.types.uuids import UUIDStr
|
8
8
|
|
9
|
+
from polyaxon._sdk.schemas.v1_settings_catalog import V1SettingsCatalog
|
10
|
+
|
11
|
+
|
12
|
+
class V1PresetSettings(BaseAllowSchemaModel):
|
13
|
+
projects: Optional[List[V1SettingsCatalog]]
|
14
|
+
runs: Optional[List[V1SettingsCatalog]]
|
15
|
+
|
9
16
|
|
10
17
|
class V1Preset(BaseAllowSchemaModel):
|
11
18
|
uuid: Optional[UUIDStr]
|
@@ -17,3 +24,4 @@ class V1Preset(BaseAllowSchemaModel):
|
|
17
24
|
frozen: Optional[bool]
|
18
25
|
live_state: Optional[int]
|
19
26
|
content: Optional[StrictStr]
|
27
|
+
settings: Optional[V1PresetSettings]
|
@@ -2,12 +2,11 @@ from typing import Optional
|
|
2
2
|
|
3
3
|
from clipped.compact.pydantic import StrictStr
|
4
4
|
from clipped.config.schema import BaseAllowSchemaModel
|
5
|
-
from clipped.types.email import EmailStr
|
6
5
|
|
7
6
|
|
8
7
|
class V1User(BaseAllowSchemaModel):
|
9
8
|
username: Optional[StrictStr]
|
10
|
-
email: Optional[
|
9
|
+
email: Optional[StrictStr]
|
11
10
|
name: Optional[StrictStr]
|
12
11
|
kind: Optional[StrictStr]
|
13
12
|
theme: Optional[int]
|