yandexcloud 0.326.0__py3-none-any.whl → 0.328.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (106) hide show
  1. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py +21 -9
  2. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +39 -0
  3. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +38 -3
  4. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +24 -3
  5. yandex/cloud/ai/dataset/v1/dataset_pb2.py +10 -8
  6. yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +13 -1
  7. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +45 -39
  8. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +57 -2
  9. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +34 -0
  10. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +20 -0
  11. yandex/cloud/ai/tuning/__init__.py +0 -0
  12. yandex/cloud/ai/tuning/v1/__init__.py +0 -0
  13. yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.py +26 -0
  14. yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.pyi +35 -0
  15. yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.py +4 -0
  16. yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.pyi +17 -0
  17. yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.py +30 -0
  18. yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.pyi +51 -0
  19. yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.py +4 -0
  20. yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.pyi +17 -0
  21. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +101 -0
  22. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +585 -0
  23. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +232 -0
  24. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +127 -0
  25. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +29 -0
  26. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +86 -0
  27. yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.py +4 -0
  28. yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.pyi +17 -0
  29. yandex/cloud/ai/tuning/v1/tuning_types_pb2.py +28 -0
  30. yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +50 -0
  31. yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.py +4 -0
  32. yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.pyi +17 -0
  33. yandex/cloud/cic/v1/private_connection_pb2.py +5 -3
  34. yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
  35. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +41 -41
  36. yandex/cloud/dataproc/v1/cluster_pb2.py +20 -18
  37. yandex/cloud/dataproc/v1/cluster_pb2.pyi +20 -1
  38. yandex/cloud/dataproc/v1/cluster_service_pb2.py +40 -40
  39. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +5 -1
  40. yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +52 -48
  41. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +45 -3
  42. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +54 -54
  43. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +7 -1
  44. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +1 -1
  45. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +2 -2
  46. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.py +8 -8
  47. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +4 -1
  48. yandex/cloud/datatransfer/v1/endpoint/yds_pb2.py +4 -4
  49. yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +4 -1
  50. yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.py +39 -0
  51. yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.pyi +64 -0
  52. yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +67 -0
  53. yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +44 -0
  54. yandex/cloud/marketplace/pim/__init__.py +0 -0
  55. yandex/cloud/marketplace/pim/v1/__init__.py +0 -0
  56. yandex/cloud/marketplace/pim/v1/saas/__init__.py +0 -0
  57. yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.py +41 -0
  58. yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +158 -0
  59. yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.py +4 -0
  60. yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.pyi +17 -0
  61. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +42 -0
  62. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +71 -0
  63. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +101 -0
  64. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +60 -0
  65. yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +81 -0
  66. yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +789 -0
  67. yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.py +4 -0
  68. yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.pyi +17 -0
  69. yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
  70. yandex/cloud/monitoring/v3/widget_pb2.pyi +10 -3
  71. yandex/cloud/searchapi/v2/search_query_pb2.py +8 -6
  72. yandex/cloud/searchapi/v2/search_query_pb2.pyi +24 -1
  73. yandex/cloud/searchapi/v2/search_service_pb2.py +14 -8
  74. yandex/cloud/searchapi/v2/search_service_pb2.pyi +33 -6
  75. yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +64 -0
  76. yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +29 -0
  77. yandex/cloud/serverless/containers/v1/container_pb2.py +44 -40
  78. yandex/cloud/serverless/containers/v1/container_pb2.pyi +51 -2
  79. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  80. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  81. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -6
  82. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +31 -3
  83. yandex/cloud/serverless/functions/v1/function_pb2.py +42 -38
  84. yandex/cloud/serverless/functions/v1/function_pb2.pyi +51 -2
  85. yandex/cloud/serverless/functions/v1/function_service_pb2.py +36 -36
  86. yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +8 -2
  87. yandex/cloud/speechsense/v1/classifier_pb2.py +26 -0
  88. yandex/cloud/speechsense/v1/classifier_pb2.pyi +35 -0
  89. yandex/cloud/speechsense/v1/classifier_pb2_grpc.py +4 -0
  90. yandex/cloud/speechsense/v1/classifier_pb2_grpc.pyi +17 -0
  91. yandex/cloud/speechsense/v1/classifiers_service_pb2.py +34 -0
  92. yandex/cloud/speechsense/v1/classifiers_service_pb2.pyi +48 -0
  93. yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.py +67 -0
  94. yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.pyi +44 -0
  95. yandex/cloud/speechsense/v1/talk_service_pb2.py +28 -28
  96. yandex/cloud/speechsense/v1/talk_service_pb2.pyi +10 -2
  97. yandex/cloud/storage/v1/s3api_pb2.py +21 -1
  98. yandex/cloud/storage/v1/s3api_pb2.pyi +392 -0
  99. yandex/cloud/ydb/v1/database_pb2.py +24 -10
  100. yandex/cloud/ydb/v1/database_pb2.pyi +53 -3
  101. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/METADATA +1 -1
  102. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/RECORD +106 -57
  103. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/AUTHORS +0 -0
  104. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/LICENSE +0 -0
  105. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/WHEEL +0 -0
  106. {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/top_level.txt +0 -0
@@ -84,6 +84,12 @@ class DatasetServiceStub:
84
84
  ]
85
85
  """Finishes multipart upload of the dataset."""
86
86
 
87
+ ListTypes: grpc.UnaryUnaryMultiCallable[
88
+ yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesRequest,
89
+ yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse,
90
+ ]
91
+ """Returns a list of dataset types"""
92
+
87
93
  class DatasetServiceAsyncStub:
88
94
  """A set of methods for managing datasets."""
89
95
 
@@ -149,6 +155,12 @@ class DatasetServiceAsyncStub:
149
155
  ]
150
156
  """Finishes multipart upload of the dataset."""
151
157
 
158
+ ListTypes: grpc.aio.UnaryUnaryMultiCallable[
159
+ yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesRequest,
160
+ yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse,
161
+ ]
162
+ """Returns a list of dataset types"""
163
+
152
164
  class DatasetServiceServicer(metaclass=abc.ABCMeta):
153
165
  """A set of methods for managing datasets."""
154
166
 
@@ -234,4 +246,12 @@ class DatasetServiceServicer(metaclass=abc.ABCMeta):
234
246
  ) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.FinishMultipartUploadDraftResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.FinishMultipartUploadDraftResponse]]:
235
247
  """Finishes multipart upload of the dataset."""
236
248
 
249
+ @abc.abstractmethod
250
+ def ListTypes(
251
+ self,
252
+ request: yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesRequest,
253
+ context: _ServicerContext,
254
+ ) -> typing.Union[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse, collections.abc.Awaitable[yandex.cloud.ai.dataset.v1.dataset_service_pb2.ListTypesResponse]]:
255
+ """Returns a list of dataset types"""
256
+
237
257
  def add_DatasetServiceServicer_to_server(servicer: DatasetServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
File without changes
File without changes
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/ai/tuning/v1/tuning_optimizers.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/ai/tuning/v1/tuning_optimizers.proto\x12\x19yandex.cloud.ai.tuning.v1\"Q\n\x0eOptimizerAdamw\x12\r\n\x05\x62\x65ta1\x18\x01 \x01(\x01\x12\r\n\x05\x62\x65ta2\x18\x02 \x01(\x01\x12\x0b\n\x03\x65ps\x18\x03 \x01(\x01\x12\x14\n\x0cweight_decay\x18\x04 \x01(\x01\x42\x63\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
17
+
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.tuning.v1.tuning_optimizers_pb2', _globals)
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+ DESCRIPTOR._options = None
23
+ DESCRIPTOR._serialized_options = b'\n\035yandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomo'
24
+ _globals['_OPTIMIZERADAMW']._serialized_start=80
25
+ _globals['_OPTIMIZERADAMW']._serialized_end=161
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,35 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.message
9
+ import typing
10
+
11
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
12
+
13
+ @typing.final
14
+ class OptimizerAdamw(google.protobuf.message.Message):
15
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
16
+
17
+ BETA1_FIELD_NUMBER: builtins.int
18
+ BETA2_FIELD_NUMBER: builtins.int
19
+ EPS_FIELD_NUMBER: builtins.int
20
+ WEIGHT_DECAY_FIELD_NUMBER: builtins.int
21
+ beta1: builtins.float
22
+ beta2: builtins.float
23
+ eps: builtins.float
24
+ weight_decay: builtins.float
25
+ def __init__(
26
+ self,
27
+ *,
28
+ beta1: builtins.float = ...,
29
+ beta2: builtins.float = ...,
30
+ eps: builtins.float = ...,
31
+ weight_decay: builtins.float = ...,
32
+ ) -> None: ...
33
+ def ClearField(self, field_name: typing.Literal["beta1", b"beta1", "beta2", b"beta2", "eps", b"eps", "weight_decay", b"weight_decay"]) -> None: ...
34
+
35
+ global___OptimizerAdamw = OptimizerAdamw
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...
@@ -0,0 +1,30 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/ai/tuning/v1/tuning_schedulers.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/ai/tuning/v1/tuning_schedulers.proto\x12\x19yandex.cloud.ai.tuning.v1\"!\n\x0fSchedulerLinear\x12\x0e\n\x06min_lr\x18\x01 \x01(\x01\"\x13\n\x11SchedulerConstant\"!\n\x0fSchedulerCosine\x12\x0e\n\x06min_lr\x18\x01 \x01(\x01\x42\x63\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
17
+
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.tuning.v1.tuning_schedulers_pb2', _globals)
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+ DESCRIPTOR._options = None
23
+ DESCRIPTOR._serialized_options = b'\n\035yandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomo'
24
+ _globals['_SCHEDULERLINEAR']._serialized_start=80
25
+ _globals['_SCHEDULERLINEAR']._serialized_end=113
26
+ _globals['_SCHEDULERCONSTANT']._serialized_start=115
27
+ _globals['_SCHEDULERCONSTANT']._serialized_end=134
28
+ _globals['_SCHEDULERCOSINE']._serialized_start=136
29
+ _globals['_SCHEDULERCOSINE']._serialized_end=169
30
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,51 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.message
9
+ import typing
10
+
11
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
12
+
13
+ @typing.final
14
+ class SchedulerLinear(google.protobuf.message.Message):
15
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
16
+
17
+ MIN_LR_FIELD_NUMBER: builtins.int
18
+ min_lr: builtins.float
19
+ def __init__(
20
+ self,
21
+ *,
22
+ min_lr: builtins.float = ...,
23
+ ) -> None: ...
24
+ def ClearField(self, field_name: typing.Literal["min_lr", b"min_lr"]) -> None: ...
25
+
26
+ global___SchedulerLinear = SchedulerLinear
27
+
28
+ @typing.final
29
+ class SchedulerConstant(google.protobuf.message.Message):
30
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
31
+
32
+ def __init__(
33
+ self,
34
+ ) -> None: ...
35
+
36
+ global___SchedulerConstant = SchedulerConstant
37
+
38
+ @typing.final
39
+ class SchedulerCosine(google.protobuf.message.Message):
40
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
41
+
42
+ MIN_LR_FIELD_NUMBER: builtins.int
43
+ min_lr: builtins.float
44
+ def __init__(
45
+ self,
46
+ *,
47
+ min_lr: builtins.float = ...,
48
+ ) -> None: ...
49
+ def ClearField(self, field_name: typing.Literal["min_lr", b"min_lr"]) -> None: ...
50
+
51
+ global___SchedulerCosine = SchedulerCosine
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...
@@ -0,0 +1,101 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/ai/tuning/v1/tuning_service.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
15
+ from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
16
+ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
17
+ from yandex.cloud.ai.tuning.v1 import tuning_task_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__task__pb2
18
+ from yandex.cloud.ai.tuning.v1 import tuning_types_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__types__pb2
19
+ from yandex.cloud.ai.tuning.v1 import tuning_optimizers_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__optimizers__pb2
20
+ from yandex.cloud.ai.tuning.v1 import tuning_schedulers_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__schedulers__pb2
21
+
22
+
23
+ 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\"T\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\"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\"f\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\"\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\x32\xac\x05\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.GetOptionsResponseBc\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
24
+
25
+ _globals = globals()
26
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
27
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.tuning.v1.tuning_service_pb2', _globals)
28
+ if _descriptor._USE_C_DESCRIPTORS == False:
29
+ DESCRIPTOR._options = None
30
+ DESCRIPTOR._serialized_options = b'\n\035yandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomo'
31
+ _LISTTUNINGSREQUEST.fields_by_name['folder_id']._options = None
32
+ _LISTTUNINGSREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
33
+ _DESCRIBETUNINGREQUEST.fields_by_name['tuning_task_id']._options = None
34
+ _DESCRIBETUNINGREQUEST.fields_by_name['tuning_task_id']._serialized_options = b'\350\3071\001'
35
+ _CANCELTUNINGREQUEST.fields_by_name['tuning_task_id']._options = None
36
+ _CANCELTUNINGREQUEST.fields_by_name['tuning_task_id']._serialized_options = b'\350\3071\001'
37
+ _TUNINGREQUEST_LABELSENTRY._options = None
38
+ _TUNINGREQUEST_LABELSENTRY._serialized_options = b'8\001'
39
+ _TUNINGREQUEST_WEIGHTEDDATASET.fields_by_name['dataset_id']._options = None
40
+ _TUNINGREQUEST_WEIGHTEDDATASET.fields_by_name['dataset_id']._serialized_options = b'\350\3071\001'
41
+ _TUNINGREQUEST.fields_by_name['base_model_uri']._options = None
42
+ _TUNINGREQUEST.fields_by_name['base_model_uri']._serialized_options = b'\350\3071\001'
43
+ _TUNINGREQUEST.fields_by_name['train_datasets']._options = None
44
+ _TUNINGREQUEST.fields_by_name['train_datasets']._serialized_options = b'\202\3101\002>0'
45
+ _GETMETRICSURLREQUEST.fields_by_name['task_id']._options = None
46
+ _GETMETRICSURLREQUEST.fields_by_name['task_id']._serialized_options = b'\350\3071\001'
47
+ _GETOPTIONSREQUEST.fields_by_name['task_id']._options = None
48
+ _GETOPTIONSREQUEST.fields_by_name['task_id']._serialized_options = b'\350\3071\001'
49
+ _TUNINGSERVICE.methods_by_name['Tune']._options = None
50
+ _TUNINGSERVICE.methods_by_name['Tune']._serialized_options = b'\262\322* \n\016TuningMetadata\022\016TuningResponse'
51
+ _globals['_LISTTUNINGSREQUEST']._serialized_start=375
52
+ _globals['_LISTTUNINGSREQUEST']._serialized_end=459
53
+ _globals['_LISTTUNINGSRESPONSE']._serialized_start=461
54
+ _globals['_LISTTUNINGSRESPONSE']._serialized_end=568
55
+ _globals['_DESCRIBETUNINGREQUEST']._serialized_start=570
56
+ _globals['_DESCRIBETUNINGREQUEST']._serialized_end=623
57
+ _globals['_DESCRIBETUNINGRESPONSE']._serialized_start=625
58
+ _globals['_DESCRIBETUNINGRESPONSE']._serialized_end=709
59
+ _globals['_CANCELTUNINGREQUEST']._serialized_start=711
60
+ _globals['_CANCELTUNINGREQUEST']._serialized_end=762
61
+ _globals['_CANCELTUNINGRESPONSE']._serialized_start=764
62
+ _globals['_CANCELTUNINGRESPONSE']._serialized_end=810
63
+ _globals['_TUNINGRESPONSE']._serialized_start=813
64
+ _globals['_TUNINGRESPONSE']._serialized_end=953
65
+ _globals['_TUNINGMETADATA']._serialized_start=955
66
+ _globals['_TUNINGMETADATA']._serialized_end=1057
67
+ _globals['_TUNINGREQUEST']._serialized_start=1060
68
+ _globals['_TUNINGREQUEST']._serialized_end=1834
69
+ _globals['_TUNINGREQUEST_LABELSENTRY']._serialized_start=1698
70
+ _globals['_TUNINGREQUEST_LABELSENTRY']._serialized_end=1743
71
+ _globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_start=1745
72
+ _globals['_TUNINGREQUEST_WEIGHTEDDATASET']._serialized_end=1804
73
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_start=1837
74
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS']._serialized_end=2614
75
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_start=2262
76
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_SCHEDULER']._serialized_end=2499
77
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_start=2501
78
+ _globals['_TEXTTOTEXTCOMPLETIONTUNINGPARAMS_OPTIMIZER']._serialized_end=2580
79
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_start=2617
80
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS']._serialized_end=3400
81
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_start=2262
82
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_SCHEDULER']._serialized_end=2499
83
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_start=2501
84
+ _globals['_TEXTCLASSIFICATIONMULTILABELPARAMS_OPTIMIZER']._serialized_end=2580
85
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_start=3403
86
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS']._serialized_end=4186
87
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_start=2262
88
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_SCHEDULER']._serialized_end=2499
89
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_start=2501
90
+ _globals['_TEXTCLASSIFICATIONMULTICLASSPARAMS_OPTIMIZER']._serialized_end=2580
91
+ _globals['_GETMETRICSURLREQUEST']._serialized_start=4188
92
+ _globals['_GETMETRICSURLREQUEST']._serialized_end=4233
93
+ _globals['_GETMETRICSURLRESPONSE']._serialized_start=4235
94
+ _globals['_GETMETRICSURLRESPONSE']._serialized_end=4276
95
+ _globals['_GETOPTIONSREQUEST']._serialized_start=4278
96
+ _globals['_GETOPTIONSREQUEST']._serialized_end=4320
97
+ _globals['_GETOPTIONSRESPONSE']._serialized_start=4323
98
+ _globals['_GETOPTIONSRESPONSE']._serialized_end=4882
99
+ _globals['_TUNINGSERVICE']._serialized_start=4885
100
+ _globals['_TUNINGSERVICE']._serialized_end=5569
101
+ # @@protoc_insertion_point(module_scope)