-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate specs with DockerWorkerConfigV3DockerDatasourceInputExpiration
- Loading branch information
1 parent
6bed85d
commit 73c9e18
Showing
11 changed files
with
586 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
lightly/openapi_generated/swagger_client/api/__init__.py-e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# flake8: noqa | ||
|
||
# import apis into api package | ||
from lightly.openapi_generated.swagger_client.api.collaboration_api import CollaborationApi | ||
from lightly.openapi_generated.swagger_client.api.datasets_api import DatasetsApi | ||
from lightly.openapi_generated.swagger_client.api.datasources_api import DatasourcesApi | ||
from lightly.openapi_generated.swagger_client.api.docker_api import DockerApi | ||
from lightly.openapi_generated.swagger_client.api.embeddings_api import EmbeddingsApi | ||
from lightly.openapi_generated.swagger_client.api.embeddings2d_api import Embeddings2dApi | ||
from lightly.openapi_generated.swagger_client.api.jobs_api import JobsApi | ||
from lightly.openapi_generated.swagger_client.api.mappings_api import MappingsApi | ||
from lightly.openapi_generated.swagger_client.api.meta_data_configurations_api import MetaDataConfigurationsApi | ||
from lightly.openapi_generated.swagger_client.api.predictions_api import PredictionsApi | ||
from lightly.openapi_generated.swagger_client.api.profiles_api import ProfilesApi | ||
from lightly.openapi_generated.swagger_client.api.quota_api import QuotaApi | ||
from lightly.openapi_generated.swagger_client.api.samples_api import SamplesApi | ||
from lightly.openapi_generated.swagger_client.api.samplings_api import SamplingsApi | ||
from lightly.openapi_generated.swagger_client.api.scores_api import ScoresApi | ||
from lightly.openapi_generated.swagger_client.api.tags_api import TagsApi | ||
from lightly.openapi_generated.swagger_client.api.teams_api import TeamsApi | ||
from lightly.openapi_generated.swagger_client.api.versioning_api import VersioningApi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.