yandexcloud 0.332.0__py3-none-any.whl → 0.333.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.
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +29 -19
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +104 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +66 -66
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +5 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +50 -38
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +199 -3
- yandex/cloud/backup/v1/backup_service_pb2.py +17 -3
- yandex/cloud/backup/v1/backup_service_pb2.pyi +52 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.py +44 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.pyi +20 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/k8s/v1/cluster_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_pb2.pyi +6 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +74 -63
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +39 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/k8s/v1/maintenance_pb2.py +14 -11
- yandex/cloud/k8s/v1/maintenance_pb2.pyi +36 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.py +47 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.pyi +82 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.py +70 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.pyi +159 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.py +189 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.pyi +90 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +110 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +41 -1
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +128 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +22 -3
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +8 -2
- yandex/cloud/quotamanager/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.py +79 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.pyi +193 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.py +189 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.pyi +90 -0
- yandex/cloud/quotamanager/v1/resource_pb2.py +42 -0
- yandex/cloud/quotamanager/v1/resource_pb2.pyi +31 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.py +24 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/RECORD +51 -33
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.332.0.dist-info → yandexcloud-0.333.0.dist-info}/top_level.txt +0 -0
|
@@ -23,9 +23,11 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from yandex.cloud.ai.assistants.v1.searchindex import search_index_pb2 as yandex_dot_cloud_dot_ai_dot_assistants_dot_v1_dot_searchindex_dot_search__index__pb2
|
|
27
|
+
from yandex.cloud.ai.files.v1 import file_pb2 as yandex_dot_cloud_dot_ai_dot_files_dot_v1_dot_file__pb2
|
|
26
28
|
|
|
27
29
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/ai/assistants/v1/threads/message.proto\x12%yandex.cloud.ai.assistants.v1.threads\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/ai/assistants/v1/threads/message.proto\x12%yandex.cloud.ai.assistants.v1.threads\x1a\x1fgoogle/protobuf/timestamp.proto\x1a<yandex/cloud/ai/assistants/v1/searchindex/search_index.proto\x1a#yandex/cloud/ai/files/v1/file.proto\"\xe5\x04\n\x07Message\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tthread_id\x18\x02 \x01(\t\x12\x12\n\ncreated_by\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x06\x61uthor\x18\x05 \x01(\x0b\x32-.yandex.cloud.ai.assistants.v1.threads.Author\x12J\n\x06labels\x18\x06 \x03(\x0b\x32:.yandex.cloud.ai.assistants.v1.threads.Message.LabelsEntry\x12\x46\n\x07\x63ontent\x18\x07 \x01(\x0b\x32\x35.yandex.cloud.ai.assistants.v1.threads.MessageContent\x12L\n\x06status\x18\x08 \x01(\x0e\x32<.yandex.cloud.ai.assistants.v1.threads.Message.MessageStatus\x12\x42\n\tcitations\x18\t \x03(\x0b\x32/.yandex.cloud.ai.assistants.v1.threads.Citation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"c\n\rMessageStatus\x12\x1e\n\x1aMESSAGE_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tCOMPLETED\x10\x01\x12\r\n\tTRUNCATED\x10\x02\x12\x14\n\x10\x46ILTERED_CONTENT\x10\x03\"U\n\x0eMessageContent\x12\x43\n\x07\x63ontent\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.ai.assistants.v1.threads.ContentPart\"\x93\x02\n\x0bMessageData\x12=\n\x06\x61uthor\x18\x01 \x01(\x0b\x32-.yandex.cloud.ai.assistants.v1.threads.Author\x12N\n\x06labels\x18\x02 \x03(\x0b\x32>.yandex.cloud.ai.assistants.v1.threads.MessageData.LabelsEntry\x12\x46\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x35.yandex.cloud.ai.assistants.v1.threads.MessageContent\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x17\n\x04Text\x12\x0f\n\x07\x63ontent\x18\x01 \x01(\t\"V\n\x0b\x43ontentPart\x12;\n\x04text\x18\x01 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.threads.TextH\x00\x42\n\n\x08PartType\"\"\n\x06\x41uthor\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04role\x18\x02 \x01(\t\"J\n\x08\x43itation\x12>\n\x07sources\x18\x04 \x03(\x0b\x32-.yandex.cloud.ai.assistants.v1.threads.Source\"Y\n\x06Source\x12\x41\n\x05\x63hunk\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.ai.assistants.v1.threads.FileChunkH\x00\x42\x0c\n\nSourceType\"\xd4\x01\n\tFileChunk\x12L\n\x0csearch_index\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.ai.assistants.v1.searchindex.SearchIndex\x12\x33\n\x0bsource_file\x18\x02 \x01(\x0b\x32\x1e.yandex.cloud.ai.files.v1.File\x12\x44\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x33.yandex.cloud.ai.assistants.v1.threads.ChunkContent\"S\n\x0c\x43hunkContent\x12\x43\n\x07\x63ontent\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.ai.assistants.v1.threads.ContentPartB~\n)yandex.cloud.api.ai.assistants.v1.threadsZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1/threads;threadsb\x06proto3')
|
|
29
31
|
|
|
30
32
|
_globals = globals()
|
|
31
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -37,22 +39,30 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
39
|
_globals['_MESSAGE_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
40
|
_globals['_MESSAGEDATA_LABELSENTRY']._loaded_options = None
|
|
39
41
|
_globals['_MESSAGEDATA_LABELSENTRY']._serialized_options = b'8\001'
|
|
40
|
-
_globals['_MESSAGE']._serialized_start=
|
|
41
|
-
_globals['_MESSAGE']._serialized_end=
|
|
42
|
-
_globals['_MESSAGE_LABELSENTRY']._serialized_start=
|
|
43
|
-
_globals['_MESSAGE_LABELSENTRY']._serialized_end=
|
|
44
|
-
_globals['_MESSAGE_MESSAGESTATUS']._serialized_start=
|
|
45
|
-
_globals['_MESSAGE_MESSAGESTATUS']._serialized_end=
|
|
46
|
-
_globals['_MESSAGECONTENT']._serialized_start=
|
|
47
|
-
_globals['_MESSAGECONTENT']._serialized_end=
|
|
48
|
-
_globals['_MESSAGEDATA']._serialized_start=
|
|
49
|
-
_globals['_MESSAGEDATA']._serialized_end=
|
|
50
|
-
_globals['_MESSAGEDATA_LABELSENTRY']._serialized_start=
|
|
51
|
-
_globals['_MESSAGEDATA_LABELSENTRY']._serialized_end=
|
|
52
|
-
_globals['_TEXT']._serialized_start=
|
|
53
|
-
_globals['_TEXT']._serialized_end=
|
|
54
|
-
_globals['_CONTENTPART']._serialized_start=
|
|
55
|
-
_globals['_CONTENTPART']._serialized_end=
|
|
56
|
-
_globals['_AUTHOR']._serialized_start=
|
|
57
|
-
_globals['_AUTHOR']._serialized_end=
|
|
42
|
+
_globals['_MESSAGE']._serialized_start=227
|
|
43
|
+
_globals['_MESSAGE']._serialized_end=840
|
|
44
|
+
_globals['_MESSAGE_LABELSENTRY']._serialized_start=694
|
|
45
|
+
_globals['_MESSAGE_LABELSENTRY']._serialized_end=739
|
|
46
|
+
_globals['_MESSAGE_MESSAGESTATUS']._serialized_start=741
|
|
47
|
+
_globals['_MESSAGE_MESSAGESTATUS']._serialized_end=840
|
|
48
|
+
_globals['_MESSAGECONTENT']._serialized_start=842
|
|
49
|
+
_globals['_MESSAGECONTENT']._serialized_end=927
|
|
50
|
+
_globals['_MESSAGEDATA']._serialized_start=930
|
|
51
|
+
_globals['_MESSAGEDATA']._serialized_end=1205
|
|
52
|
+
_globals['_MESSAGEDATA_LABELSENTRY']._serialized_start=694
|
|
53
|
+
_globals['_MESSAGEDATA_LABELSENTRY']._serialized_end=739
|
|
54
|
+
_globals['_TEXT']._serialized_start=1207
|
|
55
|
+
_globals['_TEXT']._serialized_end=1230
|
|
56
|
+
_globals['_CONTENTPART']._serialized_start=1232
|
|
57
|
+
_globals['_CONTENTPART']._serialized_end=1318
|
|
58
|
+
_globals['_AUTHOR']._serialized_start=1320
|
|
59
|
+
_globals['_AUTHOR']._serialized_end=1354
|
|
60
|
+
_globals['_CITATION']._serialized_start=1356
|
|
61
|
+
_globals['_CITATION']._serialized_end=1430
|
|
62
|
+
_globals['_SOURCE']._serialized_start=1432
|
|
63
|
+
_globals['_SOURCE']._serialized_end=1521
|
|
64
|
+
_globals['_FILECHUNK']._serialized_start=1524
|
|
65
|
+
_globals['_FILECHUNK']._serialized_end=1736
|
|
66
|
+
_globals['_CHUNKCONTENT']._serialized_start=1738
|
|
67
|
+
_globals['_CHUNKCONTENT']._serialized_end=1821
|
|
58
68
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -12,6 +12,8 @@ import google.protobuf.message
|
|
|
12
12
|
import google.protobuf.timestamp_pb2
|
|
13
13
|
import sys
|
|
14
14
|
import typing
|
|
15
|
+
import yandex.cloud.ai.assistants.v1.searchindex.search_index_pb2
|
|
16
|
+
import yandex.cloud.ai.files.v1.file_pb2
|
|
15
17
|
|
|
16
18
|
if sys.version_info >= (3, 10):
|
|
17
19
|
import typing as typing_extensions
|
|
@@ -75,6 +77,7 @@ class Message(google.protobuf.message.Message):
|
|
|
75
77
|
LABELS_FIELD_NUMBER: builtins.int
|
|
76
78
|
CONTENT_FIELD_NUMBER: builtins.int
|
|
77
79
|
STATUS_FIELD_NUMBER: builtins.int
|
|
80
|
+
CITATIONS_FIELD_NUMBER: builtins.int
|
|
78
81
|
id: builtins.str
|
|
79
82
|
"""Unique identifier of the message."""
|
|
80
83
|
thread_id: builtins.str
|
|
@@ -99,6 +102,10 @@ class Message(google.protobuf.message.Message):
|
|
|
99
102
|
def content(self) -> global___MessageContent:
|
|
100
103
|
"""Content of the message."""
|
|
101
104
|
|
|
105
|
+
@property
|
|
106
|
+
def citations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Citation]:
|
|
107
|
+
"""List of citations used to generate the message."""
|
|
108
|
+
|
|
102
109
|
def __init__(
|
|
103
110
|
self,
|
|
104
111
|
*,
|
|
@@ -110,9 +117,10 @@ class Message(google.protobuf.message.Message):
|
|
|
110
117
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
111
118
|
content: global___MessageContent | None = ...,
|
|
112
119
|
status: global___Message.MessageStatus.ValueType = ...,
|
|
120
|
+
citations: collections.abc.Iterable[global___Citation] | None = ...,
|
|
113
121
|
) -> None: ...
|
|
114
122
|
def HasField(self, field_name: typing.Literal["author", b"author", "content", b"content", "created_at", b"created_at"]) -> builtins.bool: ...
|
|
115
|
-
def ClearField(self, field_name: typing.Literal["author", b"author", "content", b"content", "created_at", b"created_at", "created_by", b"created_by", "id", b"id", "labels", b"labels", "status", b"status", "thread_id", b"thread_id"]) -> None: ...
|
|
123
|
+
def ClearField(self, field_name: typing.Literal["author", b"author", "citations", b"citations", "content", b"content", "created_at", b"created_at", "created_by", b"created_by", "id", b"id", "labels", b"labels", "status", b"status", "thread_id", b"thread_id"]) -> None: ...
|
|
116
124
|
|
|
117
125
|
global___Message = Message
|
|
118
126
|
|
|
@@ -248,3 +256,98 @@ class Author(google.protobuf.message.Message):
|
|
|
248
256
|
def ClearField(self, field_name: typing.Literal["id", b"id", "role", b"role"]) -> None: ...
|
|
249
257
|
|
|
250
258
|
global___Author = Author
|
|
259
|
+
|
|
260
|
+
@typing.final
|
|
261
|
+
class Citation(google.protobuf.message.Message):
|
|
262
|
+
"""Represents a citation used for generating a message."""
|
|
263
|
+
|
|
264
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
265
|
+
|
|
266
|
+
SOURCES_FIELD_NUMBER: builtins.int
|
|
267
|
+
@property
|
|
268
|
+
def sources(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Source]:
|
|
269
|
+
"""List of sources for citation."""
|
|
270
|
+
|
|
271
|
+
def __init__(
|
|
272
|
+
self,
|
|
273
|
+
*,
|
|
274
|
+
sources: collections.abc.Iterable[global___Source] | None = ...,
|
|
275
|
+
) -> None: ...
|
|
276
|
+
def ClearField(self, field_name: typing.Literal["sources", b"sources"]) -> None: ...
|
|
277
|
+
|
|
278
|
+
global___Citation = Citation
|
|
279
|
+
|
|
280
|
+
@typing.final
|
|
281
|
+
class Source(google.protobuf.message.Message):
|
|
282
|
+
"""Represents a source used for generating a message citation."""
|
|
283
|
+
|
|
284
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
285
|
+
|
|
286
|
+
CHUNK_FIELD_NUMBER: builtins.int
|
|
287
|
+
@property
|
|
288
|
+
def chunk(self) -> global___FileChunk:
|
|
289
|
+
"""File chunk source."""
|
|
290
|
+
|
|
291
|
+
def __init__(
|
|
292
|
+
self,
|
|
293
|
+
*,
|
|
294
|
+
chunk: global___FileChunk | None = ...,
|
|
295
|
+
) -> None: ...
|
|
296
|
+
def HasField(self, field_name: typing.Literal["SourceType", b"SourceType", "chunk", b"chunk"]) -> builtins.bool: ...
|
|
297
|
+
def ClearField(self, field_name: typing.Literal["SourceType", b"SourceType", "chunk", b"chunk"]) -> None: ...
|
|
298
|
+
def WhichOneof(self, oneof_group: typing.Literal["SourceType", b"SourceType"]) -> typing.Literal["chunk"] | None: ...
|
|
299
|
+
|
|
300
|
+
global___Source = Source
|
|
301
|
+
|
|
302
|
+
@typing.final
|
|
303
|
+
class FileChunk(google.protobuf.message.Message):
|
|
304
|
+
"""FileChunk represents a chunk of a file used as a source."""
|
|
305
|
+
|
|
306
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
307
|
+
|
|
308
|
+
SEARCH_INDEX_FIELD_NUMBER: builtins.int
|
|
309
|
+
SOURCE_FILE_FIELD_NUMBER: builtins.int
|
|
310
|
+
CONTENT_FIELD_NUMBER: builtins.int
|
|
311
|
+
@property
|
|
312
|
+
def search_index(self) -> yandex.cloud.ai.assistants.v1.searchindex.search_index_pb2.SearchIndex:
|
|
313
|
+
"""Search index associated with the file chunk."""
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
def source_file(self) -> yandex.cloud.ai.files.v1.file_pb2.File:
|
|
317
|
+
"""The original file from which the chunk is derived."""
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
def content(self) -> global___ChunkContent:
|
|
321
|
+
"""Content of the file chunk."""
|
|
322
|
+
|
|
323
|
+
def __init__(
|
|
324
|
+
self,
|
|
325
|
+
*,
|
|
326
|
+
search_index: yandex.cloud.ai.assistants.v1.searchindex.search_index_pb2.SearchIndex | None = ...,
|
|
327
|
+
source_file: yandex.cloud.ai.files.v1.file_pb2.File | None = ...,
|
|
328
|
+
content: global___ChunkContent | None = ...,
|
|
329
|
+
) -> None: ...
|
|
330
|
+
def HasField(self, field_name: typing.Literal["content", b"content", "search_index", b"search_index", "source_file", b"source_file"]) -> builtins.bool: ...
|
|
331
|
+
def ClearField(self, field_name: typing.Literal["content", b"content", "search_index", b"search_index", "source_file", b"source_file"]) -> None: ...
|
|
332
|
+
|
|
333
|
+
global___FileChunk = FileChunk
|
|
334
|
+
|
|
335
|
+
@typing.final
|
|
336
|
+
class ChunkContent(google.protobuf.message.Message):
|
|
337
|
+
"""Represents the content of a file chunk."""
|
|
338
|
+
|
|
339
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
340
|
+
|
|
341
|
+
CONTENT_FIELD_NUMBER: builtins.int
|
|
342
|
+
@property
|
|
343
|
+
def content(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ContentPart]:
|
|
344
|
+
"""A list of content parts that make up the chunk."""
|
|
345
|
+
|
|
346
|
+
def __init__(
|
|
347
|
+
self,
|
|
348
|
+
*,
|
|
349
|
+
content: collections.abc.Iterable[global___ContentPart] | None = ...,
|
|
350
|
+
) -> None: ...
|
|
351
|
+
def ClearField(self, field_name: typing.Literal["content", b"content"]) -> None: ...
|
|
352
|
+
|
|
353
|
+
global___ChunkContent = ChunkContent
|
|
@@ -29,7 +29,7 @@ from yandex.cloud.ai.dataset.v1 import dataset_pb2 as yandex_dot_cloud_dot_ai_do
|
|
|
29
29
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
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\"
|
|
32
|
+
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\"m\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\x12\x12\n\ntotal_rows\x18\x04 \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\"\xd5\x02\n\x14\x43reateDatasetRequest\x12\x1a\n\x04name\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x10\n\x08metadata\x18\x04 \x01(\t\x12\x1f\n\ttask_type\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.ai.dataset.v1.CreateDatasetRequest.LabelsEntry\x12#\n\rupload_format\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0e\x61llow_data_log\x18\x08 \x01(\x08\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\"\xcd\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\x12\x18\n\x10task_type_filter\x18\x04 \x01(\t\x12\x11\n\tpage_size\x18\x05 \x01(\x03\x12\x12\n\npage_token\x18\x06 \x01(\t\"j\n\x14ListDatasetsResponse\x12\x39\n\x08\x64\x61tasets\x18\x01 \x03(\x0b\x32\'.yandex.cloud.ai.dataset.v1.DatasetInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"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(\t\"3\n\x18ListUploadSchemasRequest\x12\x17\n\ttask_type\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"]\n\x19ListUploadSchemasResponse\x12@\n\x07schemas\x18\x01 \x03(\x0b\x32/.yandex.cloud.ai.dataset.v1.DatasetUploadSchema\"\x12\n\x10ListTypesRequest\"\"\n\x11ListTypesResponse\x12\r\n\x05types\x18\x01 \x03(\t\"4\n\x18GetDatasetPreviewRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x19GetDatasetPreviewResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x15\n\rpreview_lines\x18\x02 \x03(\t\"2\n\x16GetDownloadUrlsRequest\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"x\n\x17GetDownloadUrlsResponse\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12I\n\rdownload_urls\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.ai.dataset.v1.DatasetFileDownloadUrl\".\n\x18ListOperationsIdsRequest\x12\x12\n\ndataset_id\x18\x01 \x03(\t\"\xd1\x01\n\x19ListOperationsIdsResponse\x12u\n\x1a\x64\x61taset_id_to_operation_id\x18\x01 \x03(\x0b\x32Q.yandex.cloud.ai.dataset.v1.ListOperationsIdsResponse.DatasetIdToOperationIdEntry\x1a=\n\x1b\x44\x61tasetIdToOperationIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x32\x84\x0f\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\x85\x01\n\x11ListUploadFormats\x12\x34.yandex.cloud.ai.dataset.v1.ListUploadFormatsRequest\x1a\x35.yandex.cloud.ai.dataset.v1.ListUploadFormatsResponse\"\x03\x88\x02\x01\x12\x80\x01\n\x11ListUploadSchemas\x12\x34.yandex.cloud.ai.dataset.v1.ListUploadSchemasRequest\x1a\x35.yandex.cloud.ai.dataset.v1.ListUploadSchemasResponse\x12\x80\x01\n\x11GetUploadDraftUrl\x12\x34.yandex.cloud.ai.dataset.v1.GetUploadDraftUrlRequest\x1a\x35.yandex.cloud.ai.dataset.v1.GetUploadDraftUrlResponse\x12z\n\x0fGetDownloadUrls\x12\x32.yandex.cloud.ai.dataset.v1.GetDownloadUrlsRequest\x1a\x33.yandex.cloud.ai.dataset.v1.GetDownloadUrlsResponse\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.FinishMultipartUploadDraftResponse\x12h\n\tListTypes\x12,.yandex.cloud.ai.dataset.v1.ListTypesRequest\x1a-.yandex.cloud.ai.dataset.v1.ListTypesResponse\x12y\n\nGetPreview\x12\x34.yandex.cloud.ai.dataset.v1.GetDatasetPreviewRequest\x1a\x35.yandex.cloud.ai.dataset.v1.GetDatasetPreviewResponse\x12\x80\x01\n\x11ListOperationsIds\x12\x34.yandex.cloud.ai.dataset.v1.ListOperationsIdsRequest\x1a\x35.yandex.cloud.ai.dataset.v1.ListOperationsIdsResponseBe\n\x1eyandex.cloud.api.ai.dataset.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/dataset/v1;fomob\x06proto3')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -94,69 +94,69 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
94
94
|
_globals['_VALIDATEDATASETREQUEST']._serialized_start=398
|
|
95
95
|
_globals['_VALIDATEDATASETREQUEST']._serialized_end=448
|
|
96
96
|
_globals['_VALIDATEDATASETMETADATA']._serialized_start=450
|
|
97
|
-
_globals['_VALIDATEDATASETMETADATA']._serialized_end=
|
|
98
|
-
_globals['_VALIDATEDATASETRESPONSE']._serialized_start=
|
|
99
|
-
_globals['_VALIDATEDATASETRESPONSE']._serialized_end=
|
|
100
|
-
_globals['_DELETEDATASETREQUEST']._serialized_start=
|
|
101
|
-
_globals['_DELETEDATASETREQUEST']._serialized_end=
|
|
102
|
-
_globals['_DELETEDATASETRESPONSE']._serialized_start=
|
|
103
|
-
_globals['_DELETEDATASETRESPONSE']._serialized_end=
|
|
104
|
-
_globals['_CREATEDATASETREQUEST']._serialized_start=
|
|
105
|
-
_globals['_CREATEDATASETREQUEST']._serialized_end=
|
|
106
|
-
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_start=
|
|
107
|
-
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_end=
|
|
108
|
-
_globals['_CREATEDATASETRESPONSE']._serialized_start=
|
|
109
|
-
_globals['_CREATEDATASETRESPONSE']._serialized_end=
|
|
110
|
-
_globals['_UPDATEDATASETREQUEST']._serialized_start=
|
|
111
|
-
_globals['_UPDATEDATASETREQUEST']._serialized_end=
|
|
112
|
-
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_start=
|
|
113
|
-
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_end=
|
|
114
|
-
_globals['_UPDATEDATASETRESPONSE']._serialized_start=
|
|
115
|
-
_globals['_UPDATEDATASETRESPONSE']._serialized_end=
|
|
116
|
-
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_start=
|
|
117
|
-
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_end=
|
|
118
|
-
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_start=
|
|
119
|
-
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_end=
|
|
120
|
-
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=
|
|
121
|
-
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=
|
|
122
|
-
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=
|
|
123
|
-
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=
|
|
124
|
-
_globals['_UPLOADEDPARTINFO']._serialized_start=
|
|
125
|
-
_globals['_UPLOADEDPARTINFO']._serialized_end=
|
|
126
|
-
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=
|
|
127
|
-
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=
|
|
128
|
-
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=
|
|
129
|
-
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=
|
|
130
|
-
_globals['_LISTDATASETSREQUEST']._serialized_start=
|
|
131
|
-
_globals['_LISTDATASETSREQUEST']._serialized_end=
|
|
132
|
-
_globals['_LISTDATASETSRESPONSE']._serialized_start=
|
|
133
|
-
_globals['_LISTDATASETSRESPONSE']._serialized_end=
|
|
134
|
-
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_start=
|
|
135
|
-
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_end=
|
|
136
|
-
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_start=
|
|
137
|
-
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_end=
|
|
138
|
-
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_start=
|
|
139
|
-
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_end=
|
|
140
|
-
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_start=
|
|
141
|
-
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_end=
|
|
142
|
-
_globals['_LISTTYPESREQUEST']._serialized_start=
|
|
143
|
-
_globals['_LISTTYPESREQUEST']._serialized_end=
|
|
144
|
-
_globals['_LISTTYPESRESPONSE']._serialized_start=
|
|
145
|
-
_globals['_LISTTYPESRESPONSE']._serialized_end=
|
|
146
|
-
_globals['_GETDATASETPREVIEWREQUEST']._serialized_start=
|
|
147
|
-
_globals['_GETDATASETPREVIEWREQUEST']._serialized_end=
|
|
148
|
-
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_start=
|
|
149
|
-
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_end=
|
|
150
|
-
_globals['_GETDOWNLOADURLSREQUEST']._serialized_start=
|
|
151
|
-
_globals['_GETDOWNLOADURLSREQUEST']._serialized_end=
|
|
152
|
-
_globals['_GETDOWNLOADURLSRESPONSE']._serialized_start=
|
|
153
|
-
_globals['_GETDOWNLOADURLSRESPONSE']._serialized_end=
|
|
154
|
-
_globals['_LISTOPERATIONSIDSREQUEST']._serialized_start=
|
|
155
|
-
_globals['_LISTOPERATIONSIDSREQUEST']._serialized_end=
|
|
156
|
-
_globals['_LISTOPERATIONSIDSRESPONSE']._serialized_start=
|
|
157
|
-
_globals['_LISTOPERATIONSIDSRESPONSE']._serialized_end=
|
|
158
|
-
_globals['_LISTOPERATIONSIDSRESPONSE_DATASETIDTOOPERATIONIDENTRY']._serialized_start=
|
|
159
|
-
_globals['_LISTOPERATIONSIDSRESPONSE_DATASETIDTOOPERATIONIDENTRY']._serialized_end=
|
|
160
|
-
_globals['_DATASETSERVICE']._serialized_start=
|
|
161
|
-
_globals['_DATASETSERVICE']._serialized_end=
|
|
97
|
+
_globals['_VALIDATEDATASETMETADATA']._serialized_end=559
|
|
98
|
+
_globals['_VALIDATEDATASETRESPONSE']._serialized_start=561
|
|
99
|
+
_globals['_VALIDATEDATASETRESPONSE']._serialized_end=685
|
|
100
|
+
_globals['_DELETEDATASETREQUEST']._serialized_start=687
|
|
101
|
+
_globals['_DELETEDATASETREQUEST']._serialized_end=735
|
|
102
|
+
_globals['_DELETEDATASETRESPONSE']._serialized_start=737
|
|
103
|
+
_globals['_DELETEDATASETRESPONSE']._serialized_end=760
|
|
104
|
+
_globals['_CREATEDATASETREQUEST']._serialized_start=763
|
|
105
|
+
_globals['_CREATEDATASETREQUEST']._serialized_end=1104
|
|
106
|
+
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_start=1059
|
|
107
|
+
_globals['_CREATEDATASETREQUEST_LABELSENTRY']._serialized_end=1104
|
|
108
|
+
_globals['_CREATEDATASETRESPONSE']._serialized_start=1106
|
|
109
|
+
_globals['_CREATEDATASETRESPONSE']._serialized_end=1207
|
|
110
|
+
_globals['_UPDATEDATASETREQUEST']._serialized_start=1210
|
|
111
|
+
_globals['_UPDATEDATASETREQUEST']._serialized_end=1467
|
|
112
|
+
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_start=1059
|
|
113
|
+
_globals['_UPDATEDATASETREQUEST_LABELSENTRY']._serialized_end=1104
|
|
114
|
+
_globals['_UPDATEDATASETRESPONSE']._serialized_start=1469
|
|
115
|
+
_globals['_UPDATEDATASETRESPONSE']._serialized_end=1550
|
|
116
|
+
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_start=1552
|
|
117
|
+
_globals['_GETUPLOADDRAFTURLREQUEST']._serialized_end=1632
|
|
118
|
+
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_start=1634
|
|
119
|
+
_globals['_GETUPLOADDRAFTURLRESPONSE']._serialized_end=1701
|
|
120
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=1703
|
|
121
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=1806
|
|
122
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=1808
|
|
123
|
+
_globals['_STARTMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=1894
|
|
124
|
+
_globals['_UPLOADEDPARTINFO']._serialized_start=1896
|
|
125
|
+
_globals['_UPLOADEDPARTINFO']._serialized_end=1965
|
|
126
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_start=1968
|
|
127
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTREQUEST']._serialized_end=2099
|
|
128
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_start=2101
|
|
129
|
+
_globals['_FINISHMULTIPARTUPLOADDRAFTRESPONSE']._serialized_end=2157
|
|
130
|
+
_globals['_LISTDATASETSREQUEST']._serialized_start=2160
|
|
131
|
+
_globals['_LISTDATASETSREQUEST']._serialized_end=2365
|
|
132
|
+
_globals['_LISTDATASETSRESPONSE']._serialized_start=2367
|
|
133
|
+
_globals['_LISTDATASETSRESPONSE']._serialized_end=2473
|
|
134
|
+
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_start=2475
|
|
135
|
+
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_end=2526
|
|
136
|
+
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_start=2528
|
|
137
|
+
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_end=2572
|
|
138
|
+
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_start=2574
|
|
139
|
+
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_end=2625
|
|
140
|
+
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_start=2627
|
|
141
|
+
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_end=2720
|
|
142
|
+
_globals['_LISTTYPESREQUEST']._serialized_start=2722
|
|
143
|
+
_globals['_LISTTYPESREQUEST']._serialized_end=2740
|
|
144
|
+
_globals['_LISTTYPESRESPONSE']._serialized_start=2742
|
|
145
|
+
_globals['_LISTTYPESRESPONSE']._serialized_end=2776
|
|
146
|
+
_globals['_GETDATASETPREVIEWREQUEST']._serialized_start=2778
|
|
147
|
+
_globals['_GETDATASETPREVIEWREQUEST']._serialized_end=2830
|
|
148
|
+
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_start=2832
|
|
149
|
+
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_end=2902
|
|
150
|
+
_globals['_GETDOWNLOADURLSREQUEST']._serialized_start=2904
|
|
151
|
+
_globals['_GETDOWNLOADURLSREQUEST']._serialized_end=2954
|
|
152
|
+
_globals['_GETDOWNLOADURLSRESPONSE']._serialized_start=2956
|
|
153
|
+
_globals['_GETDOWNLOADURLSRESPONSE']._serialized_end=3076
|
|
154
|
+
_globals['_LISTOPERATIONSIDSREQUEST']._serialized_start=3078
|
|
155
|
+
_globals['_LISTOPERATIONSIDSREQUEST']._serialized_end=3124
|
|
156
|
+
_globals['_LISTOPERATIONSIDSRESPONSE']._serialized_start=3127
|
|
157
|
+
_globals['_LISTOPERATIONSIDSRESPONSE']._serialized_end=3336
|
|
158
|
+
_globals['_LISTOPERATIONSIDSRESPONSE_DATASETIDTOOPERATIONIDENTRY']._serialized_start=3275
|
|
159
|
+
_globals['_LISTOPERATIONSIDSRESPONSE_DATASETIDTOOPERATIONIDENTRY']._serialized_end=3336
|
|
160
|
+
_globals['_DATASETSERVICE']._serialized_start=3339
|
|
161
|
+
_globals['_DATASETSERVICE']._serialized_end=5263
|
|
162
162
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -72,20 +72,24 @@ class ValidateDatasetMetadata(google.protobuf.message.Message):
|
|
|
72
72
|
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
73
73
|
VALID_ROWS_FIELD_NUMBER: builtins.int
|
|
74
74
|
PROCESSED_ROWS_FIELD_NUMBER: builtins.int
|
|
75
|
+
TOTAL_ROWS_FIELD_NUMBER: builtins.int
|
|
75
76
|
dataset_id: builtins.str
|
|
76
77
|
"""ID of the dataset."""
|
|
77
78
|
valid_rows: builtins.int
|
|
78
79
|
"""Count of valid rows among currently processed rows in the dataset."""
|
|
79
80
|
processed_rows: builtins.int
|
|
80
81
|
"""Count of currently processed rows in the dataset."""
|
|
82
|
+
total_rows: builtins.int
|
|
83
|
+
"""Total count of rows in the dataset"""
|
|
81
84
|
def __init__(
|
|
82
85
|
self,
|
|
83
86
|
*,
|
|
84
87
|
dataset_id: builtins.str = ...,
|
|
85
88
|
valid_rows: builtins.int = ...,
|
|
86
89
|
processed_rows: builtins.int = ...,
|
|
90
|
+
total_rows: builtins.int = ...,
|
|
87
91
|
) -> 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: ...
|
|
92
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "processed_rows", b"processed_rows", "total_rows", b"total_rows", "valid_rows", b"valid_rows"]) -> None: ...
|
|
89
93
|
|
|
90
94
|
global___ValidateDatasetMetadata = ValidateDatasetMetadata
|
|
91
95
|
|
|
@@ -32,7 +32,7 @@ from yandex.cloud.ai.tuning.v1 import tuning_schedulers_pb2 as yandex_dot_cloud_
|
|
|
32
32
|
from yandex.cloud.ai.tuning.v1 import tuning_error_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__error__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/ai/tuning/v1/tuning_service.proto\x12\x19yandex.cloud.ai.tuning.v1\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a+yandex/cloud/ai/tuning/v1/tuning_task.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_types.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_optimizers.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_schedulers.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_error.proto\"\x92\x01\n\x12ListTuningsRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\"k\n\x13ListTuningsResponse\x12;\n\x0ctuning_tasks\x18\x01 \x03(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"5\n\x15\x44\x65scribeTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"T\n\x16\x44\x65scribeTuningResponse\x12:\n\x0btuning_task\x18\x01 \x01(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\"3\n\x13\x43\x61ncelTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\".\n\x14\x43\x61ncelTuningResponse\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"\x8c\x01\n\x0eTuningResponse\x12\x16\n\x0etuning_task_id\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x18\n\x10target_model_uri\x18\x05 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x91\x01\n\x0eTuningMetadata\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x13\n\x0btotal_steps\x18\x03 \x01(\x03\x12\x14\n\x0c\x63urrent_step\x18\x04 \x01(\x03\"\x86\x06\n\rTuningRequest\x12\x1c\n\x0e\x62\x61se_model_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12X\n\x0etrain_datasets\x18\x02 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDatasetB\x06\x82\xc8\x31\x02>0\x12U\n\x13validation_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x12\r\n\x04name\x18\xc8\x01 \x01(\t\x12\x14\n\x0b\x64\x65scription\x18\xc9\x01 \x01(\t\x12\x45\n\x06labels\x18\xca\x01 \x03(\x0b\x32\x34.yandex.cloud.ai.tuning.v1.TuningRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x0fWeightedDataset\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06weight\x18\x02 \x01(\x01\x42\x0f\n\rtuning_paramsJ\x04\x08\x04\x10\x64J\x05\x08g\x10\xc8\x01\"\x89\x06\n TextToTextCompletionTuningParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12Y\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Scheduler\x12Y\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMultilabelParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMulticlassParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"-\n\x14GetMetricsUrlRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x15GetMetricsUrlResponse\x12\x10\n\x08load_url\x18\x01 \x01(\t\"*\n\x11GetOptionsRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xaf\x04\n\x12GetOptionsResponse\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x16\n\x0e\x62\x61se_model_uri\x18\x02 \x01(\t\x12P\n\x0etrain_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12U\n\x13validation_datasets\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x42\x0f\n\rtuning_paramsJ\x04\x08\x05\x10\x64\"+\n\x11ListErrorsRequest\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"R\n\x12ListErrorsResponse\x12<\n\x0ctuning_error\x18\x01 \x03(\x0b\x32&.yandex.cloud.ai.tuning.v1.TuningError2\x97\x06\n\rTuningService\x12y\n\x04Tune\x12(.yandex.cloud.ai.tuning.v1.TuningRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x0eTuningMetadata\x12\x0eTuningResponse\x12\x65\n\x04List\x12-.yandex.cloud.ai.tuning.v1.ListTuningsRequest\x1a..yandex.cloud.ai.tuning.v1.ListTuningsResponse\x12o\n\x08\x44\x65scribe\x12\x30.yandex.cloud.ai.tuning.v1.DescribeTuningRequest\x1a\x31.yandex.cloud.ai.tuning.v1.DescribeTuningResponse\x12i\n\x06\x43\x61ncel\x12..yandex.cloud.ai.tuning.v1.CancelTuningRequest\x1a/.yandex.cloud.ai.tuning.v1.CancelTuningResponse\x12r\n\rGetMetricsUrl\x12/.yandex.cloud.ai.tuning.v1.GetMetricsUrlRequest\x1a\x30.yandex.cloud.ai.tuning.v1.GetMetricsUrlResponse\x12i\n\nGetOptions\x12,.yandex.cloud.ai.tuning.v1.GetOptionsRequest\x1a-.yandex.cloud.ai.tuning.v1.GetOptionsResponse\x12i\n\nListErrors\x12,.yandex.cloud.ai.tuning.v1.ListErrorsRequest\x1a-.yandex.cloud.ai.tuning.v1.ListErrorsResponseBc\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/ai/tuning/v1/tuning_service.proto\x12\x19yandex.cloud.ai.tuning.v1\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a+yandex/cloud/ai/tuning/v1/tuning_task.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_types.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_optimizers.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_schedulers.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_error.proto\"\x92\x01\n\x12ListTuningsRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\"k\n\x13ListTuningsResponse\x12;\n\x0ctuning_tasks\x18\x01 \x03(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"5\n\x15\x44\x65scribeTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"T\n\x16\x44\x65scribeTuningResponse\x12:\n\x0btuning_task\x18\x01 \x01(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\"3\n\x13\x43\x61ncelTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\".\n\x14\x43\x61ncelTuningResponse\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"\x8c\x01\n\x0eTuningResponse\x12\x16\n\x0etuning_task_id\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x18\n\x10target_model_uri\x18\x05 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x91\x01\n\x0eTuningMetadata\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x13\n\x0btotal_steps\x18\x03 \x01(\x03\x12\x14\n\x0c\x63urrent_step\x18\x04 \x01(\x03\"\xc0\x07\n\rTuningRequest\x12\x1c\n\x0e\x62\x61se_model_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12X\n\x0etrain_datasets\x18\x02 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDatasetB\x06\x82\xc8\x31\x02>0\x12U\n\x13validation_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x12X\n\x1atext_embedding_pair_params\x18g \x01(\x0b\x32\x32.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParamsH\x00\x12^\n\x1dtext_embedding_triplet_params\x18h \x01(\x0b\x32\x35.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParamsH\x00\x12\r\n\x04name\x18\xc8\x01 \x01(\t\x12\x14\n\x0b\x64\x65scription\x18\xc9\x01 \x01(\t\x12\x45\n\x06labels\x18\xca\x01 \x03(\x0b\x32\x34.yandex.cloud.ai.tuning.v1.TuningRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x0fWeightedDataset\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06weight\x18\x02 \x01(\x01\x42\x0f\n\rtuning_paramsJ\x04\x08\x04\x10\x64J\x05\x08i\x10\xc8\x01\"\x89\x06\n TextToTextCompletionTuningParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12Y\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Scheduler\x12Y\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMultilabelParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMulticlassParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xa1\x06\n\x17TextEmbeddingPairParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12P\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Scheduler\x12P\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xaa\x06\n\x1aTextEmbeddingTripletParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12S\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Scheduler\x12S\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"-\n\x14GetMetricsUrlRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x15GetMetricsUrlResponse\x12\x10\n\x08load_url\x18\x01 \x01(\t\"*\n\x11GetOptionsRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xaf\x04\n\x12GetOptionsResponse\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x16\n\x0e\x62\x61se_model_uri\x18\x02 \x01(\t\x12P\n\x0etrain_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12U\n\x13validation_datasets\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x42\x0f\n\rtuning_paramsJ\x04\x08\x05\x10\x64\"+\n\x11ListErrorsRequest\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"R\n\x12ListErrorsResponse\x12<\n\x0ctuning_error\x18\x01 \x03(\x0b\x32&.yandex.cloud.ai.tuning.v1.TuningError2\x97\x06\n\rTuningService\x12y\n\x04Tune\x12(.yandex.cloud.ai.tuning.v1.TuningRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x0eTuningMetadata\x12\x0eTuningResponse\x12\x65\n\x04List\x12-.yandex.cloud.ai.tuning.v1.ListTuningsRequest\x1a..yandex.cloud.ai.tuning.v1.ListTuningsResponse\x12o\n\x08\x44\x65scribe\x12\x30.yandex.cloud.ai.tuning.v1.DescribeTuningRequest\x1a\x31.yandex.cloud.ai.tuning.v1.DescribeTuningResponse\x12i\n\x06\x43\x61ncel\x12..yandex.cloud.ai.tuning.v1.CancelTuningRequest\x1a/.yandex.cloud.ai.tuning.v1.CancelTuningResponse\x12r\n\rGetMetricsUrl\x12/.yandex.cloud.ai.tuning.v1.GetMetricsUrlRequest\x1a\x30.yandex.cloud.ai.tuning.v1.GetMetricsUrlResponse\x12i\n\nGetOptions\x12,.yandex.cloud.ai.tuning.v1.GetOptionsRequest\x1a-.yandex.cloud.ai.tuning.v1.GetOptionsResponse\x12i\n\nListErrors\x12,.yandex.cloud.ai.tuning.v1.ListErrorsRequest\x1a-.yandex.cloud.ai.tuning.v1.ListErrorsResponseBc\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -77,41 +77,53 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
77
77
|
_globals['_TUNINGMETADATA']._serialized_start=1065
|
|
78
78
|
_globals['_TUNINGMETADATA']._serialized_end=1210
|
|
79
79
|
_globals['_TUNINGREQUEST']._serialized_start=1213
|
|
80
|
-
_globals['_TUNINGREQUEST']._serialized_end=
|
|
81
|
-
_globals['_TUNINGREQUEST_LABELSENTRY']._serialized_start=
|
|
82
|
-
_globals['_TUNINGREQUEST_LABELSENTRY']._serialized_end=
|
|
83
|
-
_globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_start=
|
|
84
|
-
_globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_end=
|
|
85
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_start=
|
|
86
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_end=
|
|
87
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_start=
|
|
88
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_end=
|
|
89
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_start=
|
|
90
|
-
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_end=
|
|
91
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_start=
|
|
92
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_end=
|
|
93
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_start=
|
|
94
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_end=
|
|
95
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_start=
|
|
96
|
-
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_end=
|
|
97
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_start=
|
|
98
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_end=
|
|
99
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_start=
|
|
100
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_end=
|
|
101
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_start=
|
|
102
|
-
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_end=
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
106
|
-
_globals['
|
|
107
|
-
_globals['
|
|
108
|
-
_globals['
|
|
109
|
-
_globals['
|
|
110
|
-
_globals['
|
|
111
|
-
_globals['
|
|
112
|
-
_globals['
|
|
113
|
-
_globals['
|
|
114
|
-
_globals['
|
|
115
|
-
_globals['
|
|
116
|
-
_globals['
|
|
80
|
+
_globals['_TUNINGREQUEST']._serialized_end=2173
|
|
81
|
+
_globals['_TUNINGREQUEST_LABELSENTRY']._serialized_start=2037
|
|
82
|
+
_globals['_TUNINGREQUEST_LABELSENTRY']._serialized_end=2082
|
|
83
|
+
_globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_start=2084
|
|
84
|
+
_globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_end=2143
|
|
85
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_start=2176
|
|
86
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_end=2953
|
|
87
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_start=2601
|
|
88
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_end=2838
|
|
89
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_start=2840
|
|
90
|
+
_globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_end=2919
|
|
91
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_start=2956
|
|
92
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_end=3739
|
|
93
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_start=2601
|
|
94
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_end=2838
|
|
95
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_start=2840
|
|
96
|
+
_globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_end=2919
|
|
97
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_start=3742
|
|
98
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_end=4525
|
|
99
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_start=2601
|
|
100
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_end=2838
|
|
101
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_start=2840
|
|
102
|
+
_globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_end=2919
|
|
103
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS']._serialized_start=4528
|
|
104
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS']._serialized_end=5329
|
|
105
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS_SCHEDULER']._serialized_start=4950
|
|
106
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS_SCHEDULER']._serialized_end=5214
|
|
107
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS_OPTIMIZER']._serialized_start=2840
|
|
108
|
+
_globals['_TEXTEMBEDDINGPAIRPARAMS_OPTIMIZER']._serialized_end=2919
|
|
109
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS']._serialized_start=5332
|
|
110
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS']._serialized_end=6142
|
|
111
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS_SCHEDULER']._serialized_start=4950
|
|
112
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS_SCHEDULER']._serialized_end=5214
|
|
113
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS_OPTIMIZER']._serialized_start=2840
|
|
114
|
+
_globals['_TEXTEMBEDDINGTRIPLETPARAMS_OPTIMIZER']._serialized_end=2919
|
|
115
|
+
_globals['_GETMETRICSURLREQUEST']._serialized_start=6144
|
|
116
|
+
_globals['_GETMETRICSURLREQUEST']._serialized_end=6189
|
|
117
|
+
_globals['_GETMETRICSURLRESPONSE']._serialized_start=6191
|
|
118
|
+
_globals['_GETMETRICSURLRESPONSE']._serialized_end=6232
|
|
119
|
+
_globals['_GETOPTIONSREQUEST']._serialized_start=6234
|
|
120
|
+
_globals['_GETOPTIONSREQUEST']._serialized_end=6276
|
|
121
|
+
_globals['_GETOPTIONSRESPONSE']._serialized_start=6279
|
|
122
|
+
_globals['_GETOPTIONSRESPONSE']._serialized_end=6838
|
|
123
|
+
_globals['_LISTERRORSREQUEST']._serialized_start=6840
|
|
124
|
+
_globals['_LISTERRORSREQUEST']._serialized_end=6883
|
|
125
|
+
_globals['_LISTERRORSRESPONSE']._serialized_start=6885
|
|
126
|
+
_globals['_LISTERRORSRESPONSE']._serialized_end=6967
|
|
127
|
+
_globals['_TUNINGSERVICE']._serialized_start=6970
|
|
128
|
+
_globals['_TUNINGSERVICE']._serialized_end=7761
|
|
117
129
|
# @@protoc_insertion_point(module_scope)
|