yandexcloud 0.329.0__py3-none-any.whl → 0.330.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/searchindex/search_index_service_pb2_grpc.py +3 -3
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +3 -3
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +3 -1
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +21 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +21 -7
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +72 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +89 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +43 -3
- yandex/cloud/ai/files/v1/file_service_pb2.py +3 -3
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +1 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +51 -51
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -2
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/airflow/v1/cluster_pb2.py +28 -26
- yandex/cloud/airflow/v1/cluster_pb2.pyi +12 -2
- yandex/cloud/airflow/v1/cluster_service_pb2.py +26 -26
- yandex/cloud/airflow/v1/cluster_service_pb2.pyi +9 -1
- yandex/cloud/iam/v1/api_key_pb2.py +4 -2
- yandex/cloud/iam/v1/api_key_pb2.pyi +9 -1
- yandex/cloud/iam/v1/api_key_service_pb2.py +27 -23
- yandex/cloud/iam/v1/api_key_service_pb2.pyi +21 -3
- yandex/cloud/lockbox/v1/payload_service_pb2.py +25 -3
- yandex/cloud/lockbox/v1/payload_service_pb2.pyi +79 -0
- yandex/cloud/lockbox/v1/payload_service_pb2_grpc.py +43 -0
- yandex/cloud/lockbox/v1/payload_service_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.py +6 -6
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +18 -18
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +8 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +4 -4
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/monitoring/v3/widget_pb2.py +2 -2
- yandex/cloud/storage/v1/bucket_pb2.py +78 -76
- yandex/cloud/storage/v1/bucket_pb2.pyi +33 -3
- yandex/cloud/storage/v1/bucket_service_pb2.py +26 -26
- yandex/cloud/storage/v1/bucket_service_pb2.pyi +8 -2
- yandex/cloud/video/v1/channel_service_pb2.py +23 -23
- yandex/cloud/video/v1/episode_service_pb2.py +7 -7
- yandex/cloud/video/v1/playlist_service_pb2.py +29 -29
- yandex/cloud/video/v1/stream_line_service_pb2.py +43 -43
- yandex/cloud/video/v1/stream_service_pb2.py +21 -21
- yandex/cloud/video/v1/subtitle_service_pb2.py +23 -21
- yandex/cloud/video/v1/thumbnail_service_pb2.py +11 -11
- yandex/cloud/video/v1/video_service_pb2.py +31 -31
- yandexcloud/__init__.py +1 -1
- yandexcloud/_auth_fabric.py +1 -2
- yandexcloud/_auth_plugin.py +1 -1
- yandexcloud/_helpers.py +0 -1
- yandexcloud/_wrappers/dataproc/__init__.py +1 -3
- yandexcloud/operations.py +1 -1
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/AUTHORS +1 -1
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/METADATA +2 -2
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/RECORD +57 -57
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.329.0.dist-info → yandexcloud-0.330.0.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class SearchIndexServiceStub(object):
|
|
31
|
-
"""
|
|
31
|
+
"""SearchIndexService provides operations for managing search indexes.
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def __init__(self, channel):
|
|
@@ -65,7 +65,7 @@ class SearchIndexServiceStub(object):
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
class SearchIndexServiceServicer(object):
|
|
68
|
-
"""
|
|
68
|
+
"""SearchIndexService provides operations for managing search indexes.
|
|
69
69
|
"""
|
|
70
70
|
|
|
71
71
|
def Create(self, request, context):
|
|
@@ -140,7 +140,7 @@ def add_SearchIndexServiceServicer_to_server(servicer, server):
|
|
|
140
140
|
|
|
141
141
|
# This class is part of an EXPERIMENTAL API.
|
|
142
142
|
class SearchIndexService(object):
|
|
143
|
-
"""
|
|
143
|
+
"""SearchIndexService provides operations for managing search indexes.
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
@staticmethod
|
|
@@ -20,7 +20,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class SearchIndexServiceStub:
|
|
23
|
-
"""
|
|
23
|
+
"""SearchIndexService provides operations for managing search indexes."""
|
|
24
24
|
|
|
25
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
26
|
Create: grpc.UnaryUnaryMultiCallable[
|
|
@@ -54,7 +54,7 @@ class SearchIndexServiceStub:
|
|
|
54
54
|
"""List search indexes in a specific folder."""
|
|
55
55
|
|
|
56
56
|
class SearchIndexServiceAsyncStub:
|
|
57
|
-
"""
|
|
57
|
+
"""SearchIndexService provides operations for managing search indexes."""
|
|
58
58
|
|
|
59
59
|
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
60
60
|
yandex.cloud.ai.assistants.v1.searchindex.search_index_service_pb2.CreateSearchIndexRequest,
|
|
@@ -87,7 +87,7 @@ class SearchIndexServiceAsyncStub:
|
|
|
87
87
|
"""List search indexes in a specific folder."""
|
|
88
88
|
|
|
89
89
|
class SearchIndexServiceServicer(metaclass=abc.ABCMeta):
|
|
90
|
-
"""
|
|
90
|
+
"""SearchIndexService provides operations for managing search indexes."""
|
|
91
91
|
|
|
92
92
|
@abc.abstractmethod
|
|
93
93
|
def Create(
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/ai/dataset/v1/dataset.proto\x12\x1ayandex.cloud.ai.dataset.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa5\x05\n\x0b\x44\x61tasetInfo\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x10\n\x08metadata\x18\x05 \x01(\t\x12>\n\x06status\x18\x06 \x01(\x0e\x32..yandex.cloud.ai.dataset.v1.DatasetInfo.Status\x12\x11\n\ttask_type\x18\x07 \x01(\t\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04rows\x18\n \x01(\x03\x12\x12\n\nsize_bytes\x18\x0b \x01(\x03\x12\x19\n\rcreated_by_id\x18\x0c \x01(\tB\x02\x18\x01\x12\x43\n\x06labels\x18\r \x03(\x0b\x32\x33.yandex.cloud.ai.dataset.v1.DatasetInfo.LabelsEntry\x12\x12\n\ncreated_by\x18\x0e \x01(\t\x12\x12\n\nupdated_by\x18\x0f \x01(\t\x12\x45\n\x10validation_error\x18\x15 \x03(\x0b\x32+.yandex.cloud.ai.dataset.v1.ValidationError\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0e\n\nVALIDATING\x10\x02\x12\t\n\x05READY\x10\x03\x12\x0b\n\x07INVALID\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05J\x04\x08\x10\x10\x15\"P\n\x0fValidationError\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x19\n\x11\x65rror_description\x18\x02 \x01(\t\x12\x13\n\x0brow_numbers\x18\x03 \x03(\x03\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/ai/dataset/v1/dataset.proto\x12\x1ayandex.cloud.ai.dataset.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa5\x05\n\x0b\x44\x61tasetInfo\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x10\n\x08metadata\x18\x05 \x01(\t\x12>\n\x06status\x18\x06 \x01(\x0e\x32..yandex.cloud.ai.dataset.v1.DatasetInfo.Status\x12\x11\n\ttask_type\x18\x07 \x01(\t\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04rows\x18\n \x01(\x03\x12\x12\n\nsize_bytes\x18\x0b \x01(\x03\x12\x19\n\rcreated_by_id\x18\x0c \x01(\tB\x02\x18\x01\x12\x43\n\x06labels\x18\r \x03(\x0b\x32\x33.yandex.cloud.ai.dataset.v1.DatasetInfo.LabelsEntry\x12\x12\n\ncreated_by\x18\x0e \x01(\t\x12\x12\n\nupdated_by\x18\x0f \x01(\t\x12\x45\n\x10validation_error\x18\x15 \x03(\x0b\x32+.yandex.cloud.ai.dataset.v1.ValidationError\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0e\n\nVALIDATING\x10\x02\x12\t\n\x05READY\x10\x03\x12\x0b\n\x07INVALID\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05J\x04\x08\x10\x10\x15\"P\n\x0fValidationError\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x19\n\x11\x65rror_description\x18\x02 \x01(\t\x12\x13\n\x0brow_numbers\x18\x03 \x03(\x03\"O\n\x13\x44\x61tasetUploadSchema\x12\x11\n\ttask_type\x18\x01 \x01(\t\x12\x15\n\rupload_format\x18\x02 \x01(\t\x12\x0e\n\x06schema\x18\x03 \x01(\tBe\n\x1eyandex.cloud.api.ai.dataset.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/dataset/v1;fomob\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -45,4 +45,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
45
45
|
_globals['_DATASETINFO_STATUS']._serialized_end=777
|
|
46
46
|
_globals['_VALIDATIONERROR']._serialized_start=785
|
|
47
47
|
_globals['_VALIDATIONERROR']._serialized_end=865
|
|
48
|
+
_globals['_DATASETUPLOADSCHEMA']._serialized_start=867
|
|
49
|
+
_globals['_DATASETUPLOADSCHEMA']._serialized_end=946
|
|
48
50
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -171,3 +171,24 @@ class ValidationError(google.protobuf.message.Message):
|
|
|
171
171
|
def ClearField(self, field_name: typing.Literal["error", b"error", "error_description", b"error_description", "row_numbers", b"row_numbers"]) -> None: ...
|
|
172
172
|
|
|
173
173
|
global___ValidationError = ValidationError
|
|
174
|
+
|
|
175
|
+
@typing.final
|
|
176
|
+
class DatasetUploadSchema(google.protobuf.message.Message):
|
|
177
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
178
|
+
|
|
179
|
+
TASK_TYPE_FIELD_NUMBER: builtins.int
|
|
180
|
+
UPLOAD_FORMAT_FIELD_NUMBER: builtins.int
|
|
181
|
+
SCHEMA_FIELD_NUMBER: builtins.int
|
|
182
|
+
task_type: builtins.str
|
|
183
|
+
upload_format: builtins.str
|
|
184
|
+
schema: builtins.str
|
|
185
|
+
def __init__(
|
|
186
|
+
self,
|
|
187
|
+
*,
|
|
188
|
+
task_type: builtins.str = ...,
|
|
189
|
+
upload_format: builtins.str = ...,
|
|
190
|
+
schema: builtins.str = ...,
|
|
191
|
+
) -> None: ...
|
|
192
|
+
def ClearField(self, field_name: typing.Literal["schema", b"schema", "task_type", b"task_type", "upload_format", b"upload_format"]) -> None: ...
|
|
193
|
+
|
|
194
|
+
global___DatasetUploadSchema = DatasetUploadSchema
|
|
@@ -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\"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\"\xbd\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\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\"\x12\n\x10ListTypesRequest\"\"\n\x11ListTypesResponse\x12\r\n\x05types\x18\x01 \x03(\t2\
|
|
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\"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\"\xbd\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\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(\t2\x85\r\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\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.GetDatasetPreviewResponseBe\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)
|
|
@@ -75,8 +75,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
75
75
|
_globals['_LISTDATASETSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
76
76
|
_globals['_LISTUPLOADFORMATSREQUEST'].fields_by_name['task_type']._loaded_options = None
|
|
77
77
|
_globals['_LISTUPLOADFORMATSREQUEST'].fields_by_name['task_type']._serialized_options = b'\350\3071\001'
|
|
78
|
+
_globals['_LISTUPLOADSCHEMASREQUEST'].fields_by_name['task_type']._loaded_options = None
|
|
79
|
+
_globals['_LISTUPLOADSCHEMASREQUEST'].fields_by_name['task_type']._serialized_options = b'\350\3071\001'
|
|
80
|
+
_globals['_GETDATASETPREVIEWREQUEST'].fields_by_name['dataset_id']._loaded_options = None
|
|
81
|
+
_globals['_GETDATASETPREVIEWREQUEST'].fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
|
|
78
82
|
_globals['_DATASETSERVICE'].methods_by_name['Validate']._loaded_options = None
|
|
79
83
|
_globals['_DATASETSERVICE'].methods_by_name['Validate']._serialized_options = b'\262\322*2\n\027ValidateDatasetMetadata\022\027ValidateDatasetResponse'
|
|
84
|
+
_globals['_DATASETSERVICE'].methods_by_name['ListUploadFormats']._loaded_options = None
|
|
85
|
+
_globals['_DATASETSERVICE'].methods_by_name['ListUploadFormats']._serialized_options = b'\210\002\001'
|
|
80
86
|
_globals['_DESCRIBEDATASETREQUEST']._serialized_start=261
|
|
81
87
|
_globals['_DESCRIBEDATASETREQUEST']._serialized_end=311
|
|
82
88
|
_globals['_DESCRIBEDATASETRESPONSE']._serialized_start=313
|
|
@@ -125,10 +131,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
125
131
|
_globals['_LISTUPLOADFORMATSREQUEST']._serialized_end=2482
|
|
126
132
|
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_start=2484
|
|
127
133
|
_globals['_LISTUPLOADFORMATSRESPONSE']._serialized_end=2528
|
|
128
|
-
_globals['
|
|
129
|
-
_globals['
|
|
130
|
-
_globals['
|
|
131
|
-
_globals['
|
|
132
|
-
_globals['
|
|
133
|
-
_globals['
|
|
134
|
+
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_start=2530
|
|
135
|
+
_globals['_LISTUPLOADSCHEMASREQUEST']._serialized_end=2581
|
|
136
|
+
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_start=2583
|
|
137
|
+
_globals['_LISTUPLOADSCHEMASRESPONSE']._serialized_end=2676
|
|
138
|
+
_globals['_LISTTYPESREQUEST']._serialized_start=2678
|
|
139
|
+
_globals['_LISTTYPESREQUEST']._serialized_end=2696
|
|
140
|
+
_globals['_LISTTYPESRESPONSE']._serialized_start=2698
|
|
141
|
+
_globals['_LISTTYPESRESPONSE']._serialized_end=2732
|
|
142
|
+
_globals['_GETDATASETPREVIEWREQUEST']._serialized_start=2734
|
|
143
|
+
_globals['_GETDATASETPREVIEWREQUEST']._serialized_end=2786
|
|
144
|
+
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_start=2788
|
|
145
|
+
_globals['_GETDATASETPREVIEWRESPONSE']._serialized_end=2858
|
|
146
|
+
_globals['_DATASETSERVICE']._serialized_start=2861
|
|
147
|
+
_globals['_DATASETSERVICE']._serialized_end=4530
|
|
134
148
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -546,6 +546,40 @@ class ListUploadFormatsResponse(google.protobuf.message.Message):
|
|
|
546
546
|
|
|
547
547
|
global___ListUploadFormatsResponse = ListUploadFormatsResponse
|
|
548
548
|
|
|
549
|
+
@typing.final
|
|
550
|
+
class ListUploadSchemasRequest(google.protobuf.message.Message):
|
|
551
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
552
|
+
|
|
553
|
+
TASK_TYPE_FIELD_NUMBER: builtins.int
|
|
554
|
+
task_type: builtins.str
|
|
555
|
+
"""Dataset task type to list schemas."""
|
|
556
|
+
def __init__(
|
|
557
|
+
self,
|
|
558
|
+
*,
|
|
559
|
+
task_type: builtins.str = ...,
|
|
560
|
+
) -> None: ...
|
|
561
|
+
def ClearField(self, field_name: typing.Literal["task_type", b"task_type"]) -> None: ...
|
|
562
|
+
|
|
563
|
+
global___ListUploadSchemasRequest = ListUploadSchemasRequest
|
|
564
|
+
|
|
565
|
+
@typing.final
|
|
566
|
+
class ListUploadSchemasResponse(google.protobuf.message.Message):
|
|
567
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
568
|
+
|
|
569
|
+
SCHEMAS_FIELD_NUMBER: builtins.int
|
|
570
|
+
@property
|
|
571
|
+
def schemas(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetUploadSchema]:
|
|
572
|
+
"""List of dataset schemas for the specified dataset task type."""
|
|
573
|
+
|
|
574
|
+
def __init__(
|
|
575
|
+
self,
|
|
576
|
+
*,
|
|
577
|
+
schemas: collections.abc.Iterable[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetUploadSchema] | None = ...,
|
|
578
|
+
) -> None: ...
|
|
579
|
+
def ClearField(self, field_name: typing.Literal["schemas", b"schemas"]) -> None: ...
|
|
580
|
+
|
|
581
|
+
global___ListUploadSchemasResponse = ListUploadSchemasResponse
|
|
582
|
+
|
|
549
583
|
@typing.final
|
|
550
584
|
class ListTypesRequest(google.protobuf.message.Message):
|
|
551
585
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -573,3 +607,41 @@ class ListTypesResponse(google.protobuf.message.Message):
|
|
|
573
607
|
def ClearField(self, field_name: typing.Literal["types", b"types"]) -> None: ...
|
|
574
608
|
|
|
575
609
|
global___ListTypesResponse = ListTypesResponse
|
|
610
|
+
|
|
611
|
+
@typing.final
|
|
612
|
+
class GetDatasetPreviewRequest(google.protobuf.message.Message):
|
|
613
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
614
|
+
|
|
615
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
616
|
+
dataset_id: builtins.str
|
|
617
|
+
"""ID of the dataset."""
|
|
618
|
+
def __init__(
|
|
619
|
+
self,
|
|
620
|
+
*,
|
|
621
|
+
dataset_id: builtins.str = ...,
|
|
622
|
+
) -> None: ...
|
|
623
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id"]) -> None: ...
|
|
624
|
+
|
|
625
|
+
global___GetDatasetPreviewRequest = GetDatasetPreviewRequest
|
|
626
|
+
|
|
627
|
+
@typing.final
|
|
628
|
+
class GetDatasetPreviewResponse(google.protobuf.message.Message):
|
|
629
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
630
|
+
|
|
631
|
+
DATASET_ID_FIELD_NUMBER: builtins.int
|
|
632
|
+
PREVIEW_LINES_FIELD_NUMBER: builtins.int
|
|
633
|
+
dataset_id: builtins.str
|
|
634
|
+
"""ID of the dataset."""
|
|
635
|
+
@property
|
|
636
|
+
def preview_lines(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
637
|
+
"""List of dataset preview lines"""
|
|
638
|
+
|
|
639
|
+
def __init__(
|
|
640
|
+
self,
|
|
641
|
+
*,
|
|
642
|
+
dataset_id: builtins.str = ...,
|
|
643
|
+
preview_lines: collections.abc.Iterable[builtins.str] | None = ...,
|
|
644
|
+
) -> None: ...
|
|
645
|
+
def ClearField(self, field_name: typing.Literal["dataset_id", b"dataset_id", "preview_lines", b"preview_lines"]) -> None: ...
|
|
646
|
+
|
|
647
|
+
global___GetDatasetPreviewResponse = GetDatasetPreviewResponse
|
|
@@ -71,6 +71,11 @@ class DatasetServiceStub(object):
|
|
|
71
71
|
request_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadFormatsRequest.SerializeToString,
|
|
72
72
|
response_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadFormatsResponse.FromString,
|
|
73
73
|
_registered_method=True)
|
|
74
|
+
self.ListUploadSchemas = channel.unary_unary(
|
|
75
|
+
'/yandex.cloud.ai.dataset.v1.DatasetService/ListUploadSchemas',
|
|
76
|
+
request_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasRequest.SerializeToString,
|
|
77
|
+
response_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasResponse.FromString,
|
|
78
|
+
_registered_method=True)
|
|
74
79
|
self.GetUploadDraftUrl = channel.unary_unary(
|
|
75
80
|
'/yandex.cloud.ai.dataset.v1.DatasetService/GetUploadDraftUrl',
|
|
76
81
|
request_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetUploadDraftUrlRequest.SerializeToString,
|
|
@@ -91,6 +96,11 @@ class DatasetServiceStub(object):
|
|
|
91
96
|
request_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListTypesRequest.SerializeToString,
|
|
92
97
|
response_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListTypesResponse.FromString,
|
|
93
98
|
_registered_method=True)
|
|
99
|
+
self.GetPreview = channel.unary_unary(
|
|
100
|
+
'/yandex.cloud.ai.dataset.v1.DatasetService/GetPreview',
|
|
101
|
+
request_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewRequest.SerializeToString,
|
|
102
|
+
response_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewResponse.FromString,
|
|
103
|
+
_registered_method=True)
|
|
94
104
|
|
|
95
105
|
|
|
96
106
|
class DatasetServiceServicer(object):
|
|
@@ -140,7 +150,14 @@ class DatasetServiceServicer(object):
|
|
|
140
150
|
raise NotImplementedError('Method not implemented!')
|
|
141
151
|
|
|
142
152
|
def ListUploadFormats(self, request, context):
|
|
143
|
-
"""
|
|
153
|
+
"""Deprecated. Use ListUploadSchemas.
|
|
154
|
+
"""
|
|
155
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
156
|
+
context.set_details('Method not implemented!')
|
|
157
|
+
raise NotImplementedError('Method not implemented!')
|
|
158
|
+
|
|
159
|
+
def ListUploadSchemas(self, request, context):
|
|
160
|
+
"""Lists supported dataset upload formats types and schemas for the specified dataset task type.
|
|
144
161
|
"""
|
|
145
162
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
146
163
|
context.set_details('Method not implemented!')
|
|
@@ -175,6 +192,13 @@ class DatasetServiceServicer(object):
|
|
|
175
192
|
context.set_details('Method not implemented!')
|
|
176
193
|
raise NotImplementedError('Method not implemented!')
|
|
177
194
|
|
|
195
|
+
def GetPreview(self, request, context):
|
|
196
|
+
"""Returns a preview of dataset types
|
|
197
|
+
"""
|
|
198
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
199
|
+
context.set_details('Method not implemented!')
|
|
200
|
+
raise NotImplementedError('Method not implemented!')
|
|
201
|
+
|
|
178
202
|
|
|
179
203
|
def add_DatasetServiceServicer_to_server(servicer, server):
|
|
180
204
|
rpc_method_handlers = {
|
|
@@ -213,6 +237,11 @@ def add_DatasetServiceServicer_to_server(servicer, server):
|
|
|
213
237
|
request_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadFormatsRequest.FromString,
|
|
214
238
|
response_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadFormatsResponse.SerializeToString,
|
|
215
239
|
),
|
|
240
|
+
'ListUploadSchemas': grpc.unary_unary_rpc_method_handler(
|
|
241
|
+
servicer.ListUploadSchemas,
|
|
242
|
+
request_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasRequest.FromString,
|
|
243
|
+
response_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasResponse.SerializeToString,
|
|
244
|
+
),
|
|
216
245
|
'GetUploadDraftUrl': grpc.unary_unary_rpc_method_handler(
|
|
217
246
|
servicer.GetUploadDraftUrl,
|
|
218
247
|
request_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetUploadDraftUrlRequest.FromString,
|
|
@@ -233,6 +262,11 @@ def add_DatasetServiceServicer_to_server(servicer, server):
|
|
|
233
262
|
request_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListTypesRequest.FromString,
|
|
234
263
|
response_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListTypesResponse.SerializeToString,
|
|
235
264
|
),
|
|
265
|
+
'GetPreview': grpc.unary_unary_rpc_method_handler(
|
|
266
|
+
servicer.GetPreview,
|
|
267
|
+
request_deserializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewRequest.FromString,
|
|
268
|
+
response_serializer=yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewResponse.SerializeToString,
|
|
269
|
+
),
|
|
236
270
|
}
|
|
237
271
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
238
272
|
'yandex.cloud.ai.dataset.v1.DatasetService', rpc_method_handlers)
|
|
@@ -434,6 +468,33 @@ class DatasetService(object):
|
|
|
434
468
|
metadata,
|
|
435
469
|
_registered_method=True)
|
|
436
470
|
|
|
471
|
+
@staticmethod
|
|
472
|
+
def ListUploadSchemas(request,
|
|
473
|
+
target,
|
|
474
|
+
options=(),
|
|
475
|
+
channel_credentials=None,
|
|
476
|
+
call_credentials=None,
|
|
477
|
+
insecure=False,
|
|
478
|
+
compression=None,
|
|
479
|
+
wait_for_ready=None,
|
|
480
|
+
timeout=None,
|
|
481
|
+
metadata=None):
|
|
482
|
+
return grpc.experimental.unary_unary(
|
|
483
|
+
request,
|
|
484
|
+
target,
|
|
485
|
+
'/yandex.cloud.ai.dataset.v1.DatasetService/ListUploadSchemas',
|
|
486
|
+
yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasRequest.SerializeToString,
|
|
487
|
+
yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.ListUploadSchemasResponse.FromString,
|
|
488
|
+
options,
|
|
489
|
+
channel_credentials,
|
|
490
|
+
insecure,
|
|
491
|
+
call_credentials,
|
|
492
|
+
compression,
|
|
493
|
+
wait_for_ready,
|
|
494
|
+
timeout,
|
|
495
|
+
metadata,
|
|
496
|
+
_registered_method=True)
|
|
497
|
+
|
|
437
498
|
@staticmethod
|
|
438
499
|
def GetUploadDraftUrl(request,
|
|
439
500
|
target,
|
|
@@ -541,3 +602,30 @@ class DatasetService(object):
|
|
|
541
602
|
timeout,
|
|
542
603
|
metadata,
|
|
543
604
|
_registered_method=True)
|
|
605
|
+
|
|
606
|
+
@staticmethod
|
|
607
|
+
def GetPreview(request,
|
|
608
|
+
target,
|
|
609
|
+
options=(),
|
|
610
|
+
channel_credentials=None,
|
|
611
|
+
call_credentials=None,
|
|
612
|
+
insecure=False,
|
|
613
|
+
compression=None,
|
|
614
|
+
wait_for_ready=None,
|
|
615
|
+
timeout=None,
|
|
616
|
+
metadata=None):
|
|
617
|
+
return grpc.experimental.unary_unary(
|
|
618
|
+
request,
|
|
619
|
+
target,
|
|
620
|
+
'/yandex.cloud.ai.dataset.v1.DatasetService/GetPreview',
|
|
621
|
+
yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewRequest.SerializeToString,
|
|
622
|
+
yandex_dot_cloud_dot_ai_dot_dataset_dot_v1_dot_dataset__service__pb2.GetDatasetPreviewResponse.FromString,
|
|
623
|
+
options,
|
|
624
|
+
channel_credentials,
|
|
625
|
+
insecure,
|
|
626
|
+
call_credentials,
|
|
627
|
+
compression,
|
|
628
|
+
wait_for_ready,
|
|
629
|
+
timeout,
|
|
630
|
+
metadata,
|
|
631
|
+
_registered_method=True)
|
|
@@ -62,7 +62,13 @@ class DatasetServiceStub:
|
|
|
62
62
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsRequest,
|
|
63
63
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsResponse,
|
|
64
64
|
]
|
|
65
|
-
"""
|
|
65
|
+
"""Deprecated. Use ListUploadSchemas."""
|
|
66
|
+
|
|
67
|
+
ListUploadSchemas: grpc.UnaryUnaryMultiCallable[
|
|
68
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasRequest,
|
|
69
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasResponse,
|
|
70
|
+
]
|
|
71
|
+
"""Lists supported dataset upload formats types and schemas for the specified dataset task type."""
|
|
66
72
|
|
|
67
73
|
GetUploadDraftUrl: grpc.UnaryUnaryMultiCallable[
|
|
68
74
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetUploadDraftUrlRequest,
|
|
@@ -90,6 +96,12 @@ class DatasetServiceStub:
|
|
|
90
96
|
]
|
|
91
97
|
"""Returns a list of dataset types"""
|
|
92
98
|
|
|
99
|
+
GetPreview: grpc.UnaryUnaryMultiCallable[
|
|
100
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewRequest,
|
|
101
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewResponse,
|
|
102
|
+
]
|
|
103
|
+
"""Returns a preview of dataset types"""
|
|
104
|
+
|
|
93
105
|
class DatasetServiceAsyncStub:
|
|
94
106
|
"""A set of methods for managing datasets."""
|
|
95
107
|
|
|
@@ -133,7 +145,13 @@ class DatasetServiceAsyncStub:
|
|
|
133
145
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsRequest,
|
|
134
146
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsResponse,
|
|
135
147
|
]
|
|
136
|
-
"""
|
|
148
|
+
"""Deprecated. Use ListUploadSchemas."""
|
|
149
|
+
|
|
150
|
+
ListUploadSchemas: grpc.aio.UnaryUnaryMultiCallable[
|
|
151
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasRequest,
|
|
152
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasResponse,
|
|
153
|
+
]
|
|
154
|
+
"""Lists supported dataset upload formats types and schemas for the specified dataset task type."""
|
|
137
155
|
|
|
138
156
|
GetUploadDraftUrl: grpc.aio.UnaryUnaryMultiCallable[
|
|
139
157
|
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetUploadDraftUrlRequest,
|
|
@@ -161,6 +179,12 @@ class DatasetServiceAsyncStub:
|
|
|
161
179
|
]
|
|
162
180
|
"""Returns a list of dataset types"""
|
|
163
181
|
|
|
182
|
+
GetPreview: grpc.aio.UnaryUnaryMultiCallable[
|
|
183
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewRequest,
|
|
184
|
+
yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewResponse,
|
|
185
|
+
]
|
|
186
|
+
"""Returns a preview of dataset types"""
|
|
187
|
+
|
|
164
188
|
class DatasetServiceServicer(metaclass=abc.ABCMeta):
|
|
165
189
|
"""A set of methods for managing datasets."""
|
|
166
190
|
|
|
@@ -218,7 +242,15 @@ class DatasetServiceServicer(metaclass=abc.ABCMeta):
|
|
|
218
242
|
request: yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsRequest,
|
|
219
243
|
context: _ServicerContext,
|
|
220
244
|
) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadFormatsResponse]]:
|
|
221
|
-
"""
|
|
245
|
+
"""Deprecated. Use ListUploadSchemas."""
|
|
246
|
+
|
|
247
|
+
@abc.abstractmethod
|
|
248
|
+
def ListUploadSchemas(
|
|
249
|
+
self,
|
|
250
|
+
request: yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasRequest,
|
|
251
|
+
context: _ServicerContext,
|
|
252
|
+
) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListUploadSchemasResponse]]:
|
|
253
|
+
"""Lists supported dataset upload formats types and schemas for the specified dataset task type."""
|
|
222
254
|
|
|
223
255
|
@abc.abstractmethod
|
|
224
256
|
def GetUploadDraftUrl(
|
|
@@ -254,4 +286,12 @@ class DatasetServiceServicer(metaclass=abc.ABCMeta):
|
|
|
254
286
|
) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse]]:
|
|
255
287
|
"""Returns a list of dataset types"""
|
|
256
288
|
|
|
289
|
+
@abc.abstractmethod
|
|
290
|
+
def GetPreview(
|
|
291
|
+
self,
|
|
292
|
+
request: yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewRequest,
|
|
293
|
+
context: _ServicerContext,
|
|
294
|
+
) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.GetDatasetPreviewResponse]]:
|
|
295
|
+
"""Returns a preview of dataset types"""
|
|
296
|
+
|
|
257
297
|
def add_DatasetServiceServicer_to_server(servicer: DatasetServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -29,7 +29,7 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
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'\n+yandex/cloud/ai/files/v1/file_service.proto\x12\x18yandex.cloud.ai.files.v1\x1a#yandex/cloud/ai/common/common.proto\x1a#yandex/cloud/ai/files/v1/file.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\"\xb6\x02\n\x11\x43reateFileRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tmime_type\x18\x04 \x01(\t\x12\x15\n\x07\x63ontent\x18\x05 \x01(\x0c\x42\x04\xe8\xc7\x31\x01\x12G\n\x06labels\x18\x06 \x03(\x0b\x32\x37.yandex.cloud.ai.files.v1.CreateFileRequest.LabelsEntry\x12\x43\n\x11\x65xpiration_config\x18\x07 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\'\n\x0eGetFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x11GetFileUrlRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"!\n\x12GetFileUrlResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\"\xc1\x02\n\x11UpdateFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x43\n\x11\x65xpiration_config\x18\x05 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x12G\n\x06labels\x18\x06 \x03(\x0b\x32\x37.yandex.cloud.ai.files.v1.UpdateFileRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"*\n\x11\x44\x65leteFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x14\n\x12\x44\x65leteFileResponse\"R\n\x10ListFilesRequest\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\"[\n\x11ListFilesResponse\x12-\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.ai.files.v1.File\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/ai/files/v1/file_service.proto\x12\x18yandex.cloud.ai.files.v1\x1a#yandex/cloud/ai/common/common.proto\x1a#yandex/cloud/ai/files/v1/file.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\"\xb6\x02\n\x11\x43reateFileRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tmime_type\x18\x04 \x01(\t\x12\x15\n\x07\x63ontent\x18\x05 \x01(\x0c\x42\x04\xe8\xc7\x31\x01\x12G\n\x06labels\x18\x06 \x03(\x0b\x32\x37.yandex.cloud.ai.files.v1.CreateFileRequest.LabelsEntry\x12\x43\n\x11\x65xpiration_config\x18\x07 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\'\n\x0eGetFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x11GetFileUrlRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"!\n\x12GetFileUrlResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\"\xc1\x02\n\x11UpdateFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x43\n\x11\x65xpiration_config\x18\x05 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x12G\n\x06labels\x18\x06 \x03(\x0b\x32\x37.yandex.cloud.ai.files.v1.UpdateFileRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"*\n\x11\x44\x65leteFileRequest\x12\x15\n\x07\x66ile_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x14\n\x12\x44\x65leteFileResponse\"R\n\x10ListFilesRequest\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\"[\n\x11ListFilesResponse\x12-\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.ai.files.v1.File\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xfa\x05\n\x0b\x46ileService\x12q\n\x06\x43reate\x12+.yandex.cloud.ai.files.v1.CreateFileRequest\x1a\x1e.yandex.cloud.ai.files.v1.File\"\x1a\x82\xd3\xe4\x93\x02\x14\"\x0f/files/v1/files:\x01*\x12r\n\x03Get\x12(.yandex.cloud.ai.files.v1.GetFileRequest\x1a\x1e.yandex.cloud.ai.files.v1.File\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/files/v1/files/{file_id}\x12\x83\x01\n\x06GetUrl\x12+.yandex.cloud.ai.files.v1.GetFileUrlRequest\x1a,.yandex.cloud.ai.files.v1.GetFileUrlResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/files/v1/files:getUrl\x12{\n\x06Update\x12+.yandex.cloud.ai.files.v1.UpdateFileRequest\x1a\x1e.yandex.cloud.ai.files.v1.File\"$\x82\xd3\xe4\x93\x02\x1e\x32\x19/files/v1/files/{file_id}:\x01*\x12\x86\x01\n\x06\x44\x65lete\x12+.yandex.cloud.ai.files.v1.DeleteFileRequest\x1a,.yandex.cloud.ai.files.v1.DeleteFileResponse\"!\x82\xd3\xe4\x93\x02\x1b*\x19/files/v1/files/{file_id}\x12x\n\x04List\x12*.yandex.cloud.ai.files.v1.ListFilesRequest\x1a+.yandex.cloud.ai.files.v1.ListFilesResponse\"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/files/v1/filesBb\n\x1cyandex.cloud.api.ai.files.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/files/v1;filesb\x06proto3')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -64,7 +64,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
64
64
|
_globals['_FILESERVICE'].methods_by_name['GetUrl']._loaded_options = None
|
|
65
65
|
_globals['_FILESERVICE'].methods_by_name['GetUrl']._serialized_options = b'\202\323\344\223\002\030\022\026/files/v1/files:getUrl'
|
|
66
66
|
_globals['_FILESERVICE'].methods_by_name['Update']._loaded_options = None
|
|
67
|
-
_globals['_FILESERVICE'].methods_by_name['Update']._serialized_options = b'\202\323\344\223\002\
|
|
67
|
+
_globals['_FILESERVICE'].methods_by_name['Update']._serialized_options = b'\202\323\344\223\002\0362\031/files/v1/files/{file_id}:\001*'
|
|
68
68
|
_globals['_FILESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
69
69
|
_globals['_FILESERVICE'].methods_by_name['Delete']._serialized_options = b'\202\323\344\223\002\033*\031/files/v1/files/{file_id}'
|
|
70
70
|
_globals['_FILESERVICE'].methods_by_name['List']._loaded_options = None
|
|
@@ -92,5 +92,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
92
92
|
_globals['_LISTFILESRESPONSE']._serialized_start=1149
|
|
93
93
|
_globals['_LISTFILESRESPONSE']._serialized_end=1240
|
|
94
94
|
_globals['_FILESERVICE']._serialized_start=1243
|
|
95
|
-
_globals['_FILESERVICE']._serialized_end=
|
|
95
|
+
_globals['_FILESERVICE']._serialized_end=2005
|
|
96
96
|
# @@protoc_insertion_point(module_scope)
|
yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi
CHANGED
|
@@ -20,7 +20,7 @@ class TextClassificationRequest(google.protobuf.message.Message):
|
|
|
20
20
|
The names of the classes between which the model will be distributing requests must be specified during model tuning;
|
|
21
21
|
therefore, they are not provided in the request.
|
|
22
22
|
|
|
23
|
-
For examples of usage, see [step-by-step guides](/docs/operations/classifier/additionally-trained).
|
|
23
|
+
For examples of usage, see [step-by-step guides](/docs/foundation-models/operations/classifier/additionally-trained).
|
|
24
24
|
"""
|
|
25
25
|
|
|
26
26
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|