Skip to content

Commit

Permalink
regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
ersi-lightly committed Nov 20, 2023
1 parent 5703370 commit 93fbcf5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 279 deletions.
22 changes: 0 additions & 22 deletions lightly/openapi_generated/swagger_client/api/__init__.py-e

This file was deleted.

15 changes: 0 additions & 15 deletions lightly/openapi_generated/swagger_client/api/scores_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from pydantic import validate_arguments, ValidationError
from typing_extensions import Annotated

from pydantic import Field, conint, constr, validator
from pydantic import Field, conint, constr, validator

from typing import List, Optional
Expand All @@ -29,8 +28,6 @@
from lightly.openapi_generated.swagger_client.models.active_learning_score_data import ActiveLearningScoreData
from lightly.openapi_generated.swagger_client.models.active_learning_score_types_v2_data import ActiveLearningScoreTypesV2Data
from lightly.openapi_generated.swagger_client.models.active_learning_score_v2_data import ActiveLearningScoreV2Data
from lightly.openapi_generated.swagger_client.models.active_learning_score_types_v2_data import ActiveLearningScoreTypesV2Data
from lightly.openapi_generated.swagger_client.models.active_learning_score_v2_data import ActiveLearningScoreV2Data
from lightly.openapi_generated.swagger_client.models.create_entity_response import CreateEntityResponse
from lightly.openapi_generated.swagger_client.models.tag_active_learning_scores_data import TagActiveLearningScoresData

Expand All @@ -57,7 +54,6 @@ def __init__(self, api_client=None):
@validate_arguments
def create_or_update_active_learning_score_by_tag_id(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], active_learning_score_create_request : ActiveLearningScoreCreateRequest, **kwargs) -> CreateEntityResponse: # noqa: E501
"""(Deprecated) create_or_update_active_learning_score_by_tag_id # noqa: E501
"""(Deprecated) create_or_update_active_learning_score_by_tag_id # noqa: E501
Create or update active learning score object by tag id # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -91,7 +87,6 @@ def create_or_update_active_learning_score_by_tag_id(self, dataset_id : Annotate
@validate_arguments
def create_or_update_active_learning_score_by_tag_id_with_http_info(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], active_learning_score_create_request : ActiveLearningScoreCreateRequest, **kwargs) -> ApiResponse: # noqa: E501
"""(Deprecated) create_or_update_active_learning_score_by_tag_id # noqa: E501
"""(Deprecated) create_or_update_active_learning_score_by_tag_id # noqa: E501
Create or update active learning score object by tag id # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -133,8 +128,6 @@ def create_or_update_active_learning_score_by_tag_id_with_http_info(self, datase

warnings.warn("POST /v1/datasets/{datasetId}/tags/{tagId}/scores is deprecated.", DeprecationWarning)

warnings.warn("POST /v1/datasets/{datasetId}/tags/{tagId}/scores is deprecated.", DeprecationWarning)

_params = locals()

_all_params = [
Expand Down Expand Up @@ -409,7 +402,6 @@ def create_or_update_active_learning_v2_score_by_dataset_id_with_http_info(self,
@validate_arguments
def get_active_learning_score_by_score_id(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], score_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the scores")], **kwargs) -> ActiveLearningScoreData: # noqa: E501
"""(Deprecated) get_active_learning_score_by_score_id # noqa: E501
"""(Deprecated) get_active_learning_score_by_score_id # noqa: E501
Get active learning score object by id # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -443,7 +435,6 @@ def get_active_learning_score_by_score_id(self, dataset_id : Annotated[constr(st
@validate_arguments
def get_active_learning_score_by_score_id_with_http_info(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], score_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the scores")], **kwargs) -> ApiResponse: # noqa: E501
"""(Deprecated) get_active_learning_score_by_score_id # noqa: E501
"""(Deprecated) get_active_learning_score_by_score_id # noqa: E501
Get active learning score object by id # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -485,8 +476,6 @@ def get_active_learning_score_by_score_id_with_http_info(self, dataset_id : Anno

warnings.warn("GET /v1/datasets/{datasetId}/tags/{tagId}/scores/{scoreId} is deprecated.", DeprecationWarning)

warnings.warn("GET /v1/datasets/{datasetId}/tags/{tagId}/scores/{scoreId} is deprecated.", DeprecationWarning)

_params = locals()

_all_params = [
Expand Down Expand Up @@ -574,7 +563,6 @@ def get_active_learning_score_by_score_id_with_http_info(self, dataset_id : Anno
@validate_arguments
def get_active_learning_scores_by_tag_id(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], **kwargs) -> List[TagActiveLearningScoresData]: # noqa: E501
"""(Deprecated) get_active_learning_scores_by_tag_id # noqa: E501
"""(Deprecated) get_active_learning_scores_by_tag_id # noqa: E501
Get all scoreIds for the given tag # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -606,7 +594,6 @@ def get_active_learning_scores_by_tag_id(self, dataset_id : Annotated[constr(str
@validate_arguments
def get_active_learning_scores_by_tag_id_with_http_info(self, dataset_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the dataset")], tag_id : Annotated[constr(strict=True), Field(..., description="ObjectId of the tag")], **kwargs) -> ApiResponse: # noqa: E501
"""(Deprecated) get_active_learning_scores_by_tag_id # noqa: E501
"""(Deprecated) get_active_learning_scores_by_tag_id # noqa: E501
Get all scoreIds for the given tag # noqa: E501
This method makes a synchronous HTTP request by default. To make an
Expand Down Expand Up @@ -646,8 +633,6 @@ def get_active_learning_scores_by_tag_id_with_http_info(self, dataset_id : Annot

warnings.warn("GET /v1/datasets/{datasetId}/tags/{tagId}/scores is deprecated.", DeprecationWarning)

warnings.warn("GET /v1/datasets/{datasetId}/tags/{tagId}/scores is deprecated.", DeprecationWarning)

_params = locals()

_all_params = [
Expand Down
Loading

0 comments on commit 93fbcf5

Please sign in to comment.