yandexcloud 0.321.0__py3-none-any.whl → 0.323.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/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- 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/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/RECORD +105 -87
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,161 @@
|
|
|
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.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
|
|
16
|
+
if sys.version_info >= (3, 10):
|
|
17
|
+
import typing as typing_extensions
|
|
18
|
+
else:
|
|
19
|
+
import typing_extensions
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
22
|
+
|
|
23
|
+
@typing.final
|
|
24
|
+
class DatasetInfo(google.protobuf.message.Message):
|
|
25
|
+
"""Information about the dataset."""
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
|
+
|
|
29
|
+
class _Status:
|
|
30
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
31
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
32
|
+
|
|
33
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[DatasetInfo._Status.ValueType], builtins.type):
|
|
34
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
35
|
+
STATUS_UNSPECIFIED: DatasetInfo._Status.ValueType # 0
|
|
36
|
+
DRAFT: DatasetInfo._Status.ValueType # 1
|
|
37
|
+
VALIDATING: DatasetInfo._Status.ValueType # 2
|
|
38
|
+
READY: DatasetInfo._Status.ValueType # 3
|
|
39
|
+
INVALID: DatasetInfo._Status.ValueType # 4
|
|
40
|
+
DELETING: DatasetInfo._Status.ValueType # 5
|
|
41
|
+
|
|
42
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper):
|
|
43
|
+
"""Status of the dataset."""
|
|
44
|
+
|
|
45
|
+
STATUS_UNSPECIFIED: DatasetInfo.Status.ValueType # 0
|
|
46
|
+
DRAFT: DatasetInfo.Status.ValueType # 1
|
|
47
|
+
VALIDATING: DatasetInfo.Status.ValueType # 2
|
|
48
|
+
READY: DatasetInfo.Status.ValueType # 3
|
|
49
|
+
INVALID: DatasetInfo.Status.ValueType # 4
|
|
50
|
+
DELETING: DatasetInfo.Status.ValueType # 5
|
|
51
|
+
|
|
52
|
+
@typing.final
|
|
53
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
54
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
55
|
+
|
|
56
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
57
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
58
|
+
key: builtins.str
|
|
59
|
+
value: builtins.str
|
|
60
|
+
def __init__(
|
|
61
|
+
self,
|
|
62
|
+
*,
|
|
63
|
+
key: builtins.str = ...,
|
|
64
|
+
value: builtins.str = ...,
|
|
65
|
+
) -> None: ...
|
|
66
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
67
|
+
|
|
68
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
69
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
70
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
71
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
72
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
73
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
74
|
+
TASK_TYPE_FIELD_NUMBER: builtins.int
|
|
75
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
76
|
+
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
77
|
+
ROWS_FIELD_NUMBER: builtins.int
|
|
78
|
+
SIZE_BYTES_FIELD_NUMBER: builtins.int
|
|
79
|
+
CREATED_BY_ID_FIELD_NUMBER: builtins.int
|
|
80
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
81
|
+
dataset_id: builtins.str
|
|
82
|
+
"""ID of the dataset."""
|
|
83
|
+
folder_id: builtins.str
|
|
84
|
+
"""Folder ID of the dataset."""
|
|
85
|
+
name: builtins.str
|
|
86
|
+
"""Name of the dataset."""
|
|
87
|
+
description: builtins.str
|
|
88
|
+
"""Description of the dataset."""
|
|
89
|
+
metadata: builtins.str
|
|
90
|
+
"""Metadata of the dataset."""
|
|
91
|
+
status: global___DatasetInfo.Status.ValueType
|
|
92
|
+
"""Status of the dataset."""
|
|
93
|
+
task_type: builtins.str
|
|
94
|
+
"""Task type of the dataset."""
|
|
95
|
+
rows: builtins.int
|
|
96
|
+
"""Number of rows in the dataset."""
|
|
97
|
+
size_bytes: builtins.int
|
|
98
|
+
"""Size of the dataset."""
|
|
99
|
+
created_by_id: builtins.str
|
|
100
|
+
"""User ID of the dataset's creator."""
|
|
101
|
+
@property
|
|
102
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
103
|
+
"""Create dataset timestamp."""
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
107
|
+
"""Update dataset timestamp."""
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
111
|
+
"""Labels of the dataset"""
|
|
112
|
+
|
|
113
|
+
def __init__(
|
|
114
|
+
self,
|
|
115
|
+
*,
|
|
116
|
+
dataset_id: builtins.str = ...,
|
|
117
|
+
folder_id: builtins.str = ...,
|
|
118
|
+
name: builtins.str = ...,
|
|
119
|
+
description: builtins.str = ...,
|
|
120
|
+
metadata: builtins.str = ...,
|
|
121
|
+
status: global___DatasetInfo.Status.ValueType = ...,
|
|
122
|
+
task_type: builtins.str = ...,
|
|
123
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
124
|
+
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
125
|
+
rows: builtins.int = ...,
|
|
126
|
+
size_bytes: builtins.int = ...,
|
|
127
|
+
created_by_id: builtins.str = ...,
|
|
128
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
129
|
+
) -> None: ...
|
|
130
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
131
|
+
def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "created_by_id", b"created_by_id", "dataset_id", b"dataset_id", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "metadata", b"metadata", "name", b"name", "rows", b"rows", "size_bytes", b"size_bytes", "status", b"status", "task_type", b"task_type", "updated_at", b"updated_at"]) -> None: ...
|
|
132
|
+
|
|
133
|
+
global___DatasetInfo = DatasetInfo
|
|
134
|
+
|
|
135
|
+
@typing.final
|
|
136
|
+
class ValidationError(google.protobuf.message.Message):
|
|
137
|
+
"""Information about dataset validation error."""
|
|
138
|
+
|
|
139
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
140
|
+
|
|
141
|
+
ERROR_FIELD_NUMBER: builtins.int
|
|
142
|
+
ERROR_DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
143
|
+
ROW_NUMBERS_FIELD_NUMBER: builtins.int
|
|
144
|
+
error: builtins.str
|
|
145
|
+
"""Name of the validation error."""
|
|
146
|
+
error_description: builtins.str
|
|
147
|
+
"""Description of the validation error."""
|
|
148
|
+
@property
|
|
149
|
+
def row_numbers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.int]:
|
|
150
|
+
"""Row numbers in which the error occurred."""
|
|
151
|
+
|
|
152
|
+
def __init__(
|
|
153
|
+
self,
|
|
154
|
+
*,
|
|
155
|
+
error: builtins.str = ...,
|
|
156
|
+
error_description: builtins.str = ...,
|
|
157
|
+
row_numbers: collections.abc.Iterable[builtins.int] | None = ...,
|
|
158
|
+
) -> None: ...
|
|
159
|
+
def ClearField(self, field_name: typing.Literal["error", b"error", "error_description", b"error_description", "row_numbers", b"row_numbers"]) -> None: ...
|
|
160
|
+
|
|
161
|
+
global___ValidationError = ValidationError
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/ai/dataset/v1/dataset_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
15
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
16
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
17
|
+
from yandex.cloud.ai.dataset.v1 import dataset_pb2 as yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__pb2
|
|
18
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/ai/dataset/v1/dataset_service.proto\x12\x1ayandex.cloud.ai.dataset.v1\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a(yandex/cloud/ai/dataset/v1/dataset.proto\x1a google/protobuf/field_mask.proto\"2\n\x16\x44\x65scribeDatasetRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"S\n\x17\x44\x65scribeDatasetResponse\x12\x38\n\x07\x64\x61taset\x18\x01 \x01(\x0b\x32\'.yandex.cloud.ai.dataset.v1.DatasetInfo\"2\n\x16ValidateDatasetRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"Y\n\x17ValidateDatasetMetadata\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x12\n\nvalid_rows\x18\x02 \x01(\x03\x12\x16\n\x0eprocessed_rows\x18\x03 \x01(\x03\"|\n\x17ValidateDatasetResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x10\n\x08is_valid\x18\x02 \x01(\x08\x12;\n\x06\x65rrors\x18\x03 \x03(\x0b\x32+.yandex.cloud.ai.dataset.v1.ValidationError\"0\n\x14\x44\x65leteDatasetRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x17\n\x15\x44\x65leteDatasetResponse\"\x97\x02\n\x14\x43reateDatasetRequest\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x10\n\x08metadata\x18\x04 \x01(\t\x12\x17\n\ttask_type\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12L\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.ai.dataset.v1.CreateDatasetRequest.LabelsEntry\x12\x15\n\rupload_format\x18\x07 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"e\n\x15\x43reateDatasetResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x38\n\x07\x64\x61taset\x18\x02 \x01(\x0b\x32\'.yandex.cloud.ai.dataset.v1.DatasetInfo\"\x81\x02\n\x14UpdateDatasetRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12L\n\x06labels\x18\x05 \x03(\x0b\x32<.yandex.cloud.ai.dataset.v1.UpdateDatasetRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Q\n\x15UpdateDatasetResponse\x12\x38\n\x07\x64\x61taset\x18\x01 \x01(\x0b\x32\'.yandex.cloud.ai.dataset.v1.DatasetInfo\"P\n\x18GetUploadDraftUrlRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsize_bytes\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\"C\n\x19GetUploadDraftUrlResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x12\n\nupload_url\x18\x02 \x01(\t\"g\n StartMultipartUploadDraftRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsize_bytes\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\r\n\x05parts\x18\x03 \x01(\x03\"V\n!StartMultipartUploadDraftResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x1d\n\x15multipart_upload_urls\x18\x02 \x03(\t\"E\n\x10UploadedPartInfo\x12\x1d\n\x08part_num\x18\x01 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31-10000\x12\x12\n\x04\x65tag\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"\x83\x01\n!FinishMultipartUploadDraftRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x44\n\x0euploaded_parts\x18\x02 \x03(\x0b\x32,.yandex.cloud.ai.dataset.v1.UploadedPartInfo\"8\n\"FinishMultipartUploadDraftResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\"\x8c\x01\n\x13ListDatasetsRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12>\n\x06status\x18\x02 \x01(\x0e\x32..yandex.cloud.ai.dataset.v1.DatasetInfo.Status\x12\x1c\n\x14\x64\x61taset_name_pattern\x18\x03 \x01(\t\"Q\n\x14ListDatasetsResponse\x12\x39\n\x08\x64\x61tasets\x18\x01 \x03(\x0b\x32\'.yandex.cloud.ai.dataset.v1.DatasetInfo\"3\n\x18ListUploadFormatsRequest\x12\x17\n\ttask_type\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\",\n\x19ListUploadFormatsResponse\x12\x0f\n\x07\x66ormats\x18\x01 \x03(\t2\x98\n\n\x0e\x44\x61tasetService\x12s\n\x08\x44\x65scribe\x12\x32.yandex.cloud.ai.dataset.v1.DescribeDatasetRequest\x1a\x33.yandex.cloud.ai.dataset.v1.DescribeDatasetResponse\x12\x99\x01\n\x08Validate\x12\x32.yandex.cloud.ai.dataset.v1.ValidateDatasetRequest\x1a!.yandex.cloud.operation.Operation\"6\xb2\xd2*2\n\x17ValidateDatasetMetadata\x12\x17ValidateDatasetResponse\x12m\n\x06\x43reate\x12\x30.yandex.cloud.ai.dataset.v1.CreateDatasetRequest\x1a\x31.yandex.cloud.ai.dataset.v1.CreateDatasetResponse\x12m\n\x06Update\x12\x30.yandex.cloud.ai.dataset.v1.UpdateDatasetRequest\x1a\x31.yandex.cloud.ai.dataset.v1.UpdateDatasetResponse\x12m\n\x06\x44\x65lete\x12\x30.yandex.cloud.ai.dataset.v1.DeleteDatasetRequest\x1a\x31.yandex.cloud.ai.dataset.v1.DeleteDatasetResponse\x12i\n\x04List\x12/.yandex.cloud.ai.dataset.v1.ListDatasetsRequest\x1a\x30.yandex.cloud.ai.dataset.v1.ListDatasetsResponse\x12\x80\x01\n\x11ListUploadFormats\x12\x34.yandex.cloud.ai.dataset.v1.ListUploadFormatsRequest\x1a\x35.yandex.cloud.ai.dataset.v1.ListUploadFormatsResponse\x12\x80\x01\n\x11GetUploadDraftUrl\x12\x34.yandex.cloud.ai.dataset.v1.GetUploadDraftUrlRequest\x1a\x35.yandex.cloud.ai.dataset.v1.GetUploadDraftUrlResponse\x12\x98\x01\n\x19StartMultipartUploadDraft\x12<.yandex.cloud.ai.dataset.v1.StartMultipartUploadDraftRequest\x1a=.yandex.cloud.ai.dataset.v1.StartMultipartUploadDraftResponse\x12\x9b\x01\n\x1a\x46inishMultipartUploadDraft\x12=.yandex.cloud.ai.dataset.v1.FinishMultipartUploadDraftRequest\x1a>.yandex.cloud.ai.dataset.v1.FinishMultipartUploadDraftResponseBe\n\x1eyandex.cloud.api.ai.dataset.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/dataset/v1;fomob\x06proto3')
|
|
22
|
+
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.dataset.v1.dataset_service_pb2', _globals)
|
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
|
+
DESCRIPTOR._options = None
|
|
28
|
+
DESCRIPTOR._serialized_options = b'\n\036yandex.cloud.api.ai.dataset.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/dataset/v1;fomo'
|
|
29
|
+
_DESCRIBEDATASETREQUEST.fields_by_name['dataset_id']._options = None
|
|
30
|
+
_DESCRIBEDATASETREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
31
|
+
_VALIDATEDATASETREQUEST.fields_by_name['dataset_id']._options = None
|
|
32
|
+
_VALIDATEDATASETREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
33
|
+
_DELETEDATASETREQUEST.fields_by_name['dataset_id']._options = None
|
|
34
|
+
_DELETEDATASETREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
35
|
+
_CREATEDATASETREQUEST_LABELSENTRY._options = None
|
|
36
|
+
_CREATEDATASETREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
37
|
+
_CREATEDATASETREQUEST.fields_by_name['name']._options = None
|
|
38
|
+
_CREATEDATASETREQUEST.fields_by_name['name']._serialized_options = b'\350\3071\001'
|
|
39
|
+
_CREATEDATASETREQUEST.fields_by_name['folder_id']._options = None
|
|
40
|
+
_CREATEDATASETREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
41
|
+
_CREATEDATASETREQUEST.fields_by_name['task_type']._options = None
|
|
42
|
+
_CREATEDATASETREQUEST.fields_by_name['task_type']._serialized_options = b'\350\3071\001'
|
|
43
|
+
_UPDATEDATASETREQUEST_LABELSENTRY._options = None
|
|
44
|
+
_UPDATEDATASETREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
45
|
+
_UPDATEDATASETREQUEST.fields_by_name['dataset_id']._options = None
|
|
46
|
+
_UPDATEDATASETREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
47
|
+
_GETUPLOADDRAFTURLREQUEST.fields_by_name['dataset_id']._options = None
|
|
48
|
+
_GETUPLOADDRAFTURLREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
49
|
+
_GETUPLOADDRAFTURLREQUEST.fields_by_name['size_bytes']._options = None
|
|
50
|
+
_GETUPLOADDRAFTURLREQUEST.fields_by_name['size_bytes']._serialized_options = b'\372\3071\002>0'
|
|
51
|
+
_STARTMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['dataset_id']._options = None
|
|
52
|
+
_STARTMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
53
|
+
_STARTMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['size_bytes']._options = None
|
|
54
|
+
_STARTMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['size_bytes']._serialized_options = b'\372\3071\002>0'
|
|
55
|
+
_UPLOADEDPARTINFO.fields_by_name['part_num']._options = None
|
|
56
|
+
_UPLOADEDPARTINFO.fields_by_name['part_num']._serialized_options = b'\372\3071\0071-10000'
|
|
57
|
+
_UPLOADEDPARTINFO.fields_by_name['etag']._options = None
|
|
58
|
+
_UPLOADEDPARTINFO.fields_by_name['etag']._serialized_options = b'\350\3071\001'
|
|
59
|
+
_FINISHMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['dataset_id']._options = None
|
|
60
|
+
_FINISHMULTIPARTUPLOADDRAFTREQUEST.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
61
|
+
_LISTDATASETSREQUEST.fields_by_name['folder_id']._options = None
|
|
62
|
+
_LISTDATASETSREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
63
|
+
_LISTUPLOADFORMATSREQUEST.fields_by_name['task_type']._options = None
|
|
64
|
+
_LISTUPLOADFORMATSREQUEST.fields_by_name['task_type']._serialized_options = b'\350\3071\001'
|
|
65
|
+
_DATASETSERVICE.methods_by_name['Validate']._options = None
|
|
66
|
+
_DATASETSERVICE.methods_by_name['Validate']._serialized_options = b'\262\322*2\n\027ValidateDatasetMetadata\022\027ValidateDatasetResponse'
|
|
67
|
+
_globals['_DESCRIBEDATASETREQUEST']._serialized_start=261
|
|
68
|
+
_globals['_DESCRIBEDATASETREQUEST']._serialized_end=311
|
|
69
|
+
_globals['_DESCRIBEDATASETRESPONSE']._serialized_start=313
|
|
70
|
+
_globals['_DESCRIBEDATASETRESPONSE']._serialized_end=396
|
|
71
|
+
_globals['_VALIDATEDATASETREQUEST']._serialized_start=398
|
|
72
|
+
_globals['_VALIDATEDATASETREQUEST']._serialized_end=448
|
|
73
|
+
_globals['_VALIDATEDATASETMETADATA']._serialized_start=450
|
|
74
|
+
_globals['_VALIDATEDATASETMETADATA']._serialized_end=539
|
|
75
|
+
_globals['_VALIDATEDATASETRESPONSE']._serialized_start=541
|
|
76
|
+
_globals['_VALIDATEDATASETRESPONSE']._serialized_end=665
|
|
77
|
+
_globals['_DELETEDATASETREQUEST']._serialized_start=667
|
|
78
|
+
_globals['_DELETEDATASETREQUEST']._serialized_end=715
|
|
79
|
+
_globals['_DELETEDATASETRESPONSE']._serialized_start=717
|
|
80
|
+
_globals['_DELETEDATASETRESPONSE']._serialized_end=740
|
|
81
|
+
_globals['_CREATEDATASETREQUEST']._serialized_start=743
|
|
82
|
+
_globals['_CREATEDATASETREQUEST']._serialized_end=1022
|
|
83
|
+
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_start=977
|
|
84
|
+
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_end=1022
|
|
85
|
+
_globals['_CREATEDATASETRESPONSE']._serialized_start=1024
|
|
86
|
+
_globals['_CREATEDATASETRESPONSE']._serialized_end=1125
|
|
87
|
+
_globals['_UPDATEDATASETREQUEST']._serialized_start=1128
|
|
88
|
+
_globals['_UPDATEDATASETREQUEST']._serialized_end=1385
|
|
89
|
+
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_start=977
|
|
90
|
+
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_end=1022
|
|
91
|
+
_globals['_UPDATEDATASETRESPONSE']._serialized_start=1387
|
|
92
|
+
_globals['_UPDATEDATASETRESPONSE']._serialized_end=1468
|
|
93
|
+
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_start=1470
|
|
94
|
+
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_end=1550
|
|
95
|
+
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_start=1552
|
|
96
|
+
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_end=1619
|
|
97
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=1621
|
|
98
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=1724
|
|
99
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=1726
|
|
100
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=1812
|
|
101
|
+
_globals['_UPLOADEDPARTINFO']._serialized_start=1814
|
|
102
|
+
_globals['_UPLOADEDPARTINFO']._serialized_end=1883
|
|
103
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=1886
|
|
104
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=2017
|
|
105
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=2019
|
|
106
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=2075
|
|
107
|
+
_globals['_LISTDATASETSREQUEST']._serialized_start=2078
|
|
108
|
+
_globals['_LISTDATASETSREQUEST']._serialized_end=2218
|
|
109
|
+
_globals['_LISTDATASETSRESPONSE']._serialized_start=2220
|
|
110
|
+
_globals['_LISTDATASETSRESPONSE']._serialized_end=2301
|
|
111
|
+
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_start=2303
|
|
112
|
+
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_end=2354
|
|
113
|
+
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_start=2356
|
|
114
|
+
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_end=2400
|
|
115
|
+
_globals['_DATASETSERVICE']._serialized_start=2403
|
|
116
|
+
_globals['_DATASETSERVICE']._serialized_end=3707
|
|
117
|
+
# @@protoc_insertion_point(module_scope)
|