Skip to content

Update pipfile lock #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions annofabapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* updated_datetime: str

* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Delete` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -851,7 +851,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* data: BatchAnnotation

* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Put` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -866,7 +866,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* input_data_id: str
入力データID。[値の制約についてはこちら。](#section/API-Convention/APIID)
* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Delete` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -885,7 +885,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* inspection_id: str
検査ID。[値の制約についてはこちら。](#section/API-Convention/APIID)
* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Delete` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -898,7 +898,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* data: Inspection

* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Put` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -913,7 +913,7 @@ class AssigneeRuleOfResubmittedTask(Enum):
* task_id: str
タスクID。[値の制約についてはこちら。](#section/API-Convention/APIID)
* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`Delete` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand Down Expand Up @@ -1855,7 +1855,7 @@ class GraphType(Enum):

class InputDataOrder(Enum):
"""
タスクに割り当てる入力データの順序 * `name_asc` - 入力データ名 昇順(a, b, c, ...)。日付や番号などの連続するデータ名を扱う場合に推奨 * `name_asc` - 入力データ名 降順(z, y, x, ...) * `random` - ランダム
タスクに割り当てる入力データの順序 * `name_asc` - 入力データ名 昇順(a, b, c, ...)。日付や番号などの連続するデータ名を扱う場合に推奨 * `name_desc` - 入力データ名 降順(z, y, x, ...) * `random` - ランダム
"""

NAME_ASC = "name_asc"
Expand Down Expand Up @@ -3434,7 +3434,7 @@ class TaskAssignmentType(Enum):
* input_data_order: InputDataOrder

* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`ByCount` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -3449,7 +3449,7 @@ class TaskAssignmentType(Enum):
* input_data_name_prefix: str
タスク生成対象の入力データ名プレフィックス
* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`ByDirectory` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand All @@ -3462,7 +3462,7 @@ class TaskAssignmentType(Enum):
* csv_data_path: str
各タスクへの入力データへの割当を記入したCSVへのS3上のパス
* type: str
[詳しくはこちら](#section/API-Convention/API-_type)
`ByInputDataCsv` [詳しくはこちら](#section/API-Convention/API-_type)

"""

Expand Down
11 changes: 10 additions & 1 deletion generate/swagger/swagger-api-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2410,6 +2410,7 @@
_type:
type: string
description: |
`ByCount`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByCount"
TaskGenerateRuleByDirectory:
Expand All @@ -2428,6 +2429,7 @@
_type:
type: string
description: |
`ByDirectory`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByDirectory"
TaskGenerateRuleByInputDataCsv:
Expand All @@ -2443,6 +2445,7 @@
_type:
type: string
description: |
`ByInputDataCsv`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByInputDataCsv"
InputDataOrder:
Expand All @@ -2455,7 +2458,7 @@
タスクに割り当てる入力データの順序

* `name_asc` - 入力データ名 昇順(a, b, c, ...)。日付や番号などの連続するデータ名を扱う場合に推奨
* `name_asc` - 入力データ名 降順(z, y, x, ...)
* `name_desc` - 入力データ名 降順(z, y, x, ...)
* `random` - ランダム
TaskOperation:
type: object
Expand Down Expand Up @@ -2877,6 +2880,7 @@
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
BatchTaskRequestItemDelete:
Expand All @@ -2893,6 +2897,7 @@
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
DataPath:
Expand Down Expand Up @@ -3264,6 +3269,7 @@
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchAnnotationRequestItemDelete:
Expand All @@ -3289,6 +3295,7 @@
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
SingleAnnotationDetail:
Expand Down Expand Up @@ -3575,6 +3582,7 @@
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchInspectionRequestItemDelete:
Expand All @@ -3597,6 +3605,7 @@
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
Inspection:
Expand Down
13 changes: 11 additions & 2 deletions generate/swagger/swagger.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ info:
ジョブID | プロジェクト内で一意
入力データセットID | 組織内で一意
version: 0.79.0
version: 0.79.2
title: AnnoFab Web API
x-logo:
url: "https://annofab.com/images/logo_landscape.png"
Expand Down Expand Up @@ -3055,6 +3055,7 @@ components:
_type:
type: string
description: |
`ByCount`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByCount"
TaskGenerateRuleByDirectory:
Expand All @@ -3073,6 +3074,7 @@ components:
_type:
type: string
description: |
`ByDirectory`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByDirectory"
TaskGenerateRuleByInputDataCsv:
Expand All @@ -3088,6 +3090,7 @@ components:
_type:
type: string
description: |
`ByInputDataCsv`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByInputDataCsv"
InputDataOrder:
Expand All @@ -3100,7 +3103,7 @@ components:
タスクに割り当てる入力データの順序
* `name_asc` - 入力データ名 昇順(a, b, c, ...)。日付や番号などの連続するデータ名を扱う場合に推奨
* `name_asc` - 入力データ名 降順(z, y, x, ...)
* `name_desc` - 入力データ名 降順(z, y, x, ...)
* `random` - ランダム
TaskOperation:
type: object
Expand Down Expand Up @@ -3522,6 +3525,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
BatchTaskRequestItemDelete:
Expand All @@ -3538,6 +3542,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
DataPath:
Expand Down Expand Up @@ -3909,6 +3914,7 @@ components:
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchAnnotationRequestItemDelete:
Expand All @@ -3934,6 +3940,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
SingleAnnotationDetail:
Expand Down Expand Up @@ -4220,6 +4227,7 @@ components:
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchInspectionRequestItemDelete:
Expand All @@ -4242,6 +4250,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
Inspection:
Expand Down
13 changes: 11 additions & 2 deletions generate/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ info:
ジョブID | プロジェクト内で一意
入力データセットID | 組織内で一意

version: 0.79.0
version: 0.79.2
title: AnnoFab Web API
x-logo:
url: "https://annofab.com/images/logo_landscape.png"
Expand Down Expand Up @@ -7285,6 +7285,7 @@ components:
_type:
type: string
description: |
`ByCount`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByCount"
TaskGenerateRuleByDirectory:
Expand All @@ -7303,6 +7304,7 @@ components:
_type:
type: string
description: |
`ByDirectory`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByDirectory"
TaskGenerateRuleByInputDataCsv:
Expand All @@ -7318,6 +7320,7 @@ components:
_type:
type: string
description: |
`ByInputDataCsv`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "ByInputDataCsv"
InputDataOrder:
Expand All @@ -7330,7 +7333,7 @@ components:
タスクに割り当てる入力データの順序

* `name_asc` - 入力データ名 昇順(a, b, c, ...)。日付や番号などの連続するデータ名を扱う場合に推奨
* `name_asc` - 入力データ名 降順(z, y, x, ...)
* `name_desc` - 入力データ名 降順(z, y, x, ...)
* `random` - ランダム
TaskOperation:
type: object
Expand Down Expand Up @@ -7752,6 +7755,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
BatchTaskRequestItemDelete:
Expand All @@ -7768,6 +7772,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
DataPath:
Expand Down Expand Up @@ -8139,6 +8144,7 @@ components:
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchAnnotationRequestItemDelete:
Expand All @@ -8164,6 +8170,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
SingleAnnotationDetail:
Expand Down Expand Up @@ -8450,6 +8457,7 @@ components:
_type:
type: string
description: |
`Put`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Put"
BatchInspectionRequestItemDelete:
Expand All @@ -8472,6 +8480,7 @@ components:
_type:
type: string
description: |
`Delete`
[詳しくはこちら](#section/API-Convention/API-_type)
example: "Delete"
Inspection:
Expand Down