mpi-operator/sdk/python/v2beta1
Carlos Eduardo Arango Gutierrez a869150953
Bump to k8s 1.31 (#664)
* Bump to k8s 1.31

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* Bump sigs.k8s.io/controller-runtime to v0.19.0

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* Bump golangci-lint to v1.61.0

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* change queue from RateLimitingInterface  to TypedRateLimitingInterface[any]

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* Update kubectl url

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

---------

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-10-15 20:25:18 +00:00
..
docs Bump to k8s 1.31 (#664) 2024-10-15 20:25:18 +00:00
mpijob Bump to k8s 1.31 (#664) 2024-10-15 20:25:18 +00:00
test Bump to k8s 1.31 (#664) 2024-10-15 20:25:18 +00:00
.gitignore Generate sdk for v2 (#434) 2021-11-30 12:44:30 +00:00
.openapi-generator-ignore add custom setup.py to install mpijob module (#579) 2023-07-10 14:17:55 +00:00
README.md Bump to k8s 1.31 (#664) 2024-10-15 20:25:18 +00:00
requirements.txt Generate sdk for v2 (#434) 2021-11-30 12:44:30 +00:00
setup.py add custom setup.py to install mpijob module (#579) 2023-07-10 14:17:55 +00:00
tensorflow-mnist.py Generate sdk for v2 (#434) 2021-11-30 12:44:30 +00:00
test-requirements.txt Generate sdk for v2 (#434) 2021-11-30 12:44:30 +00:00

README.md

kubeflow

Python SDK for MPI-Operator

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: v2beta1
  • Package version: 0.1
  • Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import mpijob

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import mpijob

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function

import time
import mpijob
from mpijob.rest import ApiException
from pprint import pprint

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author