|
3 | 3 | # flake8: noqa
|
4 | 4 |
|
5 | 5 | """
|
6 |
| - GenAI API Spec |
| 6 | +GenAI API Spec |
7 | 7 |
|
8 |
| - Data Engine: Generative AI API Specification |
| 8 | +Data Engine: Generative AI API Specification |
9 | 9 |
|
10 |
| - The version of the OpenAPI document: 0.0.1 |
11 |
| - Generated by OpenAPI Generator (https://openapi-generator.tech) |
| 10 | +The version of the OpenAPI document: 0.0.1 |
| 11 | +Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 |
| - Do not edit the class manually. |
| 13 | +Do not edit the class manually. |
14 | 14 | """ # noqa: E501
|
15 | 15 |
|
16 | 16 |
|
|
32 | 32 |
|
33 | 33 | # import models into sdk package
|
34 | 34 | from scaleapi.api_client.v2.models.annotation import Annotation
|
| 35 | +from scaleapi.api_client.v2.models.annotation_boolean import AnnotationBoolean |
| 36 | +from scaleapi.api_client.v2.models.annotation_boolean_properties import ( |
| 37 | + AnnotationBooleanProperties, |
| 38 | +) |
35 | 39 | from scaleapi.api_client.v2.models.annotation_category import AnnotationCategory
|
36 |
| -from scaleapi.api_client.v2.models.annotation_category_multiple import AnnotationCategoryMultiple |
37 |
| -from scaleapi.api_client.v2.models.annotation_category_multiple_properties import AnnotationCategoryMultipleProperties |
38 |
| -from scaleapi.api_client.v2.models.annotation_category_properties import AnnotationCategoryProperties |
| 40 | +from scaleapi.api_client.v2.models.annotation_category_multiple import ( |
| 41 | + AnnotationCategoryMultiple, |
| 42 | +) |
| 43 | +from scaleapi.api_client.v2.models.annotation_category_multiple_properties import ( |
| 44 | + AnnotationCategoryMultipleProperties, |
| 45 | +) |
| 46 | +from scaleapi.api_client.v2.models.annotation_category_properties import ( |
| 47 | + AnnotationCategoryProperties, |
| 48 | +) |
| 49 | +from scaleapi.api_client.v2.models.annotation_file import AnnotationFile |
| 50 | +from scaleapi.api_client.v2.models.annotation_file_properties import ( |
| 51 | + AnnotationFileProperties, |
| 52 | +) |
| 53 | +from scaleapi.api_client.v2.models.annotation_file_properties_value import ( |
| 54 | + AnnotationFilePropertiesValue, |
| 55 | +) |
39 | 56 | from scaleapi.api_client.v2.models.annotation_integer import AnnotationInteger
|
40 |
| -from scaleapi.api_client.v2.models.annotation_integer_properties import AnnotationIntegerProperties |
| 57 | +from scaleapi.api_client.v2.models.annotation_integer_properties import ( |
| 58 | + AnnotationIntegerProperties, |
| 59 | +) |
41 | 60 | from scaleapi.api_client.v2.models.annotation_metadata import AnnotationMetadata
|
| 61 | +from scaleapi.api_client.v2.models.annotation_ranked_choices import ( |
| 62 | + AnnotationRankedChoices, |
| 63 | +) |
| 64 | +from scaleapi.api_client.v2.models.annotation_ranked_choices_properties import ( |
| 65 | + AnnotationRankedChoicesProperties, |
| 66 | +) |
| 67 | +from scaleapi.api_client.v2.models.annotation_ranked_groups import ( |
| 68 | + AnnotationRankedGroups, |
| 69 | +) |
| 70 | +from scaleapi.api_client.v2.models.annotation_ranked_groups_properties import ( |
| 71 | + AnnotationRankedGroupsProperties, |
| 72 | +) |
42 | 73 | from scaleapi.api_client.v2.models.annotation_text import AnnotationText
|
43 |
| -from scaleapi.api_client.v2.models.annotation_text_properties import AnnotationTextProperties |
| 74 | +from scaleapi.api_client.v2.models.annotation_text_properties import ( |
| 75 | + AnnotationTextProperties, |
| 76 | +) |
44 | 77 | from scaleapi.api_client.v2.models.annotation_type import AnnotationType
|
| 78 | +from scaleapi.api_client.v2.models.annotation_workspace_container import ( |
| 79 | + AnnotationWorkspaceContainer, |
| 80 | +) |
| 81 | +from scaleapi.api_client.v2.models.annotation_workspace_container_properties import ( |
| 82 | + AnnotationWorkspaceContainerProperties, |
| 83 | +) |
45 | 84 | from scaleapi.api_client.v2.models.audio_file import AudioFile
|
46 | 85 | from scaleapi.api_client.v2.models.base_annotation import BaseAnnotation
|
| 86 | +from scaleapi.api_client.v2.models.base_chunk import BaseChunk |
| 87 | +from scaleapi.api_client.v2.models.basic_file import BasicFile |
47 | 88 | from scaleapi.api_client.v2.models.batch import Batch
|
| 89 | +from scaleapi.api_client.v2.models.chunk import Chunk |
| 90 | +from scaleapi.api_client.v2.models.chunk_text import ChunkText |
| 91 | +from scaleapi.api_client.v2.models.chunk_text_properties import ChunkTextProperties |
| 92 | +from scaleapi.api_client.v2.models.content_and_url import ContentAndUrl |
48 | 93 | from scaleapi.api_client.v2.models.delivery import Delivery
|
49 | 94 | from scaleapi.api_client.v2.models.detailed_file import DetailedFile
|
50 | 95 | from scaleapi.api_client.v2.models.error_detail import ErrorDetail
|
|
53 | 98 | from scaleapi.api_client.v2.models.expandable_annotation import ExpandableAnnotation
|
54 | 99 | from scaleapi.api_client.v2.models.expandable_batch import ExpandableBatch
|
55 | 100 | from scaleapi.api_client.v2.models.expandable_delivery import ExpandableDelivery
|
56 |
| -from scaleapi.api_client.v2.models.expandable_enum_deliveries import ExpandableEnumDeliveries |
57 |
| -from scaleapi.api_client.v2.models.expandable_enum_delivery import ExpandableEnumDelivery |
| 101 | +from scaleapi.api_client.v2.models.expandable_enum_deliveries import ( |
| 102 | + ExpandableEnumDeliveries, |
| 103 | +) |
| 104 | +from scaleapi.api_client.v2.models.expandable_enum_delivery import ( |
| 105 | + ExpandableEnumDelivery, |
| 106 | +) |
58 | 107 | from scaleapi.api_client.v2.models.expandable_enum_task import ExpandableEnumTask
|
59 | 108 | from scaleapi.api_client.v2.models.expandable_project import ExpandableProject
|
60 |
| -from scaleapi.api_client.v2.models.file import File |
61 |
| -from scaleapi.api_client.v2.models.get_delivered_tasks_response import GetDeliveredTasksResponse |
| 109 | +from scaleapi.api_client.v2.models.get_delivered_tasks_response import ( |
| 110 | + GetDeliveredTasksResponse, |
| 111 | +) |
62 | 112 | from scaleapi.api_client.v2.models.get_deliveries_response import GetDeliveriesResponse
|
63 | 113 | from scaleapi.api_client.v2.models.get_task500_response import GetTask500Response
|
64 | 114 | from scaleapi.api_client.v2.models.get_tasks_response import GetTasksResponse
|
|
69 | 119 | from scaleapi.api_client.v2.models.model_parameters import ModelParameters
|
70 | 120 | from scaleapi.api_client.v2.models.option import Option
|
71 | 121 | from scaleapi.api_client.v2.models.project import Project
|
| 122 | +from scaleapi.api_client.v2.models.reasoning import Reasoning |
72 | 123 | from scaleapi.api_client.v2.models.reference_text import ReferenceText
|
| 124 | +from scaleapi.api_client.v2.models.sensitive_content_report import ( |
| 125 | + SensitiveContentReport, |
| 126 | +) |
73 | 127 | from scaleapi.api_client.v2.models.submission import Submission
|
74 | 128 | from scaleapi.api_client.v2.models.task import Task
|
75 | 129 | from scaleapi.api_client.v2.models.task_status import TaskStatus
|
76 | 130 | from scaleapi.api_client.v2.models.thread import Thread
|
77 | 131 | from scaleapi.api_client.v2.models.turn import Turn
|
78 |
| -from scaleapi.api_client.v2.models.v1_task_task_id_get200_response import V1TaskTaskIdGet200Response |
79 |
| -from scaleapi.api_client.v2.models.v1_task_task_id_get200_response_response import V1TaskTaskIdGet200ResponseResponse |
| 132 | +from scaleapi.api_client.v2.models.v1_task_task_id_get200_response import ( |
| 133 | + V1TaskTaskIdGet200Response, |
| 134 | +) |
| 135 | +from scaleapi.api_client.v2.models.v1_task_task_id_get200_response_response import ( |
| 136 | + V1TaskTaskIdGet200ResponseResponse, |
| 137 | +) |
| 138 | +from scaleapi.api_client.v2.models.workspace_container_config import ( |
| 139 | + WorkspaceContainerConfig, |
| 140 | +) |
| 141 | +from scaleapi.api_client.v2.models.workspace_container_value import ( |
| 142 | + WorkspaceContainerValue, |
| 143 | +) |
| 144 | +from scaleapi.api_client.v2.models.workspace_execution_data import ( |
| 145 | + WorkspaceExecutionData, |
| 146 | +) |
| 147 | +from scaleapi.api_client.v2.models.workspace_execution_data_result import ( |
| 148 | + WorkspaceExecutionDataResult, |
| 149 | +) |
| 150 | +from scaleapi.api_client.v2.models.workspace_execution_data_result_status import ( |
| 151 | + WorkspaceExecutionDataResultStatus, |
| 152 | +) |
| 153 | +from scaleapi.api_client.v2.models.workspace_file import WorkspaceFile |
0 commit comments