Python SDK for the JobSet API
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v0.1.4
- Package version: 0.1.4
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
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 jobset
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 jobset
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import jobset
from jobset.rest import ApiException
from pprint import pprint
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|
- JobsetV1alpha2FailurePolicy
- JobsetV1alpha2JobSet
- JobsetV1alpha2JobSetList
- JobsetV1alpha2JobSetSpec
- JobsetV1alpha2JobSetStatus
- JobsetV1alpha2Network
- JobsetV1alpha2ReplicatedJob
- JobsetV1alpha2ReplicatedJobStatus
- JobsetV1alpha2StartupPolicy
- JobsetV1alpha2SuccessPolicy
All endpoints do not require authorization.