yandexcloud 0.320.0__py3-none-any.whl → 0.322.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +38 -8
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +89 -15
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +37 -6
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +55 -9
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +74 -11
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +18 -8
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +35 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +15 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +15 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +10 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +14 -2
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +45 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +52 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +18 -16
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +84 -10
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +21 -3
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +13 -6
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +22 -5
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +47 -7
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +21 -5
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +43 -6
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/dataset/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +35 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +161 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.py +4 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +117 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +520 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +378 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +237 -0
- yandex/cloud/ai/files/v1/file_pb2.pyi +22 -5
- yandex/cloud/ai/files/v1/file_service_pb2.pyi +53 -6
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +30 -13
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +197 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +14 -14
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +9 -1
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +52 -51
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +11 -1
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.py +35 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.pyi +62 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.py +4 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +44 -43
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +25 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +30 -29
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +17 -4
- yandex/cloud/compute/v1/disk_pb2.py +12 -11
- yandex/cloud/compute/v1/disk_pb2.pyi +9 -2
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -34
- yandex/cloud/compute/v1/disk_service_pb2.pyi +5 -1
- yandex/cloud/compute/v1/image_pb2.py +12 -11
- yandex/cloud/compute/v1/image_pb2.pyi +9 -2
- yandex/cloud/compute/v1/instance_service_pb2.py +39 -37
- yandex/cloud/compute/v1/instance_service_pb2.pyi +11 -7
- yandex/cloud/compute/v1/kek_pb2.py +26 -0
- yandex/cloud/compute/v1/kek_pb2.pyi +31 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.py +4 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/snapshot_pb2.py +8 -7
- yandex/cloud/compute/v1/snapshot_pb2.pyi +9 -2
- yandex/cloud/datasphere/v1/project_pb2.py +6 -8
- yandex/cloud/datasphere/v1/project_pb2.pyi +1 -35
- yandex/cloud/datasphere/v1/project_service_pb2.py +39 -70
- yandex/cloud/datasphere/v1/project_service_pb2.pyi +0 -171
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.py +0 -102
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.pyi +0 -60
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +21 -19
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +50 -1
- yandex/cloud/datasphere/v2/project_pb2.py +11 -15
- yandex/cloud/datasphere/v2/project_pb2.pyi +1 -55
- yandex/cloud/datasphere/v2/project_service_pb2.py +73 -84
- yandex/cloud/datasphere/v2/project_service_pb2.pyi +102 -119
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.py +34 -70
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.pyi +20 -52
- yandex/cloud/datasphere/v2/resource_types_pb2.py +2 -2
- yandex/cloud/datasphere/v2/resource_types_pb2.pyi +0 -4
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +2 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +1 -1
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +26 -24
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +32 -5
- yandex/cloud/mdb/kafka/v1/connector_service_pb2.py +37 -37
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +1 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +2 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/RECORD +113 -95
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.ai.dataset.v1.dataset_pb2
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
|
+
|
|
17
|
+
@typing.final
|
|
18
|
+
class DescribeDatasetRequest(google.protobuf.message.Message):
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
20
|
+
|
|
21
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
22
|
+
dataset_id: builtins.str
|
|
23
|
+
"""ID of the dataset to describe."""
|
|
24
|
+
def __init__(
|
|
25
|
+
self,
|
|
26
|
+
*,
|
|
27
|
+
dataset_id: builtins.str = ...,
|
|
28
|
+
) -> None: ...
|
|
29
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id"]) -> None: ...
|
|
30
|
+
|
|
31
|
+
global___DescribeDatasetRequest = DescribeDatasetRequest
|
|
32
|
+
|
|
33
|
+
@typing.final
|
|
34
|
+
class DescribeDatasetResponse(google.protobuf.message.Message):
|
|
35
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
36
|
+
|
|
37
|
+
DATASET_FIELD_NUMBER: builtins.int
|
|
38
|
+
@property
|
|
39
|
+
def dataset(self) -> yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo:
|
|
40
|
+
"""Information about the dataset."""
|
|
41
|
+
|
|
42
|
+
def __init__(
|
|
43
|
+
self,
|
|
44
|
+
*,
|
|
45
|
+
dataset: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo | None = ...,
|
|
46
|
+
) -> None: ...
|
|
47
|
+
def HasField(self, field_name: typing.Literal["dataset", b"dataset"]) -> builtins.bool: ...
|
|
48
|
+
def ClearField(self, field_name: typing.Literal["dataset", b"dataset"]) -> None: ...
|
|
49
|
+
|
|
50
|
+
global___DescribeDatasetResponse = DescribeDatasetResponse
|
|
51
|
+
|
|
52
|
+
@typing.final
|
|
53
|
+
class ValidateDatasetRequest(google.protobuf.message.Message):
|
|
54
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
55
|
+
|
|
56
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
57
|
+
dataset_id: builtins.str
|
|
58
|
+
"""ID of the dataset to validate."""
|
|
59
|
+
def __init__(
|
|
60
|
+
self,
|
|
61
|
+
*,
|
|
62
|
+
dataset_id: builtins.str = ...,
|
|
63
|
+
) -> None: ...
|
|
64
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id"]) -> None: ...
|
|
65
|
+
|
|
66
|
+
global___ValidateDatasetRequest = ValidateDatasetRequest
|
|
67
|
+
|
|
68
|
+
@typing.final
|
|
69
|
+
class ValidateDatasetMetadata(google.protobuf.message.Message):
|
|
70
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
71
|
+
|
|
72
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
73
|
+
VALID_ROWS_FIELD_NUMBER: builtins.int
|
|
74
|
+
PROCESSED_ROWS_FIELD_NUMBER: builtins.int
|
|
75
|
+
dataset_id: builtins.str
|
|
76
|
+
"""ID of the dataset."""
|
|
77
|
+
valid_rows: builtins.int
|
|
78
|
+
"""Count of valid rows among currently processed rows in the dataset."""
|
|
79
|
+
processed_rows: builtins.int
|
|
80
|
+
"""Count of currently processed rows in the dataset."""
|
|
81
|
+
def __init__(
|
|
82
|
+
self,
|
|
83
|
+
*,
|
|
84
|
+
dataset_id: builtins.str = ...,
|
|
85
|
+
valid_rows: builtins.int = ...,
|
|
86
|
+
processed_rows: builtins.int = ...,
|
|
87
|
+
) -> None: ...
|
|
88
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "processed_rows", b"processed_rows", "valid_rows", b"valid_rows"]) -> None: ...
|
|
89
|
+
|
|
90
|
+
global___ValidateDatasetMetadata = ValidateDatasetMetadata
|
|
91
|
+
|
|
92
|
+
@typing.final
|
|
93
|
+
class ValidateDatasetResponse(google.protobuf.message.Message):
|
|
94
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
95
|
+
|
|
96
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
97
|
+
IS_VALID_FIELD_NUMBER: builtins.int
|
|
98
|
+
ERRORS_FIELD_NUMBER: builtins.int
|
|
99
|
+
dataset_id: builtins.str
|
|
100
|
+
"""ID of the dataset."""
|
|
101
|
+
is_valid: builtins.bool
|
|
102
|
+
"""Validity marker."""
|
|
103
|
+
@property
|
|
104
|
+
def errors(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.dataset.v1.dataset_pb2.ValidationError]:
|
|
105
|
+
"""A list of the dataset validation errors."""
|
|
106
|
+
|
|
107
|
+
def __init__(
|
|
108
|
+
self,
|
|
109
|
+
*,
|
|
110
|
+
dataset_id: builtins.str = ...,
|
|
111
|
+
is_valid: builtins.bool = ...,
|
|
112
|
+
errors: collections.abc.Iterable[yandex.cloud.ai.dataset.v1.dataset_pb2.ValidationError] | None = ...,
|
|
113
|
+
) -> None: ...
|
|
114
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "errors", b"errors", "is_valid", b"is_valid"]) -> None: ...
|
|
115
|
+
|
|
116
|
+
global___ValidateDatasetResponse = ValidateDatasetResponse
|
|
117
|
+
|
|
118
|
+
@typing.final
|
|
119
|
+
class DeleteDatasetRequest(google.protobuf.message.Message):
|
|
120
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
121
|
+
|
|
122
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
123
|
+
dataset_id: builtins.str
|
|
124
|
+
"""ID of the dataset to delete."""
|
|
125
|
+
def __init__(
|
|
126
|
+
self,
|
|
127
|
+
*,
|
|
128
|
+
dataset_id: builtins.str = ...,
|
|
129
|
+
) -> None: ...
|
|
130
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id"]) -> None: ...
|
|
131
|
+
|
|
132
|
+
global___DeleteDatasetRequest = DeleteDatasetRequest
|
|
133
|
+
|
|
134
|
+
@typing.final
|
|
135
|
+
class DeleteDatasetResponse(google.protobuf.message.Message):
|
|
136
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
137
|
+
|
|
138
|
+
def __init__(
|
|
139
|
+
self,
|
|
140
|
+
) -> None: ...
|
|
141
|
+
|
|
142
|
+
global___DeleteDatasetResponse = DeleteDatasetResponse
|
|
143
|
+
|
|
144
|
+
@typing.final
|
|
145
|
+
class CreateDatasetRequest(google.protobuf.message.Message):
|
|
146
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
147
|
+
|
|
148
|
+
@typing.final
|
|
149
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
150
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
151
|
+
|
|
152
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
153
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
154
|
+
key: builtins.str
|
|
155
|
+
value: builtins.str
|
|
156
|
+
def __init__(
|
|
157
|
+
self,
|
|
158
|
+
*,
|
|
159
|
+
key: builtins.str = ...,
|
|
160
|
+
value: builtins.str = ...,
|
|
161
|
+
) -> None: ...
|
|
162
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
163
|
+
|
|
164
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
165
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
166
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
167
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
168
|
+
TASK_TYPE_FIELD_NUMBER: builtins.int
|
|
169
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
170
|
+
UPLOAD_FORMAT_FIELD_NUMBER: builtins.int
|
|
171
|
+
name: builtins.str
|
|
172
|
+
"""Name of the dataset."""
|
|
173
|
+
folder_id: builtins.str
|
|
174
|
+
"""Folder ID of the dataset."""
|
|
175
|
+
description: builtins.str
|
|
176
|
+
"""Description of the dataset. Optional."""
|
|
177
|
+
metadata: builtins.str
|
|
178
|
+
"""Metadata of the dataset. Optional."""
|
|
179
|
+
task_type: builtins.str
|
|
180
|
+
"""Task type of the dataset."""
|
|
181
|
+
upload_format: builtins.str
|
|
182
|
+
"""Upload format of the dataset.
|
|
183
|
+
The list of supported upload formats can be retrieved via ListUploadFormats method.
|
|
184
|
+
"""
|
|
185
|
+
@property
|
|
186
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
187
|
+
"""Labels of the dataset. Optional."""
|
|
188
|
+
|
|
189
|
+
def __init__(
|
|
190
|
+
self,
|
|
191
|
+
*,
|
|
192
|
+
name: builtins.str = ...,
|
|
193
|
+
folder_id: builtins.str = ...,
|
|
194
|
+
description: builtins.str = ...,
|
|
195
|
+
metadata: builtins.str = ...,
|
|
196
|
+
task_type: builtins.str = ...,
|
|
197
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
198
|
+
upload_format: builtins.str = ...,
|
|
199
|
+
) -> None: ...
|
|
200
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "labels", b"labels", "metadata", b"metadata", "name", b"name", "task_type", b"task_type", "upload_format", b"upload_format"]) -> None: ...
|
|
201
|
+
|
|
202
|
+
global___CreateDatasetRequest = CreateDatasetRequest
|
|
203
|
+
|
|
204
|
+
@typing.final
|
|
205
|
+
class CreateDatasetResponse(google.protobuf.message.Message):
|
|
206
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
207
|
+
|
|
208
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
209
|
+
DATASET_FIELD_NUMBER: builtins.int
|
|
210
|
+
dataset_id: builtins.str
|
|
211
|
+
"""ID of the created dataset."""
|
|
212
|
+
@property
|
|
213
|
+
def dataset(self) -> yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo:
|
|
214
|
+
"""Information about the dataset."""
|
|
215
|
+
|
|
216
|
+
def __init__(
|
|
217
|
+
self,
|
|
218
|
+
*,
|
|
219
|
+
dataset_id: builtins.str = ...,
|
|
220
|
+
dataset: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo | None = ...,
|
|
221
|
+
) -> None: ...
|
|
222
|
+
def HasField(self, field_name: typing.Literal["dataset", b"dataset"]) -> builtins.bool: ...
|
|
223
|
+
def ClearField(self, field_name: typing.Literal["dataset", b"dataset", "dataset_id", b"dataset_id"]) -> None: ...
|
|
224
|
+
|
|
225
|
+
global___CreateDatasetResponse = CreateDatasetResponse
|
|
226
|
+
|
|
227
|
+
@typing.final
|
|
228
|
+
class UpdateDatasetRequest(google.protobuf.message.Message):
|
|
229
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
230
|
+
|
|
231
|
+
@typing.final
|
|
232
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
233
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
234
|
+
|
|
235
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
236
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
237
|
+
key: builtins.str
|
|
238
|
+
value: builtins.str
|
|
239
|
+
def __init__(
|
|
240
|
+
self,
|
|
241
|
+
*,
|
|
242
|
+
key: builtins.str = ...,
|
|
243
|
+
value: builtins.str = ...,
|
|
244
|
+
) -> None: ...
|
|
245
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
246
|
+
|
|
247
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
248
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
249
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
250
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
251
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
252
|
+
dataset_id: builtins.str
|
|
253
|
+
"""ID of the dataset to update."""
|
|
254
|
+
name: builtins.str
|
|
255
|
+
"""Name of the dataset."""
|
|
256
|
+
description: builtins.str
|
|
257
|
+
"""Description of the dataset."""
|
|
258
|
+
@property
|
|
259
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
260
|
+
"""gRPC field mask."""
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
264
|
+
"""Labels of the dataset."""
|
|
265
|
+
|
|
266
|
+
def __init__(
|
|
267
|
+
self,
|
|
268
|
+
*,
|
|
269
|
+
dataset_id: builtins.str = ...,
|
|
270
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
271
|
+
name: builtins.str = ...,
|
|
272
|
+
description: builtins.str = ...,
|
|
273
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
274
|
+
) -> None: ...
|
|
275
|
+
def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
276
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "description", b"description", "labels", b"labels", "name", b"name", "update_mask", b"update_mask"]) -> None: ...
|
|
277
|
+
|
|
278
|
+
global___UpdateDatasetRequest = UpdateDatasetRequest
|
|
279
|
+
|
|
280
|
+
@typing.final
|
|
281
|
+
class UpdateDatasetResponse(google.protobuf.message.Message):
|
|
282
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
283
|
+
|
|
284
|
+
DATASET_FIELD_NUMBER: builtins.int
|
|
285
|
+
@property
|
|
286
|
+
def dataset(self) -> yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo:
|
|
287
|
+
"""Information about updated dataset."""
|
|
288
|
+
|
|
289
|
+
def __init__(
|
|
290
|
+
self,
|
|
291
|
+
*,
|
|
292
|
+
dataset: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo | None = ...,
|
|
293
|
+
) -> None: ...
|
|
294
|
+
def HasField(self, field_name: typing.Literal["dataset", b"dataset"]) -> builtins.bool: ...
|
|
295
|
+
def ClearField(self, field_name: typing.Literal["dataset", b"dataset"]) -> None: ...
|
|
296
|
+
|
|
297
|
+
global___UpdateDatasetResponse = UpdateDatasetResponse
|
|
298
|
+
|
|
299
|
+
@typing.final
|
|
300
|
+
class GetUploadDraftUrlRequest(google.protobuf.message.Message):
|
|
301
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
302
|
+
|
|
303
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
304
|
+
SIZE_BYTES_FIELD_NUMBER: builtins.int
|
|
305
|
+
dataset_id: builtins.str
|
|
306
|
+
"""ID of the dataset to upload."""
|
|
307
|
+
size_bytes: builtins.int
|
|
308
|
+
"""Size in bytes of the dataset to upload."""
|
|
309
|
+
def __init__(
|
|
310
|
+
self,
|
|
311
|
+
*,
|
|
312
|
+
dataset_id: builtins.str = ...,
|
|
313
|
+
size_bytes: builtins.int = ...,
|
|
314
|
+
) -> None: ...
|
|
315
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "size_bytes", b"size_bytes"]) -> None: ...
|
|
316
|
+
|
|
317
|
+
global___GetUploadDraftUrlRequest = GetUploadDraftUrlRequest
|
|
318
|
+
|
|
319
|
+
@typing.final
|
|
320
|
+
class GetUploadDraftUrlResponse(google.protobuf.message.Message):
|
|
321
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
322
|
+
|
|
323
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
324
|
+
UPLOAD_URL_FIELD_NUMBER: builtins.int
|
|
325
|
+
dataset_id: builtins.str
|
|
326
|
+
"""ID of the dataset."""
|
|
327
|
+
upload_url: builtins.str
|
|
328
|
+
"""S3 presigned URL for upload."""
|
|
329
|
+
def __init__(
|
|
330
|
+
self,
|
|
331
|
+
*,
|
|
332
|
+
dataset_id: builtins.str = ...,
|
|
333
|
+
upload_url: builtins.str = ...,
|
|
334
|
+
) -> None: ...
|
|
335
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "upload_url", b"upload_url"]) -> None: ...
|
|
336
|
+
|
|
337
|
+
global___GetUploadDraftUrlResponse = GetUploadDraftUrlResponse
|
|
338
|
+
|
|
339
|
+
@typing.final
|
|
340
|
+
class StartMultipartUploadDraftRequest(google.protobuf.message.Message):
|
|
341
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
342
|
+
|
|
343
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
344
|
+
SIZE_BYTES_FIELD_NUMBER: builtins.int
|
|
345
|
+
PARTS_FIELD_NUMBER: builtins.int
|
|
346
|
+
dataset_id: builtins.str
|
|
347
|
+
"""ID of the dataset to multipart upload."""
|
|
348
|
+
size_bytes: builtins.int
|
|
349
|
+
"""Size in bytes of the dataset to upload."""
|
|
350
|
+
parts: builtins.int
|
|
351
|
+
"""Number of parts in multipart upload. Optional.
|
|
352
|
+
Dataset's part size should be between 5MB and 5GB.
|
|
353
|
+
If not specified will be configured automatically.
|
|
354
|
+
"""
|
|
355
|
+
def __init__(
|
|
356
|
+
self,
|
|
357
|
+
*,
|
|
358
|
+
dataset_id: builtins.str = ...,
|
|
359
|
+
size_bytes: builtins.int = ...,
|
|
360
|
+
parts: builtins.int = ...,
|
|
361
|
+
) -> None: ...
|
|
362
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "parts", b"parts", "size_bytes", b"size_bytes"]) -> None: ...
|
|
363
|
+
|
|
364
|
+
global___StartMultipartUploadDraftRequest = StartMultipartUploadDraftRequest
|
|
365
|
+
|
|
366
|
+
@typing.final
|
|
367
|
+
class StartMultipartUploadDraftResponse(google.protobuf.message.Message):
|
|
368
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
369
|
+
|
|
370
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
371
|
+
MULTIPART_UPLOAD_URLS_FIELD_NUMBER: builtins.int
|
|
372
|
+
dataset_id: builtins.str
|
|
373
|
+
"""ID of the dataset."""
|
|
374
|
+
@property
|
|
375
|
+
def multipart_upload_urls(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
376
|
+
"""List of S3 presigned URLs for multipart upload."""
|
|
377
|
+
|
|
378
|
+
def __init__(
|
|
379
|
+
self,
|
|
380
|
+
*,
|
|
381
|
+
dataset_id: builtins.str = ...,
|
|
382
|
+
multipart_upload_urls: collections.abc.Iterable[builtins.str] | None = ...,
|
|
383
|
+
) -> None: ...
|
|
384
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "multipart_upload_urls", b"multipart_upload_urls"]) -> None: ...
|
|
385
|
+
|
|
386
|
+
global___StartMultipartUploadDraftResponse = StartMultipartUploadDraftResponse
|
|
387
|
+
|
|
388
|
+
@typing.final
|
|
389
|
+
class UploadedPartInfo(google.protobuf.message.Message):
|
|
390
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
391
|
+
|
|
392
|
+
PART_NUM_FIELD_NUMBER: builtins.int
|
|
393
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
394
|
+
part_num: builtins.int
|
|
395
|
+
"""Sequence number of the uploaded part."""
|
|
396
|
+
etag: builtins.str
|
|
397
|
+
"""Etag of the uploaded part."""
|
|
398
|
+
def __init__(
|
|
399
|
+
self,
|
|
400
|
+
*,
|
|
401
|
+
part_num: builtins.int = ...,
|
|
402
|
+
etag: builtins.str = ...,
|
|
403
|
+
) -> None: ...
|
|
404
|
+
def ClearField(self, field_name: typing.Literal["etag", b"etag", "part_num", b"part_num"]) -> None: ...
|
|
405
|
+
|
|
406
|
+
global___UploadedPartInfo = UploadedPartInfo
|
|
407
|
+
|
|
408
|
+
@typing.final
|
|
409
|
+
class FinishMultipartUploadDraftRequest(google.protobuf.message.Message):
|
|
410
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
411
|
+
|
|
412
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
413
|
+
UPLOADED_PARTS_FIELD_NUMBER: builtins.int
|
|
414
|
+
dataset_id: builtins.str
|
|
415
|
+
"""ID of the dataset."""
|
|
416
|
+
@property
|
|
417
|
+
def uploaded_parts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___UploadedPartInfo]:
|
|
418
|
+
"""Information about uploaded parts from S3 API."""
|
|
419
|
+
|
|
420
|
+
def __init__(
|
|
421
|
+
self,
|
|
422
|
+
*,
|
|
423
|
+
dataset_id: builtins.str = ...,
|
|
424
|
+
uploaded_parts: collections.abc.Iterable[global___UploadedPartInfo] | None = ...,
|
|
425
|
+
) -> None: ...
|
|
426
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "uploaded_parts", b"uploaded_parts"]) -> None: ...
|
|
427
|
+
|
|
428
|
+
global___FinishMultipartUploadDraftRequest = FinishMultipartUploadDraftRequest
|
|
429
|
+
|
|
430
|
+
@typing.final
|
|
431
|
+
class FinishMultipartUploadDraftResponse(google.protobuf.message.Message):
|
|
432
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
433
|
+
|
|
434
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
435
|
+
dataset_id: builtins.str
|
|
436
|
+
"""ID of the dataset."""
|
|
437
|
+
def __init__(
|
|
438
|
+
self,
|
|
439
|
+
*,
|
|
440
|
+
dataset_id: builtins.str = ...,
|
|
441
|
+
) -> None: ...
|
|
442
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id"]) -> None: ...
|
|
443
|
+
|
|
444
|
+
global___FinishMultipartUploadDraftResponse = FinishMultipartUploadDraftResponse
|
|
445
|
+
|
|
446
|
+
@typing.final
|
|
447
|
+
class ListDatasetsRequest(google.protobuf.message.Message):
|
|
448
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
449
|
+
|
|
450
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
451
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
452
|
+
DATASET_NAME_PATTERN_FIELD_NUMBER: builtins.int
|
|
453
|
+
folder_id: builtins.str
|
|
454
|
+
"""Folder ID of the datasets to list."""
|
|
455
|
+
status: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType
|
|
456
|
+
"""Status of the datasets to list. Optional."""
|
|
457
|
+
dataset_name_pattern: builtins.str
|
|
458
|
+
"""Name substring of the datasets to list. Optional."""
|
|
459
|
+
def __init__(
|
|
460
|
+
self,
|
|
461
|
+
*,
|
|
462
|
+
folder_id: builtins.str = ...,
|
|
463
|
+
status: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType = ...,
|
|
464
|
+
dataset_name_pattern: builtins.str = ...,
|
|
465
|
+
) -> None: ...
|
|
466
|
+
def ClearField(self, field_name: typing.Literal["dataset_name_pattern", b"dataset_name_pattern", "folder_id", b"folder_id", "status", b"status"]) -> None: ...
|
|
467
|
+
|
|
468
|
+
global___ListDatasetsRequest = ListDatasetsRequest
|
|
469
|
+
|
|
470
|
+
@typing.final
|
|
471
|
+
class ListDatasetsResponse(google.protobuf.message.Message):
|
|
472
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
473
|
+
|
|
474
|
+
DATASETS_FIELD_NUMBER: builtins.int
|
|
475
|
+
@property
|
|
476
|
+
def datasets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo]:
|
|
477
|
+
"""Information about listed datasets."""
|
|
478
|
+
|
|
479
|
+
def __init__(
|
|
480
|
+
self,
|
|
481
|
+
*,
|
|
482
|
+
datasets: collections.abc.Iterable[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo] | None = ...,
|
|
483
|
+
) -> None: ...
|
|
484
|
+
def ClearField(self, field_name: typing.Literal["datasets", b"datasets"]) -> None: ...
|
|
485
|
+
|
|
486
|
+
global___ListDatasetsResponse = ListDatasetsResponse
|
|
487
|
+
|
|
488
|
+
@typing.final
|
|
489
|
+
class ListUploadFormatsRequest(google.protobuf.message.Message):
|
|
490
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
491
|
+
|
|
492
|
+
TASK_TYPE_FIELD_NUMBER: builtins.int
|
|
493
|
+
task_type: builtins.str
|
|
494
|
+
"""Dataset task type to list upload formats."""
|
|
495
|
+
def __init__(
|
|
496
|
+
self,
|
|
497
|
+
*,
|
|
498
|
+
task_type: builtins.str = ...,
|
|
499
|
+
) -> None: ...
|
|
500
|
+
def ClearField(self, field_name: typing.Literal["task_type", b"task_type"]) -> None: ...
|
|
501
|
+
|
|
502
|
+
global___ListUploadFormatsRequest = ListUploadFormatsRequest
|
|
503
|
+
|
|
504
|
+
@typing.final
|
|
505
|
+
class ListUploadFormatsResponse(google.protobuf.message.Message):
|
|
506
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
507
|
+
|
|
508
|
+
FORMATS_FIELD_NUMBER: builtins.int
|
|
509
|
+
@property
|
|
510
|
+
def formats(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
511
|
+
"""List of upload formats for the specified dataset task type."""
|
|
512
|
+
|
|
513
|
+
def __init__(
|
|
514
|
+
self,
|
|
515
|
+
*,
|
|
516
|
+
formats: collections.abc.Iterable[builtins.str] | None = ...,
|
|
517
|
+
) -> None: ...
|
|
518
|
+
def ClearField(self, field_name: typing.Literal["formats", b"formats"]) -> None: ...
|
|
519
|
+
|
|
520
|
+
global___ListUploadFormatsResponse = ListUploadFormatsResponse
|