polyaxon 2.1.6rc0__tar.gz → 2.1.7.post1__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.1.6rc0 → polyaxon-2.1.7.post1}/PKG-INFO +2 -2
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/artifacts.py +81 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/components.py +81 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/models.py +81 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/operations.py +1 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/project_versions.py +113 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/project.py +196 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/paths.py +1 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/service.py +3 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/pkg.py +1 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/PKG-INFO +2 -2
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/requires.txt +1 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/setup.cfg +1 -1
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/MANIFEST.in +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/__main__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/cleaner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/default_scheduling.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/init.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/notifier.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/sidecar.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/tuner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/admin.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/check.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/completion.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/config.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/dashboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/errors.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/init.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/options.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/port_forward.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/projects.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/clean_artifacts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/docker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/initializer.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/notifier.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/sidecar.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/tuner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/wait.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/session.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/version.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/client_call_handler.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/errors.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/is_managed.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/impersonate.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/init.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/store.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/http_transport.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/periodic_transport.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/retry_transport.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/socket_transport.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/threaded_transport.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/ws_client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/base_worker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/periodic_worker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/queue_worker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/contexts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/dask_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/mx_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/tf_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/ray_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/service.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/artifacts_collector.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/collector.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/io_collector.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/resolver.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/runtime.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/parser.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/reader.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/kinds.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/schemas.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/globals.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/metadata.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/names.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/pull_policy.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/statuses.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/keys.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/params.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/refs.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/sections.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/cmd_operator.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/compose.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/conda.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/docker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/helm.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/kubectl.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/pip.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/reader.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/celery.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/deployment.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/deployment_types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/email.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ingress.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/intervals.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/operators.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/proxy.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/rbac.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/root_user.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/security_context.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/service_types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ssl.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ui.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_dist.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/builder.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/dockerfile.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/generator.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/containers.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/env_vars.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/init.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/main.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/mounts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/service.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/mixins.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/docker_types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/executor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/owner_entity.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/project.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/queue.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/user.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/versioned_entity.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/keys.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/builds/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/cache/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/cache/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/component.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/component_reference.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/containers/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/containers/container.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/dags/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/early_stopping/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/early_stopping/policies.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/environment/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/events/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/events/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/hooks/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/init/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/io/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/io/io.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/joins/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/bayes.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/grid_search.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/hyperband.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/hyperopt.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/iterative.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/mapping.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/params.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/random_search.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/tuner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/mounts/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/mounts/artifacts_mounts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/notifications/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/compiled_operation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/operation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operators.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/optimization/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/optimization/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/ops_params.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/params.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/plugins/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/dag.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/hub.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/mixin.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/path.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/url.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/cleaner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dag.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/dask.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/replica.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/clean_pod_policy.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/mx_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/replica.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/scheduling_policy.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/tf_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/notifier.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/patch.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/ray.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/replica.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/resources.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/service.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/tuner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/cron.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/datetime.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/enums.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/interval.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/templates/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/termination/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/trigger_policies.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/async_manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/fs.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/tar.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/watcher.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/artifacts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/dockerfile.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/file.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/git.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/tensorboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/async_agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/constants.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/containers.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/env_vars.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/init.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/main.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/mounts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/sidecar.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/accelerators.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/annotations.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/volumes.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/dask_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/helpers.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/mx_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/tf_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/ray_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/service.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/mixins.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/volumes.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/crd.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/dask_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/common.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/mx_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/tf_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/operation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/ray_job.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/service.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/setter.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/events.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/async_executor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/executor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/k8s_schemas.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/k8s_validation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/async_monitor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/monitor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/async_manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/monitor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/namespace.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/nodes.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/pods.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/replica.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/cli.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/compose.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/deploy.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/git.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/home.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/ignore.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/project.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/user.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_notifiers/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_notifiers/spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/cleaner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/notifier.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/tuner.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_plugins/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_plugins/sentry.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/check.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/operations.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/workflows.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/params.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/compiled_operation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/component.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/kinds.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/engine.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/parser.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/validator.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/operation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/sections.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/builder.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/manager.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/parser.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/async_agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/base_agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/sync_agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/constants.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/containers.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/volumes.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/converter.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/artifacts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/dockerfile.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/file.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/git.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/store.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/tensorboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/executor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/kinds.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/authentication.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/checks.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/cli.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/compatibility.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/container_resources.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/home.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/installation.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/lifecycle.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/log_handler.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/services.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/artifacts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/base.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/clipped.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/dockerfile.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/event.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/file.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/git.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/tensorboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/user.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/version.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/agents_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/artifacts_stores_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/auth_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/connections_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/dashboards_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/organizations_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/presets_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/project_dashboards_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/project_searches_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/projects_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/queues_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/runs_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/searches_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/service_accounts_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/tags_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/teams_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/users_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/versions_v1_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/api_client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/rest.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/base_api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/configuration.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_activity.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_reconcile_body_request.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_state_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_state_response_agent_state.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_status_body_request.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_analytics_spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_artifact_tree.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_cloning.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_connection_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_dashboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_dashboard_spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entities_tags.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entities_transfer.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_notification_body.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_stage_body_request.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_status_body_request.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_events_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_activities_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_agents_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_bookmarks_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_connections_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_dashboards_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_organization_members_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_organizations_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_presets_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_project_versions_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_projects_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_queues_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_artifacts_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_connections_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_edges_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_runs_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_searches_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_service_accounts_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_tags_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_team_members_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_teams_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_token_response.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_operation_body.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_organization.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_organization_member.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_password_change.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_pipeline.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_preset.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project_settings.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project_version.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_queue.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_connection.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edge.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edge_lineage.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edges_graph.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_reference_catalog.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_settings.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_search.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_search_spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_section_spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_service_account.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_settings_catalog.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_tag.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team_member.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team_settings.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_token.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_trial_start.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_access.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_email.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_singup.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_uuids.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/api_client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/rest.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/auth.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/headers.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/values.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/intervals.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/artifacts.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/logs.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/spec.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/ignore.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/processor.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/cache.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/cli_constants.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/backfill.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/bo.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/build.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/grid.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/jobs.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/mapping.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/pipelines.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/schedule.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/services.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/formatting.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fqn_utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/host_utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/test_utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/urls_utils.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_vendor/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_vendor/shell_pty.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/api.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/cli.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/client.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/docker.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/exceptions.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/fs.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/k8s.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/logger.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/polyaxonfile.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/py.typed +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/schemas.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/settings.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/fastai.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/fastai_v1.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/hugging_face.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/ignite.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/keras.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/lightgbm.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/pytorch_lightning.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/scikit.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/tensorboard.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/tensorflow.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/xgboost.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/run.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/bayesian_optimization.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/grid_search.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/hyperband.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/hyperopt.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/mapping.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/random_search.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/types.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/SOURCES.txt +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/dependency_links.txt +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/entry_points.txt +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/top_level.txt +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon_sdk/__init__.py +0 -0
- {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyaxon
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.7.post1
|
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
|
|
@@ -15,6 +15,7 @@ from polyaxon._cli.project_versions import (
|
|
15
15
|
list_project_versions,
|
16
16
|
open_project_version_dashboard,
|
17
17
|
pull_one_or_many_project_versions,
|
18
|
+
push_one_or_many_project_versions,
|
18
19
|
register_project_version,
|
19
20
|
stage_project_version,
|
20
21
|
transfer_project_version,
|
@@ -547,6 +548,86 @@ def pull(
|
|
547
548
|
)
|
548
549
|
|
549
550
|
|
551
|
+
@artifacts.command()
|
552
|
+
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
553
|
+
@click.option(*OPTIONS_ARTIFACT_VERSION["args"], **OPTIONS_ARTIFACT_VERSION["kwargs"])
|
554
|
+
@click.option(
|
555
|
+
"--all-versions",
|
556
|
+
"-a",
|
557
|
+
is_flag=True,
|
558
|
+
default=False,
|
559
|
+
help="To push all versions.",
|
560
|
+
)
|
561
|
+
@click.option(
|
562
|
+
"--clean",
|
563
|
+
"-c",
|
564
|
+
is_flag=True,
|
565
|
+
default=False,
|
566
|
+
help="To clean the version(s) local data after syncing.",
|
567
|
+
)
|
568
|
+
@click.option(
|
569
|
+
"--path",
|
570
|
+
"--path-from",
|
571
|
+
type=click.Path(exists=False),
|
572
|
+
help="Optional path where the artifact versions are persisted, "
|
573
|
+
"default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
|
574
|
+
)
|
575
|
+
@click.option(
|
576
|
+
"--reset-project",
|
577
|
+
is_flag=True,
|
578
|
+
default=False,
|
579
|
+
help="Optional, to ignore the owner/project of the local "
|
580
|
+
"version and use the owner/project provided or resolved from the current project.",
|
581
|
+
)
|
582
|
+
@click.option(
|
583
|
+
"--force",
|
584
|
+
is_flag=True,
|
585
|
+
default=False,
|
586
|
+
help="Flag to force register if the version already exists.",
|
587
|
+
)
|
588
|
+
@click.pass_context
|
589
|
+
@clean_outputs
|
590
|
+
def push(
|
591
|
+
ctx,
|
592
|
+
project,
|
593
|
+
version,
|
594
|
+
all_versions,
|
595
|
+
clean,
|
596
|
+
path,
|
597
|
+
reset_project,
|
598
|
+
force,
|
599
|
+
):
|
600
|
+
"""Push local packaged artifact version or multiple artifact versions to a remove server.
|
601
|
+
|
602
|
+
Uses /docs/core/cli/#caching
|
603
|
+
|
604
|
+
Examples:
|
605
|
+
|
606
|
+
\b
|
607
|
+
$ polyaxon artifacts push -ver rc12
|
608
|
+
|
609
|
+
\b
|
610
|
+
$ polyaxon artifacts push -p acme/foobar --path /tmp/versions
|
611
|
+
|
612
|
+
\b
|
613
|
+
$ polyaxon artifacts pull -p acme/foobar -a --path /tmp/versions
|
614
|
+
"""
|
615
|
+
owner, project_name = get_project_or_local(
|
616
|
+
project or ctx.obj.get("project"), is_cli=True
|
617
|
+
)
|
618
|
+
push_one_or_many_project_versions(
|
619
|
+
owner=owner,
|
620
|
+
project_name=project_name,
|
621
|
+
kind=V1ProjectVersionKind.ARTIFACT,
|
622
|
+
version=version,
|
623
|
+
all_versions=all_versions,
|
624
|
+
path=path,
|
625
|
+
clean=clean,
|
626
|
+
force=force,
|
627
|
+
reset_project=reset_project,
|
628
|
+
)
|
629
|
+
|
630
|
+
|
550
631
|
@artifacts.command()
|
551
632
|
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
552
633
|
@click.option(*OPTIONS_ARTIFACT_VERSION["args"], **OPTIONS_ARTIFACT_VERSION["kwargs"])
|
@@ -21,6 +21,7 @@ from polyaxon._cli.project_versions import (
|
|
21
21
|
list_project_versions,
|
22
22
|
open_project_version_dashboard,
|
23
23
|
pull_one_or_many_project_versions,
|
24
|
+
push_one_or_many_project_versions,
|
24
25
|
register_project_version,
|
25
26
|
stage_project_version,
|
26
27
|
transfer_project_version,
|
@@ -576,6 +577,86 @@ def pull(
|
|
576
577
|
)
|
577
578
|
|
578
579
|
|
580
|
+
@components.command()
|
581
|
+
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
582
|
+
@click.option(*OPTIONS_COMPONENT_VERSION["args"], **OPTIONS_COMPONENT_VERSION["kwargs"])
|
583
|
+
@click.option(
|
584
|
+
"--all-versions",
|
585
|
+
"-a",
|
586
|
+
is_flag=True,
|
587
|
+
default=False,
|
588
|
+
help="To push all versions.",
|
589
|
+
)
|
590
|
+
@click.option(
|
591
|
+
"--clean",
|
592
|
+
"-c",
|
593
|
+
is_flag=True,
|
594
|
+
default=False,
|
595
|
+
help="To clean the version(s) local data after syncing.",
|
596
|
+
)
|
597
|
+
@click.option(
|
598
|
+
"--path",
|
599
|
+
"--path-from",
|
600
|
+
type=click.Path(exists=False),
|
601
|
+
help="Optional path where the component versions are persisted, "
|
602
|
+
"default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
|
603
|
+
)
|
604
|
+
@click.option(
|
605
|
+
"--reset-project",
|
606
|
+
is_flag=True,
|
607
|
+
default=False,
|
608
|
+
help="Optional, to ignore the owner/project of the local "
|
609
|
+
"version and use the owner/project provided or resolved from the current project.",
|
610
|
+
)
|
611
|
+
@click.option(
|
612
|
+
"--force",
|
613
|
+
is_flag=True,
|
614
|
+
default=False,
|
615
|
+
help="Flag to force register if the version already exists.",
|
616
|
+
)
|
617
|
+
@click.pass_context
|
618
|
+
@clean_outputs
|
619
|
+
def push(
|
620
|
+
ctx,
|
621
|
+
project,
|
622
|
+
version,
|
623
|
+
all_versions,
|
624
|
+
clean,
|
625
|
+
path,
|
626
|
+
reset_project,
|
627
|
+
force,
|
628
|
+
):
|
629
|
+
"""Push local packaged component version or multiple component versions to a remove server.
|
630
|
+
|
631
|
+
Uses /docs/core/cli/#caching
|
632
|
+
|
633
|
+
Examples:
|
634
|
+
|
635
|
+
\b
|
636
|
+
$ polyaxon components push -ver rc12
|
637
|
+
|
638
|
+
\b
|
639
|
+
$ polyaxon components push -p acme/foobar --path /tmp/versions
|
640
|
+
|
641
|
+
\b
|
642
|
+
$ polyaxon components pull -p acme/foobar -a --path /tmp/versions
|
643
|
+
"""
|
644
|
+
owner, project_name = get_project_or_local(
|
645
|
+
project or ctx.obj.get("project"), is_cli=True
|
646
|
+
)
|
647
|
+
push_one_or_many_project_versions(
|
648
|
+
owner=owner,
|
649
|
+
project_name=project_name,
|
650
|
+
kind=V1ProjectVersionKind.COMPONENT,
|
651
|
+
version=version,
|
652
|
+
all_versions=all_versions,
|
653
|
+
path=path,
|
654
|
+
clean=clean,
|
655
|
+
force=force,
|
656
|
+
reset_project=reset_project,
|
657
|
+
)
|
658
|
+
|
659
|
+
|
579
660
|
@components.command()
|
580
661
|
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
581
662
|
@click.option(*OPTIONS_COMPONENT_VERSION["args"], **OPTIONS_COMPONENT_VERSION["kwargs"])
|
@@ -11,6 +11,7 @@ from polyaxon._cli.project_versions import (
|
|
11
11
|
list_project_versions,
|
12
12
|
open_project_version_dashboard,
|
13
13
|
pull_one_or_many_project_versions,
|
14
|
+
push_one_or_many_project_versions,
|
14
15
|
register_project_version,
|
15
16
|
stage_project_version,
|
16
17
|
transfer_project_version,
|
@@ -546,6 +547,86 @@ def pull(
|
|
546
547
|
)
|
547
548
|
|
548
549
|
|
550
|
+
@models.command()
|
551
|
+
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
552
|
+
@click.option(*OPTIONS_MODEL_VERSION["args"], **OPTIONS_MODEL_VERSION["kwargs"])
|
553
|
+
@click.option(
|
554
|
+
"--all-versions",
|
555
|
+
"-a",
|
556
|
+
is_flag=True,
|
557
|
+
default=False,
|
558
|
+
help="To push all versions.",
|
559
|
+
)
|
560
|
+
@click.option(
|
561
|
+
"--clean",
|
562
|
+
"-c",
|
563
|
+
is_flag=True,
|
564
|
+
default=False,
|
565
|
+
help="To clean the version(s) local data after syncing.",
|
566
|
+
)
|
567
|
+
@click.option(
|
568
|
+
"--path",
|
569
|
+
"--path-from",
|
570
|
+
type=click.Path(exists=False),
|
571
|
+
help="Optional path where the model versions are persisted, "
|
572
|
+
"default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
|
573
|
+
)
|
574
|
+
@click.option(
|
575
|
+
"--reset-project",
|
576
|
+
is_flag=True,
|
577
|
+
default=False,
|
578
|
+
help="Optional, to ignore the owner/project of the local "
|
579
|
+
"version and use the owner/project provided or resolved from the current project.",
|
580
|
+
)
|
581
|
+
@click.option(
|
582
|
+
"--force",
|
583
|
+
is_flag=True,
|
584
|
+
default=False,
|
585
|
+
help="Flag to force register if the version already exists.",
|
586
|
+
)
|
587
|
+
@click.pass_context
|
588
|
+
@clean_outputs
|
589
|
+
def push(
|
590
|
+
ctx,
|
591
|
+
project,
|
592
|
+
version,
|
593
|
+
all_versions,
|
594
|
+
clean,
|
595
|
+
path,
|
596
|
+
reset_project,
|
597
|
+
force,
|
598
|
+
):
|
599
|
+
"""Push local packaged model version or multiple model versions to a remove server.
|
600
|
+
|
601
|
+
Uses /docs/core/cli/#caching
|
602
|
+
|
603
|
+
Examples:
|
604
|
+
|
605
|
+
\b
|
606
|
+
$ polyaxon models push -ver rc12
|
607
|
+
|
608
|
+
\b
|
609
|
+
$ polyaxon models push -p acme/foobar --path /tmp/versions
|
610
|
+
|
611
|
+
\b
|
612
|
+
$ polyaxon models pull -p acme/foobar -a --path /tmp/versions
|
613
|
+
"""
|
614
|
+
owner, project_name = get_project_or_local(
|
615
|
+
project or ctx.obj.get("project"), is_cli=True
|
616
|
+
)
|
617
|
+
push_one_or_many_project_versions(
|
618
|
+
owner=owner,
|
619
|
+
project_name=project_name,
|
620
|
+
kind=V1ProjectVersionKind.MODEL,
|
621
|
+
version=version,
|
622
|
+
all_versions=all_versions,
|
623
|
+
path=path,
|
624
|
+
clean=clean,
|
625
|
+
force=force,
|
626
|
+
reset_project=reset_project,
|
627
|
+
)
|
628
|
+
|
629
|
+
|
549
630
|
@models.command()
|
550
631
|
@click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
|
551
632
|
@click.option(*OPTIONS_MODEL_VERSION["args"], **OPTIONS_MODEL_VERSION["kwargs"])
|
@@ -2259,7 +2259,7 @@ def pull(
|
|
2259
2259
|
@click.pass_context
|
2260
2260
|
@clean_outputs
|
2261
2261
|
def push(ctx, project, uid, all_runs, no_artifacts, clean, path, reset_project):
|
2262
|
-
"""Push
|
2262
|
+
"""Push a local run (or all runs) to a remove server.
|
2263
2263
|
|
2264
2264
|
Uses /docs/core/cli/#caching
|
2265
2265
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import os
|
1
2
|
import sys
|
2
3
|
|
3
4
|
from typing import Callable, List, Optional, Union
|
@@ -13,6 +14,7 @@ from urllib3.exceptions import HTTPError
|
|
13
14
|
|
14
15
|
from polyaxon._cli.dashboard import get_dashboard_url
|
15
16
|
from polyaxon._cli.errors import handle_cli_error
|
17
|
+
from polyaxon._contexts.paths import get_offline_base_path
|
16
18
|
from polyaxon._schemas.lifecycle import V1ProjectVersionKind
|
17
19
|
from polyaxon._utils.fqn_utils import get_versioned_entity_full_name
|
18
20
|
from polyaxon.client import PolyaxonClient, ProjectClient
|
@@ -526,7 +528,7 @@ def pull_one_or_many_project_versions(
|
|
526
528
|
owner: str,
|
527
529
|
project_name: str,
|
528
530
|
kind: V1ProjectVersionKind,
|
529
|
-
version: str,
|
531
|
+
version: Optional[str] = None,
|
530
532
|
all_versions: Optional[bool] = None,
|
531
533
|
query: Optional[str] = None,
|
532
534
|
limit: Optional[int] = None,
|
@@ -566,3 +568,113 @@ def pull_one_or_many_project_versions(
|
|
566
568
|
"or pass the flag `-a/--all` to pull versions.",
|
567
569
|
sys_exit=True,
|
568
570
|
)
|
571
|
+
|
572
|
+
|
573
|
+
def push_project_version(
|
574
|
+
owner: str,
|
575
|
+
project_name: str,
|
576
|
+
kind: V1ProjectVersionKind,
|
577
|
+
version: str,
|
578
|
+
path: str,
|
579
|
+
reset_project: bool = False,
|
580
|
+
force: bool = False,
|
581
|
+
clean: bool = False,
|
582
|
+
sys_exit: bool = False,
|
583
|
+
):
|
584
|
+
fqn_version = get_versioned_entity_full_name(owner, project_name, version)
|
585
|
+
polyaxon_client = ProjectClient(
|
586
|
+
owner=owner, project=project_name, manual_exceptions_handling=True
|
587
|
+
)
|
588
|
+
|
589
|
+
try:
|
590
|
+
try:
|
591
|
+
polyaxon_client.load_offline_version(
|
592
|
+
kind=kind,
|
593
|
+
version=version,
|
594
|
+
path=path,
|
595
|
+
project_client=polyaxon_client,
|
596
|
+
reset_project=reset_project,
|
597
|
+
raise_if_not_found=True,
|
598
|
+
)
|
599
|
+
except Exception as _:
|
600
|
+
Printer.error(
|
601
|
+
"Could not load offline version `{}`.".format(version),
|
602
|
+
sys_exit=sys_exit,
|
603
|
+
)
|
604
|
+
return
|
605
|
+
|
606
|
+
Printer.header(
|
607
|
+
"Pushing {} version [white]`{}`[/white] ...".format(kind, fqn_version),
|
608
|
+
)
|
609
|
+
polyaxon_client.push_version(
|
610
|
+
kind,
|
611
|
+
version,
|
612
|
+
path=path,
|
613
|
+
force=force,
|
614
|
+
clean=clean,
|
615
|
+
)
|
616
|
+
Printer.success(
|
617
|
+
"Finished pushing the {} version `{}` from `{}`".format(
|
618
|
+
kind, fqn_version, path
|
619
|
+
)
|
620
|
+
)
|
621
|
+
except (ApiException, HTTPError) as e:
|
622
|
+
handle_cli_error(
|
623
|
+
e,
|
624
|
+
message="Could not push the {} version `{}`".format(kind, fqn_version),
|
625
|
+
)
|
626
|
+
|
627
|
+
|
628
|
+
def push_one_or_many_project_versions(
|
629
|
+
owner: str,
|
630
|
+
project_name: str,
|
631
|
+
kind: V1ProjectVersionKind,
|
632
|
+
path: str,
|
633
|
+
version: Optional[str] = None,
|
634
|
+
all_versions: Optional[bool] = None,
|
635
|
+
reset_project: bool = False,
|
636
|
+
force: bool = False,
|
637
|
+
clean: bool = False,
|
638
|
+
):
|
639
|
+
def _push(version_name: str):
|
640
|
+
push_project_version(
|
641
|
+
owner=owner,
|
642
|
+
project_name=project_name,
|
643
|
+
kind=kind,
|
644
|
+
version=version_name,
|
645
|
+
path=path,
|
646
|
+
reset_project=reset_project,
|
647
|
+
force=force,
|
648
|
+
clean=clean,
|
649
|
+
)
|
650
|
+
|
651
|
+
offline_path = get_offline_base_path(
|
652
|
+
entity_kind=kind,
|
653
|
+
path=path,
|
654
|
+
)
|
655
|
+
|
656
|
+
if all_versions:
|
657
|
+
if (
|
658
|
+
not os.path.exists(offline_path)
|
659
|
+
or not os.path.isdir(offline_path)
|
660
|
+
or not os.listdir(offline_path)
|
661
|
+
):
|
662
|
+
Printer.error(
|
663
|
+
f"Could not push offline {kind} versions, the path `{offline_path}` "
|
664
|
+
f"does not exist, is not a directory, or is empty."
|
665
|
+
)
|
666
|
+
sys.exit(1)
|
667
|
+
version_paths = os.listdir(offline_path)
|
668
|
+
Printer.header(
|
669
|
+
f"Pushing local {kind} versions (total: {len(version_paths)}) ..."
|
670
|
+
)
|
671
|
+
for idx, uid in enumerate(version_paths):
|
672
|
+
Printer.heading(f"Pushing {kind} version {idx + 1}/{len(offline_path)} ...")
|
673
|
+
_push(uid)
|
674
|
+
elif version:
|
675
|
+
_push(version)
|
676
|
+
else:
|
677
|
+
Printer.error(
|
678
|
+
"Please provide a version name, or pass the flag `-a/--all` to pull versions.",
|
679
|
+
sys_exit=True,
|
680
|
+
)
|
@@ -4,7 +4,7 @@ from datetime import datetime
|
|
4
4
|
from requests import HTTPError
|
5
5
|
from typing import Dict, List, Optional, Tuple, Union
|
6
6
|
|
7
|
-
from clipped.utils.json import orjson_dumps
|
7
|
+
from clipped.utils.json import orjson_dumps, orjson_loads
|
8
8
|
from clipped.utils.paths import check_or_create_path, delete_path
|
9
9
|
from clipped.utils.query_params import get_query_params
|
10
10
|
from clipped.utils.tz import now
|
@@ -727,9 +727,12 @@ class ProjectClient:
|
|
727
727
|
description: Optional[str] = None,
|
728
728
|
tags: Optional[Union[str, List[str]]] = None,
|
729
729
|
content: Optional[Union[str, Dict]] = None,
|
730
|
+
readme: Optional[str] = None,
|
730
731
|
run: Optional[str] = None,
|
731
732
|
connection: Optional[str] = None,
|
732
733
|
artifacts: Optional[List[str]] = None,
|
734
|
+
stage: Optional[V1Stages] = None,
|
735
|
+
stage_conditions: Optional[List[V1StageCondition]] = None,
|
733
736
|
force: bool = False,
|
734
737
|
) -> V1ProjectVersion:
|
735
738
|
"""Creates or Updates a project version based on the data passed.
|
@@ -745,9 +748,12 @@ class ProjectClient:
|
|
745
748
|
description: str, optional, the version description.
|
746
749
|
tags: str or List[str], optional.
|
747
750
|
content: str or dict, optional, content/metadata (JSON object) of the version.
|
751
|
+
readme: str, optional, the version readme.
|
748
752
|
run: str, optional, a uuid reference to the run.
|
749
753
|
connection: str, optional, a uuid reference to a connection.
|
750
754
|
artifacts: List[str], optional, list of artifacts to highlight(requires passing a run)
|
755
|
+
stage: V1Stages, optional, the version stage.
|
756
|
+
stage_conditions: List[V1StageCondition], optional, the version stage conditions.
|
751
757
|
force: bool, optional, to force push, i.e. update if exists.
|
752
758
|
|
753
759
|
Returns:
|
@@ -783,12 +789,18 @@ class ProjectClient:
|
|
783
789
|
version_config.tags = tags
|
784
790
|
if content:
|
785
791
|
version_config.content = content # type: ignore
|
792
|
+
if readme is not None:
|
793
|
+
version_config.readme = readme
|
786
794
|
if run:
|
787
795
|
version_config.run = run
|
788
796
|
if artifacts is not None:
|
789
797
|
version_config.artifacts = artifacts
|
790
798
|
if connection is not None:
|
791
799
|
version_config.connection = connection
|
800
|
+
if stage is not None:
|
801
|
+
version_config.stage = stage
|
802
|
+
if stage_conditions is not None:
|
803
|
+
version_config.stage_conditions = stage_conditions
|
792
804
|
return self.patch_version(
|
793
805
|
kind=kind,
|
794
806
|
version=version,
|
@@ -800,9 +812,12 @@ class ProjectClient:
|
|
800
812
|
description=description,
|
801
813
|
tags=tags,
|
802
814
|
run=run,
|
815
|
+
readme=readme,
|
803
816
|
artifacts=artifacts,
|
804
817
|
connection=connection,
|
805
818
|
content=content,
|
819
|
+
stage=stage,
|
820
|
+
stage_conditions=stage_conditions,
|
806
821
|
)
|
807
822
|
return self.create_version(kind=kind, data=version_config)
|
808
823
|
|
@@ -1575,3 +1590,183 @@ class ProjectClient:
|
|
1575
1590
|
path=path,
|
1576
1591
|
download_artifacts=download_artifacts,
|
1577
1592
|
)
|
1593
|
+
|
1594
|
+
@classmethod
|
1595
|
+
@client_handler(check_no_op=True)
|
1596
|
+
def load_offline_version(
|
1597
|
+
cls,
|
1598
|
+
kind: V1ProjectVersionKind,
|
1599
|
+
version: str,
|
1600
|
+
path: str,
|
1601
|
+
project_client: Optional["ProjectClient"] = None,
|
1602
|
+
reset_project: bool = False,
|
1603
|
+
raise_if_not_found: bool = False,
|
1604
|
+
) -> Optional["ProjectClient"]:
|
1605
|
+
"""Loads a project version from a local path.
|
1606
|
+
|
1607
|
+
Args:
|
1608
|
+
kind: V1ProjectVersionKind, kind of the project version.
|
1609
|
+
version: str, required, the version name/tag.
|
1610
|
+
path: str, local path where to load the version's metadata and artifacts from.
|
1611
|
+
project_client: ProjectClient, optional,
|
1612
|
+
a project client to update with the loaded version.
|
1613
|
+
reset_project: bool, optional, to reset the project client with the loaded version.
|
1614
|
+
raise_if_not_found: bool, optional, to raise an exception if the version is not found.
|
1615
|
+
|
1616
|
+
Returns:
|
1617
|
+
ProjectClient, a project client with the loaded version.
|
1618
|
+
"""
|
1619
|
+
path = ctx_paths.get_offline_path(
|
1620
|
+
entity_value=version, entity_kind=kind, path=path
|
1621
|
+
)
|
1622
|
+
version_path = "{}/{}".format(path, ctx_paths.CONTEXT_LOCAL_VERSION)
|
1623
|
+
if not os.path.exists(version_path):
|
1624
|
+
if raise_if_not_found:
|
1625
|
+
raise PolyaxonClientException(
|
1626
|
+
"Version not found in the provided path: {}".format(path)
|
1627
|
+
)
|
1628
|
+
else:
|
1629
|
+
logger.info(f"Offline data was not found: {version_path}")
|
1630
|
+
return None
|
1631
|
+
|
1632
|
+
with open(version_path, "r") as config_file:
|
1633
|
+
config_str = config_file.read()
|
1634
|
+
version_config = V1ProjectVersion(**orjson_loads(config_str))
|
1635
|
+
owner = version_config.owner
|
1636
|
+
project = version_config.project
|
1637
|
+
if project_client:
|
1638
|
+
if reset_project or not owner:
|
1639
|
+
owner = project_client.owner
|
1640
|
+
if reset_project or not project:
|
1641
|
+
project = project_client.project
|
1642
|
+
project_client._owner = owner
|
1643
|
+
project_client._project = project
|
1644
|
+
else:
|
1645
|
+
project_client = cls(
|
1646
|
+
owner=owner,
|
1647
|
+
project=project,
|
1648
|
+
)
|
1649
|
+
logger.info("Loaded version `{}`".format(version_path))
|
1650
|
+
|
1651
|
+
return project_client
|
1652
|
+
|
1653
|
+
@client_handler(check_no_op=True, check_offline=True)
|
1654
|
+
def push_version(
|
1655
|
+
self,
|
1656
|
+
kind: V1ProjectVersionKind,
|
1657
|
+
version: str,
|
1658
|
+
path: str,
|
1659
|
+
force: bool = False,
|
1660
|
+
clean: bool = False,
|
1661
|
+
):
|
1662
|
+
"""Pushes a local version from a local path to Polyaxon's API.
|
1663
|
+
|
1664
|
+
This is a generic function based on the kind passed and pushes a:
|
1665
|
+
* component version
|
1666
|
+
* model version
|
1667
|
+
* artifact version
|
1668
|
+
|
1669
|
+
Args:
|
1670
|
+
kind: V1ProjectVersionKind, kind of the project version.
|
1671
|
+
version: str, required, the version name/tag.
|
1672
|
+
path: str, optional, defaults to the offline root path,
|
1673
|
+
path where to load the metadata and artifacts from.
|
1674
|
+
force: bool, optional, to force push, i.e. update if exists.
|
1675
|
+
clean: bool, optional, to clean the version after pushing.
|
1676
|
+
"""
|
1677
|
+
path = ctx_paths.get_offline_path(
|
1678
|
+
entity_value=version, entity_kind=kind, path=path
|
1679
|
+
)
|
1680
|
+
version_path = "{}/{}".format(path, ctx_paths.CONTEXT_LOCAL_VERSION)
|
1681
|
+
with open(version_path, "r") as config_file:
|
1682
|
+
config_str = config_file.read()
|
1683
|
+
version_config = V1ProjectVersion(**orjson_loads(config_str))
|
1684
|
+
|
1685
|
+
self.register_version(
|
1686
|
+
kind=kind,
|
1687
|
+
version=version,
|
1688
|
+
description=version_config.description,
|
1689
|
+
tags=version_config.tags,
|
1690
|
+
content=version_config.content,
|
1691
|
+
readme=version_config.readme,
|
1692
|
+
run=version_config.run,
|
1693
|
+
stage=version_config.stage,
|
1694
|
+
stage_conditions=version_config.stage_conditions,
|
1695
|
+
connection=version_config.connection,
|
1696
|
+
artifacts=version_config.artifacts,
|
1697
|
+
force=force,
|
1698
|
+
)
|
1699
|
+
if clean:
|
1700
|
+
delete_path(path)
|
1701
|
+
|
1702
|
+
@client_handler(check_no_op=True, check_offline=True)
|
1703
|
+
def push_component_version(
|
1704
|
+
self,
|
1705
|
+
version: str,
|
1706
|
+
path: str,
|
1707
|
+
force: bool = False,
|
1708
|
+
clean: bool = False,
|
1709
|
+
):
|
1710
|
+
"""Pushes a local component version to a remove server.
|
1711
|
+
|
1712
|
+
Args:
|
1713
|
+
version: str, required, the version name/tag.
|
1714
|
+
path: str, local path where to load the metadata and artifacts from.
|
1715
|
+
force: bool, optional, to force push, i.e. update if exists.
|
1716
|
+
clean: bool, optional, to clean the version after pushing.
|
1717
|
+
"""
|
1718
|
+
return self.push_version(
|
1719
|
+
kind=V1ProjectVersionKind.COMPONENT,
|
1720
|
+
version=version,
|
1721
|
+
path=path,
|
1722
|
+
force=force,
|
1723
|
+
clean=clean,
|
1724
|
+
)
|
1725
|
+
|
1726
|
+
@client_handler(check_no_op=True, check_offline=True)
|
1727
|
+
def push_model_version(
|
1728
|
+
self,
|
1729
|
+
version: str,
|
1730
|
+
path: str,
|
1731
|
+
force: bool = True,
|
1732
|
+
clean: bool = False,
|
1733
|
+
):
|
1734
|
+
"""Pushes a local model version to a remove server.
|
1735
|
+
|
1736
|
+
Args:
|
1737
|
+
version: str, required, the version name/tag.
|
1738
|
+
path: str, local path where to load the metadata and artifacts from.
|
1739
|
+
force: bool, optional, to force push, i.e. update if exists.
|
1740
|
+
clean: bool, optional, to clean the version after pushing.
|
1741
|
+
"""
|
1742
|
+
return self.pull_version(
|
1743
|
+
kind=V1ProjectVersionKind.MODEL,
|
1744
|
+
version=version,
|
1745
|
+
path=path,
|
1746
|
+
force=force,
|
1747
|
+
clean=clean,
|
1748
|
+
)
|
1749
|
+
|
1750
|
+
@client_handler(check_no_op=True, check_offline=True)
|
1751
|
+
def push_artifact_version(
|
1752
|
+
self,
|
1753
|
+
version: str,
|
1754
|
+
path: str,
|
1755
|
+
force: bool = True,
|
1756
|
+
clean: bool = False,
|
1757
|
+
):
|
1758
|
+
"""Pushes a local artifact version to a remote server.
|
1759
|
+
|
1760
|
+
Args:
|
1761
|
+
version: str, required, the version name/tag.
|
1762
|
+
path: str, local path where to load the metadata and artifacts from.
|
1763
|
+
force: bool, optional, to force push, i.e. update if exists.
|
1764
|
+
clean: bool, optional, to clean the version after pushing.
|
1765
|
+
"""
|
1766
|
+
return self.pull_version(
|
1767
|
+
kind=V1ProjectVersionKind.ARTIFACT,
|
1768
|
+
version=version,
|
1769
|
+
path=path,
|
1770
|
+
force=force,
|
1771
|
+
clean=clean,
|
1772
|
+
)
|