polyaxon 2.7.0rc0__tar.gz → 2.8.0.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.7.0rc0 → polyaxon-2.8.0.post1}/PKG-INFO +2 -2
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/operations.py +29 -5
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/run.py +16 -7
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/service.py +1 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/__init__.py +2 -2
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/monitors/logs.py +4 -4
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/monitors/spec.py +4 -3
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/pkg.py +1 -1
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/PKG-INFO +2 -2
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/requires.txt +4 -4
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/MANIFEST.in +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/__main__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/cleaner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/default_scheduling.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/notifier.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/sidecar.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_auxiliaries/tuner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/admin.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/check.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/completion.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/components.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/config.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/dashboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/errors.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/models.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/options.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/port_forward.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/project_versions.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/projects.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/run.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/clean_artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/docker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/initializer.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/notifier.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/sidecar.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/tuner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/services/wait.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/session.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_cli/version.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/decorators/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/decorators/client_call_handler.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/decorators/errors.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/decorators/is_managed.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/impersonate.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/mixin.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/project.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/store.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/http_transport.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/periodic_transport.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/retry_transport.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/socket_transport.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/threaded_transport.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/transport/ws_client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/workers/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/workers/base_worker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/workers/periodic_worker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/workers/queue_worker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/contexts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/dask_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/mx_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/tf_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/ray_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/lineage/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/lineage/artifacts_collector.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/lineage/collector.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/lineage/io_collector.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/resolver/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/resolver/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/resolver/resolver.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/resolver/runtime.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_config/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_config/manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_config/parser.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_config/reader.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_config/spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_connections/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_connections/kinds.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_connections/schemas.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_constants/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_constants/globals.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_constants/metadata.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_containers/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_containers/names.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_containers/pull_policy.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_containers/statuses.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/keys.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/params.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/paths.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/refs.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_contexts/sections.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/cmd_operator.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/compose.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/conda.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/docker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/helm.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/kubectl.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/operators/pip.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/reader.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/celery.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/deployment.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/deployment_types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/email.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/ingress.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/intervals.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/operators.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/proxy.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/rbac.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/root_user.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/security_context.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/service_types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/ssl.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_deploy/schemas/ui.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_dist.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/builder/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/builder/builder.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/builder/dockerfile.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/builder/generator.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/containers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/env_vars.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/main.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/base/mounts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/converters/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/converters/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/converters/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/converter/mixins.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/docker_types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_docker/executor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/owner_entity.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/project.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/queue.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/run.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/user.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/getters/versioned_entity.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_env_vars/keys.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/builds/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/cache/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/cache/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/component/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/component/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/component/component.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/component/component_reference.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/containers/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/containers/container.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/dags/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/early_stopping/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/early_stopping/policies.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/environment/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/events/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/events/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/hooks/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/init/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/io/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/io/io.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/joins/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/bayes.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/grid_search.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/hyperband.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/hyperopt.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/iterative.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/mapping.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/params.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/random_search.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/matrix/tuner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/mounts/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/mounts/artifacts_mounts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/notifications/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/operations/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/operations/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/operations/compiled_operation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/operations/operation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/operators.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/optimization/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/optimization/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/params/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/params/ops_params.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/params/params.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/plugins/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/dag.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/hub.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/mixin.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/path.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/references/url.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/cleaner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/dag.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/dask/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/dask/dask.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/dask/replica.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/clean_pod_policy.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/mx_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/replica.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/scheduling_policy.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/tf_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/notifier.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/patch.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/ray/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/ray/ray.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/ray/replica.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/resources.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/tuner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/run/utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/schedules/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/schedules/cron.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/schedules/datetime.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/schedules/enums.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/schedules/interval.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/templates/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/termination/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_flow/trigger_policies.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/async_manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/fs.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/tar.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_fs/watcher.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/dockerfile.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/file.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/git.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_init/tensorboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/agent/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/agent/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/agent/async_agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/constants.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/containers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/env_vars.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/main.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/mounts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/base/sidecar.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/common/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/common/accelerators.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/common/annotations.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/common/volumes.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/dask_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/helpers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/mx_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/pytroch_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/tf_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/kubeflow/xgboost_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/ray_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/converters/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/mixins.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/pod/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/pod/spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/converter/pod/volumes.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/crd.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/dask_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/common.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/mpi_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/mx_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/paddle_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/pytorch_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/tf_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/kubeflow/xgb_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/operation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/ray_job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/custom_resources/setter.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/events.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/executor/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/executor/async_executor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/executor/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/executor/executor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/k8s_schemas.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/k8s_validation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/logging/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/logging/async_monitor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/logging/monitor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/manager/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/manager/async_manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/manager/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/manager/manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/monitor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/namespace.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/nodes.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/pods.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_k8s/replica.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/containers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/env_vars.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/init.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/main.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/base/mounts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/converters/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/converters/job.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/converters/service.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/converter/mixins.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/executor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_local_process/process_types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/cli.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/compose.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/deploy.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/git.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/home.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/ignore.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/project.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/run.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_managers/user.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_notifiers/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_notifiers/spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_operations/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_operations/cleaner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_operations/notifier.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_operations/tuner.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_plugins/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_plugins/sentry.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/check.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/manager/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/manager/operations.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/manager/workflows.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/params.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/compiled_operation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/component.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/kinds.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/libs/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/libs/engine.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/libs/parser.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/libs/validator.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/operation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_polyaxonfile/specs/sections.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_pql/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_pql/builder.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_pql/manager.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_pql/parser.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/agent/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/agent/async_agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/agent/base_agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/agent/client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/agent/sync_agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/common/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/common/constants.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/common/containers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/common/volumes.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/converter.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/dockerfile.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/file.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/git.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/store.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/init/tensorboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/converter/types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/executor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_runner/kinds.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/authentication.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/checks.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/cli.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/compatibility.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/container_resources.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/home.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/installation.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/lifecycle.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/log_handler.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/services.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/base.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/clipped.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/dockerfile.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/event.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/file.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/git.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/types/tensorboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/user.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_schemas/version.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/agents_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/artifacts_stores_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/auth_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/connections_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/dashboards_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/organizations_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/presets_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/project_dashboards_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/project_searches_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/projects_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/queues_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/runs_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/searches_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/service_accounts_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/tags_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/teams_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/users_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/api/versions_v1_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/async_client/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/async_client/api_client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/async_client/rest.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/base_api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/configuration.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_activity.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_agent.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_agent_reconcile_body_request.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_agent_state_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_agent_state_response_agent_state.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_agent_status_body_request.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_analytics_spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_artifact_tree.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_cloning.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_connection_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_dashboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_dashboard_spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_entities_tags.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_entities_transfer.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_entity_notification_body.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_entity_stage_body_request.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_entity_status_body_request.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_events_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_activities_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_agents_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_bookmarks_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_connections_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_dashboards_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_organization_members_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_organizations_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_presets_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_project_versions_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_projects_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_queues_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_run_artifacts_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_run_connections_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_run_edges_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_runs_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_searches_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_service_accounts_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_tags_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_team_members_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_teams_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_list_token_response.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_operation_body.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_organization.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_organization_member.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_password_change.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_pipeline.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_preset.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_project.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_project_settings.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_project_version.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_queue.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_connection.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_edge.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_edge_lineage.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_edges_graph.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_reference_catalog.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_run_settings.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_search.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_search_spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_section_spec.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_service_account.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_settings_catalog.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_tag.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_team.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_team_member.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_team_settings.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_token.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_trial_start.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_user.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_user_access.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_user_email.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_user_singup.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/schemas/v1_uuids.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/sync_client/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/sync_client/api_client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sdk/sync_client/rest.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_services/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_services/auth.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_services/headers.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_services/values.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/intervals.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/monitors/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/container/monitors/artifacts.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/ignore.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_sidecar/processor.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/cache.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/cli_constants.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/backfill.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/bo.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/build.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/grid.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/jobs.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/mapping.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/pipelines.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/schedule.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fixtures/services.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/formatting.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/fqn_utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/host_utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/test_utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_utils/urls_utils.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_vendor/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_vendor/shell_pty.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/api.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/cli.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/client.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/docker.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/exceptions.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/fs.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/k8s.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/logger.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/polyaxonfile.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/py.typed +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/schemas.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/settings.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/fastai.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/fastai_v1.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/hugging_face.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/ignite.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/keras.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/lightgbm.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/pytorch_lightning.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/scikit.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/tensorboard.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/tensorflow.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/contrib/xgboost.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tracking/run.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/bayesian_optimization.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/grid_search.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/hyperband.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/hyperopt.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/mapping.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/tuners/random_search.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/types.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/SOURCES.txt +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/dependency_links.txt +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/entry_points.txt +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon.egg-info/top_level.txt +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon_sdk/__init__.py +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/setup.cfg +0 -0
- {polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyaxon
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.8.0.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-8/)
|
55
55
|
[](https://github.com/polyaxon/polyaxon/issues)
|
56
56
|
[](https://github.com/orgs/polyaxon/projects/5)
|
57
57
|
|
@@ -730,7 +730,7 @@ def stop(ctx, project, uid, yes):
|
|
730
730
|
is_cli=True,
|
731
731
|
)
|
732
732
|
if not yes and not click.confirm(
|
733
|
-
"Are sure you want to stop
|
733
|
+
"Are sure you want to stop run `{}`".format(run_uuid)
|
734
734
|
):
|
735
735
|
Printer.print("Exiting without stopping run.")
|
736
736
|
sys.exit(0)
|
@@ -782,7 +782,7 @@ def skip(ctx, project, uid, yes):
|
|
782
782
|
is_cli=True,
|
783
783
|
)
|
784
784
|
if not yes and not click.confirm(
|
785
|
-
"Are sure you want to stop
|
785
|
+
"Are sure you want to stop run `{}`".format(run_uuid)
|
786
786
|
):
|
787
787
|
Printer.print("Exiting without stopping run.")
|
788
788
|
sys.exit(0)
|
@@ -1854,9 +1854,17 @@ def artifacts(
|
|
1854
1854
|
@click.option(
|
1855
1855
|
"--agent", "-ag", type=str, help="Optional, uuid reference of an agent to use."
|
1856
1856
|
)
|
1857
|
+
@click.option(
|
1858
|
+
"--ignore-agent-host",
|
1859
|
+
is_flag=True,
|
1860
|
+
default=False,
|
1861
|
+
help="Optional, to ignore the agent host.",
|
1862
|
+
)
|
1857
1863
|
@click.pass_context
|
1858
1864
|
@clean_outputs
|
1859
|
-
def upload(
|
1865
|
+
def upload(
|
1866
|
+
ctx, project, uid, path_from, path_to, sync_failure, agent, ignore_agent_host
|
1867
|
+
):
|
1860
1868
|
"""Upload runs' artifacts.
|
1861
1869
|
|
1862
1870
|
Uses /docs/core/cli/#caching
|
@@ -1887,7 +1895,11 @@ def upload(ctx, project, uid, path_from, path_to, sync_failure, agent):
|
|
1887
1895
|
)
|
1888
1896
|
if is_file:
|
1889
1897
|
response = client.upload_artifact(
|
1890
|
-
filepath=path_from,
|
1898
|
+
filepath=path_from,
|
1899
|
+
path=path_to,
|
1900
|
+
overwrite=True,
|
1901
|
+
agent=agent,
|
1902
|
+
ignore_agent_host=ignore_agent_host,
|
1891
1903
|
)
|
1892
1904
|
else:
|
1893
1905
|
response = client.upload_artifacts_dir(
|
@@ -1896,6 +1908,7 @@ def upload(ctx, project, uid, path_from, path_to, sync_failure, agent):
|
|
1896
1908
|
overwrite=True,
|
1897
1909
|
relative_to=path_from,
|
1898
1910
|
agent=agent,
|
1911
|
+
ignore_agent_host=ignore_agent_host,
|
1899
1912
|
)
|
1900
1913
|
except (
|
1901
1914
|
ApiException,
|
@@ -2310,11 +2323,17 @@ def pull(
|
|
2310
2323
|
"--reset-uuid",
|
2311
2324
|
is_flag=True,
|
2312
2325
|
default=False,
|
2313
|
-
help="Optional, to ignore the uuid of the local
|
2326
|
+
help="Optional, to ignore the uuid of the local run and generate a new uuid.",
|
2314
2327
|
)
|
2315
2328
|
@click.option(
|
2316
2329
|
"--agent", "-ag", type=str, help="Optional, uuid reference of an agent to use."
|
2317
2330
|
)
|
2331
|
+
@click.option(
|
2332
|
+
"--ignore-agent-host",
|
2333
|
+
is_flag=True,
|
2334
|
+
default=False,
|
2335
|
+
help="Optional, to ignore the agent host.",
|
2336
|
+
)
|
2318
2337
|
@click.option("--name", "-n", type=str, help="Optional, a new name to set for the run.")
|
2319
2338
|
@click.pass_context
|
2320
2339
|
@clean_outputs
|
@@ -2329,6 +2348,7 @@ def push(
|
|
2329
2348
|
reset_project,
|
2330
2349
|
reset_uuid,
|
2331
2350
|
agent,
|
2351
|
+
ignore_agent_host,
|
2332
2352
|
name,
|
2333
2353
|
):
|
2334
2354
|
"""Push a local run (or all runs) to a remove server.
|
@@ -2352,6 +2372,9 @@ def push(
|
|
2352
2372
|
\b
|
2353
2373
|
$ polyaxon ops push -uid 8aac02e3a62a4f0aaa257c59da5eab80 --reset-project
|
2354
2374
|
|
2375
|
+
\b
|
2376
|
+
$ polyaxon ops push -uid 8aac02e3a62a4f0aaa257c59da5eab80 --ignore-agent-host
|
2377
|
+
|
2355
2378
|
\b
|
2356
2379
|
$ polyaxon ops push -uid 8aac02e3a62a4f0aaa257c59da5eab80 --reset-project -p send-to-project
|
2357
2380
|
"""
|
@@ -2397,6 +2420,7 @@ def push(
|
|
2397
2420
|
upload_artifacts=not no_artifacts,
|
2398
2421
|
clean=clean,
|
2399
2422
|
agent=agent,
|
2423
|
+
ignore_agent_host=ignore_agent_host,
|
2400
2424
|
)
|
2401
2425
|
Printer.success(
|
2402
2426
|
f"Finished pushing offline run {uid} to {client.owner}/{client.project}"
|
@@ -1517,6 +1517,7 @@ class RunClient(ClientMixin):
|
|
1517
1517
|
overwrite: bool = True,
|
1518
1518
|
show_progress: bool = True,
|
1519
1519
|
agent: Optional[str] = None,
|
1520
|
+
ignore_agent_host: bool = False,
|
1520
1521
|
):
|
1521
1522
|
"""Uploads a single artifact to the run's artifacts store path.
|
1522
1523
|
|
@@ -1528,16 +1529,16 @@ class RunClient(ClientMixin):
|
|
1528
1529
|
overwrite: bool, optional, if the file uploaded should overwrite any previous content.
|
1529
1530
|
show_progress: bool, to show a progress bar.
|
1530
1531
|
agent: str, optional, uuid reference of an agent to use.
|
1531
|
-
|
1532
|
+
ignore_agent_host: bool, optional, flag to ignore agent host
|
1532
1533
|
Returns:
|
1533
1534
|
str
|
1534
1535
|
"""
|
1535
1536
|
if not self.settings:
|
1536
1537
|
self.refresh_data()
|
1537
|
-
if agent:
|
1538
|
+
if agent and not ignore_agent_host:
|
1538
1539
|
self._reset_agent(agent)
|
1539
|
-
|
1540
|
-
|
1540
|
+
if not ignore_agent_host:
|
1541
|
+
self._use_agent_host()
|
1541
1542
|
|
1542
1543
|
params = get_streams_params(connection=self.artifacts_store)
|
1543
1544
|
url = get_proxy_run_url(
|
@@ -1568,6 +1569,7 @@ class RunClient(ClientMixin):
|
|
1568
1569
|
overwrite: bool = True,
|
1569
1570
|
relative_to: Optional[str] = None,
|
1570
1571
|
agent: Optional[str] = None,
|
1572
|
+
ignore_agent_host: bool = False,
|
1571
1573
|
):
|
1572
1574
|
"""Uploads a full directory to the run's artifacts store path.
|
1573
1575
|
|
@@ -1581,6 +1583,7 @@ class RunClient(ClientMixin):
|
|
1581
1583
|
relative_to: str, optional, if the path uploaded is not the current dir,
|
1582
1584
|
and you want to cancel the relative path.
|
1583
1585
|
agent: str, optional, uuid reference of an agent to use.
|
1586
|
+
ignore_agent_host: bool, optional, flag to ignore agent host
|
1584
1587
|
Returns:
|
1585
1588
|
str.
|
1586
1589
|
"""
|
@@ -1601,6 +1604,7 @@ class RunClient(ClientMixin):
|
|
1601
1604
|
overwrite=overwrite,
|
1602
1605
|
relative_to=relative_to,
|
1603
1606
|
agent=agent,
|
1607
|
+
ignore_agent_host=ignore_agent_host,
|
1604
1608
|
)
|
1605
1609
|
|
1606
1610
|
@client_handler(check_no_op=True, check_offline=True)
|
@@ -1611,6 +1615,7 @@ class RunClient(ClientMixin):
|
|
1611
1615
|
overwrite: bool = True,
|
1612
1616
|
relative_to: Optional[str] = None,
|
1613
1617
|
agent: Optional[str] = None,
|
1618
|
+
ignore_agent_host: bool = False,
|
1614
1619
|
):
|
1615
1620
|
"""Uploads multiple artifacts to the run's artifacts store path.
|
1616
1621
|
|
@@ -1621,6 +1626,7 @@ class RunClient(ClientMixin):
|
|
1621
1626
|
relative_to: str, optional, if the path uploaded is not the current dir,
|
1622
1627
|
and you want to cancel the relative path.
|
1623
1628
|
agent: str, optional, uuid reference of an agent to use.
|
1629
|
+
ignore_agent_host: bool, optional, flag to ignore agent host
|
1624
1630
|
Returns:
|
1625
1631
|
str.
|
1626
1632
|
"""
|
@@ -1630,10 +1636,10 @@ class RunClient(ClientMixin):
|
|
1630
1636
|
|
1631
1637
|
if not self.settings:
|
1632
1638
|
self.refresh_data()
|
1633
|
-
if agent:
|
1639
|
+
if agent and not ignore_agent_host:
|
1634
1640
|
self._reset_agent(agent)
|
1635
|
-
|
1636
|
-
|
1641
|
+
if not ignore_agent_host:
|
1642
|
+
self._use_agent_host()
|
1637
1643
|
|
1638
1644
|
params = get_streams_params(connection=self.artifacts_store)
|
1639
1645
|
url = get_proxy_run_url(
|
@@ -3019,6 +3025,7 @@ class RunClient(ClientMixin):
|
|
3019
3025
|
upload_artifacts: bool = True,
|
3020
3026
|
clean: bool = False,
|
3021
3027
|
agent: Optional[str] = None,
|
3028
|
+
ignore_agent_host: bool = False,
|
3022
3029
|
):
|
3023
3030
|
"""Syncs an offline run to Polyaxon's API and artifacts store.
|
3024
3031
|
|
@@ -3028,6 +3035,7 @@ class RunClient(ClientMixin):
|
|
3028
3035
|
upload_artifacts: bool, optional, flag to trigger artifacts upload.
|
3029
3036
|
clean: bool, optional, flag to clean local path after pushing the run.
|
3030
3037
|
agent: str, optional, uuid reference of an agent to use.
|
3038
|
+
ignore_agent_host: bool, optional, flag to ignore agent host
|
3031
3039
|
"""
|
3032
3040
|
# We ensure that the is_offline is False
|
3033
3041
|
is_offline = self._is_offline
|
@@ -3061,6 +3069,7 @@ class RunClient(ClientMixin):
|
|
3061
3069
|
overwrite=True,
|
3062
3070
|
relative_to=path,
|
3063
3071
|
agent=agent,
|
3072
|
+
ignore_agent_host=ignore_agent_host,
|
3064
3073
|
)
|
3065
3074
|
logger.info(f"Offline artifacts for run {self.run_data.uuid} uploaded")
|
3066
3075
|
|
@@ -30,6 +30,7 @@ class AgentServiceConfig(DeploymentService):
|
|
30
30
|
service_account_annotations: Optional[Dict] = Field(
|
31
31
|
alias="serviceAccountAnnotations", default=None
|
32
32
|
)
|
33
|
+
enable_finalizers: Optional[bool] = Field(alias="enableFinalizers", default=None)
|
33
34
|
is_replica: Optional[bool] = Field(alias="isReplica", default=None)
|
34
35
|
|
35
36
|
|
@@ -126,10 +126,10 @@ async def start_sidecar(
|
|
126
126
|
if update_last_check:
|
127
127
|
state["last_artifacts_check"] = now()
|
128
128
|
|
129
|
-
while is_running
|
129
|
+
while is_running:
|
130
130
|
await asyncio.sleep(sleep_interval)
|
131
131
|
if retry:
|
132
|
-
await asyncio.sleep(retry
|
132
|
+
await asyncio.sleep(retry ** 2)
|
133
133
|
try:
|
134
134
|
is_running = await k8s_manager.is_pod_running(pod_id, container_id)
|
135
135
|
except ApiException as e:
|
@@ -4,7 +4,7 @@ from typing import Optional
|
|
4
4
|
|
5
5
|
import aiofiles
|
6
6
|
|
7
|
-
from clipped.utils.paths import check_or_create_path
|
7
|
+
from clipped.utils.paths import check_or_create_path, set_permissions
|
8
8
|
from kubernetes_asyncio.client.models import V1Pod
|
9
9
|
|
10
10
|
from polyaxon._contexts import paths as ctx_paths
|
@@ -34,8 +34,8 @@ async def sync_logs(
|
|
34
34
|
|
35
35
|
path_from = "{}/{}.jsonl".format(path_from, pod.metadata.name)
|
36
36
|
check_or_create_path(path_from, is_dir=False)
|
37
|
-
async with aiofiles.open(path_from, "a") as
|
37
|
+
async with aiofiles.open(path_from, "a") as outfile:
|
38
38
|
_logs = V1Logs.construct(logs=logs)
|
39
|
-
await
|
40
|
-
|
39
|
+
await outfile.write(_logs.get_jsonl_events())
|
40
|
+
set_permissions(path_from)
|
41
41
|
return last_time
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import aiofiles
|
2
2
|
|
3
3
|
from clipped.utils.json import orjson_dumps
|
4
|
-
from clipped.utils.paths import check_or_create_path
|
4
|
+
from clipped.utils.paths import check_or_create_path, set_permissions
|
5
5
|
|
6
6
|
from polyaxon._contexts import paths as ctx_paths
|
7
7
|
from polyaxon._flow import V1RunKind
|
@@ -20,5 +20,6 @@ async def sync_spec(
|
|
20
20
|
path_from = ctx_paths.CONTEXT_MOUNT_ARTIFACTS_FORMAT.format(run_uuid)
|
21
21
|
path_from = "{}/outputs/spec.json".format(path_from)
|
22
22
|
check_or_create_path(path_from, is_dir=False)
|
23
|
-
async with aiofiles.open(path_from, "w") as
|
24
|
-
await
|
23
|
+
async with aiofiles.open(path_from, "w") as outfile:
|
24
|
+
await outfile.write(orjson_dumps(op_spec))
|
25
|
+
set_permissions(path_from)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyaxon
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.8.0.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-8/)
|
55
55
|
[](https://github.com/polyaxon/polyaxon/issues)
|
56
56
|
[](https://github.com/orgs/polyaxon/projects/5)
|
57
57
|
|
@@ -11,7 +11,7 @@ psutil>=5.4.7
|
|
11
11
|
requests>=2.20.1
|
12
12
|
requests-toolbelt>=0.8.0
|
13
13
|
rich>=12.0.0
|
14
|
-
sentry-sdk
|
14
|
+
sentry-sdk>=1.2.0
|
15
15
|
urllib3>=1.25.6
|
16
16
|
certifi>=2022.12.7
|
17
17
|
pydantic>=1.10.2
|
@@ -29,9 +29,9 @@ docker
|
|
29
29
|
|
30
30
|
[fs]
|
31
31
|
adlfs==2024.12.0
|
32
|
-
fsspec==2025.2
|
33
|
-
gcsfs==2025.2
|
34
|
-
s3fs==2025.2
|
32
|
+
fsspec==2025.3.2
|
33
|
+
gcsfs==2025.3.2
|
34
|
+
s3fs==2025.3.2
|
35
35
|
|
36
36
|
[fsspec]
|
37
37
|
fsspec
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_client/decorators/client_call_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/paddle_job.py
RENAMED
File without changes
|
{polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/contexts/kubeflow/pytroch_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyaxon-2.7.0rc0 → polyaxon-2.8.0.post1}/polyaxon/_compiler/lineage/artifacts_collector.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|