weave-python 0.28.2__py3-none-any.whl → 0.30.3__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.
Files changed (104) hide show
  1. weave/weaveapi/auth/v1/service_pb2.py +194 -98
  2. weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
  3. weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
  4. weave/weaveapi/auth/v1/session_pb2.py +14 -6
  5. weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
  6. weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
  7. weave/weaveapi/auth/v1/usage_pb2.py +18 -14
  8. weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
  9. weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
  10. weave/weaveapi/auth/v1/user_pb2.py +60 -18
  11. weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
  12. weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
  13. weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
  14. weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
  15. weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
  16. weave/weaveapi/generate/v1/generate_pb2.py +32 -6
  17. weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
  18. weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
  19. weave/weaveapi/generate/v1/service_pb2.py +52 -22
  20. weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
  21. weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
  22. weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
  23. weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
  24. weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
  25. weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
  26. weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
  27. weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
  28. weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
  29. weave/weaveapi/llmx/v1/model_pb2.py +56 -20
  30. weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
  31. weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
  32. weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
  33. weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
  34. weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
  35. weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
  36. weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
  37. weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
  38. weave/weaveapi/llmx/v1/service_pb2.py +228 -90
  39. weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
  40. weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
  41. weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
  42. weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
  43. weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
  44. weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
  45. weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
  46. weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
  47. weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
  48. weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
  49. weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
  50. weave/weaveapi/payment/v1/service_pb2.py +264 -98
  51. weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
  52. weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
  53. weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
  54. weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
  55. weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
  56. weave/weaveapi/storage/v1/auth_pb2.py +6 -6
  57. weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
  58. weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
  59. weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
  60. weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
  61. weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
  62. weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
  63. weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
  64. weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
  65. weave/weaveapi/storage/v1/service_pb2.py +96 -36
  66. weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
  67. weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
  68. weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
  69. weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
  70. weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
  71. weave/weaveapi/storage/v1/storage_pb2.py +20 -6
  72. weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
  73. weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
  74. weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
  75. weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
  76. weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
  77. weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
  78. weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
  79. weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
  80. weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
  81. weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
  82. weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
  83. weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
  84. weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
  85. weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
  86. weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
  87. weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
  88. weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
  89. weave/weavesql/llmxdb/capabilities.py +487 -0
  90. weave/weavesql/llmxdb/changes.py +297 -0
  91. weave/weavesql/llmxdb/models.py +594 -0
  92. weave/weavesql/llmxdb/providers.py +348 -0
  93. weave/weavesql/llmxdb/scraper_runs.py +287 -0
  94. weave/weavesql/llmxdb/search.py +721 -0
  95. weave/weavesql/weavedb/dataset.py +75 -0
  96. weave/weavesql/weavedb/models.py +135 -0
  97. weave/weavesql/weavedb/relationships.py +72 -0
  98. weave/weavesql/weavedb/storage.py +113 -0
  99. weave/weavesql/weavedb/synthesizer.py +107 -0
  100. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/METADATA +3 -3
  101. weave_python-0.30.3.dist-info/RECORD +131 -0
  102. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
  103. weave_python-0.28.2.dist-info/RECORD +0 -120
  104. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/licenses/LICENSE +0 -0
@@ -3,31 +3,28 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import builtins
7
- import google.protobuf.descriptor
8
- import google.protobuf.internal.enum_type_wrapper
9
- import google.protobuf.message
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import message as _message
8
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
9
+ import builtins as _builtins
10
10
  import sys
11
- import typing
11
+ import typing as _typing
12
12
 
13
13
  if sys.version_info >= (3, 10):
14
- import typing as typing_extensions
14
+ from typing import TypeAlias as _TypeAlias
15
15
  else:
16
- import typing_extensions
16
+ from typing_extensions import TypeAlias as _TypeAlias
17
17
 
18
- DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
18
+ DESCRIPTOR: _descriptor.FileDescriptor
19
19
 
20
20
  class _RelationshipType:
21
- ValueType = typing.NewType("ValueType", builtins.int)
22
- V: typing_extensions.TypeAlias = ValueType
21
+ ValueType = _typing.NewType("ValueType", _builtins.int)
22
+ V: _TypeAlias = ValueType # noqa: Y015
23
23
 
24
24
  class _RelationshipTypeEnumTypeWrapper(
25
- google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[
26
- _RelationshipType.ValueType
27
- ],
28
- builtins.type,
25
+ _enum_type_wrapper._EnumTypeWrapper[_RelationshipType.ValueType], _builtins.type
29
26
  ):
30
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
27
+ DESCRIPTOR: _descriptor.EnumDescriptor
31
28
  RELATIONSHIP_TYPE_UNSPECIFIED: _RelationshipType.ValueType # 0
32
29
  RELATIONSHIP_TYPE_CONTEXT_FOREIGN_KEY: _RelationshipType.ValueType # 1
33
30
  """Context foreign key preserves relationships during synthetic data generation"""
@@ -58,74 +55,80 @@ RELATIONSHIP_TYPE_MANY_TO_MANY: RelationshipType.ValueType # 5
58
55
  """Many-to-many relationship"""
59
56
  RELATIONSHIP_TYPE_SELF_REFERENCE: RelationshipType.ValueType # 6
60
57
  """Self-referential relationship"""
61
- global___RelationshipType = RelationshipType
58
+ Global___RelationshipType: _TypeAlias = RelationshipType # noqa: Y015
62
59
 
63
- @typing.final
64
- class ColumnRelationship(google.protobuf.message.Message):
60
+ @_typing.final
61
+ class ColumnRelationship(_message.Message):
65
62
  """ColumnRelationship defines a relationship between columns across datasets"""
66
63
 
67
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
64
+ DESCRIPTOR: _descriptor.Descriptor
68
65
 
69
- SOURCE_FIELD_NUMBER: builtins.int
70
- TARGET_FIELD_NUMBER: builtins.int
71
- RELATIONSHIP_TYPE_FIELD_NUMBER: builtins.int
72
- relationship_type: global___RelationshipType.ValueType
66
+ SOURCE_FIELD_NUMBER: _builtins.int
67
+ TARGET_FIELD_NUMBER: _builtins.int
68
+ RELATIONSHIP_TYPE_FIELD_NUMBER: _builtins.int
69
+ relationship_type: Global___RelationshipType.ValueType
73
70
  """Type of relationship"""
74
- @property
75
- def source(self) -> global___ColumnReference:
71
+ @_builtins.property
72
+ def source(self) -> Global___ColumnReference:
76
73
  """Source column reference"""
77
74
 
78
- @property
79
- def target(self) -> global___ColumnReference:
75
+ @_builtins.property
76
+ def target(self) -> Global___ColumnReference:
80
77
  """Target column reference"""
81
78
 
82
79
  def __init__(
83
80
  self,
84
81
  *,
85
- source: global___ColumnReference | None = ...,
86
- target: global___ColumnReference | None = ...,
87
- relationship_type: global___RelationshipType.ValueType = ...,
82
+ source: Global___ColumnReference | None = ...,
83
+ target: Global___ColumnReference | None = ...,
84
+ relationship_type: Global___RelationshipType.ValueType | None = ...,
88
85
  ) -> None: ...
89
- def HasField(
90
- self, field_name: typing.Literal["source", b"source", "target", b"target"]
91
- ) -> builtins.bool: ...
92
- def ClearField(
93
- self,
94
- field_name: typing.Literal[
95
- "relationship_type",
96
- b"relationship_type",
97
- "source",
98
- b"source",
99
- "target",
100
- b"target",
101
- ],
102
- ) -> None: ...
103
-
104
- global___ColumnRelationship = ColumnRelationship
105
-
106
- @typing.final
107
- class ColumnReference(google.protobuf.message.Message):
86
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
87
+ "relationship_type",
88
+ b"relationship_type",
89
+ "source",
90
+ b"source",
91
+ "target",
92
+ b"target",
93
+ ] # noqa: Y015
94
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
95
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
96
+ "relationship_type",
97
+ b"relationship_type",
98
+ "source",
99
+ b"source",
100
+ "target",
101
+ b"target",
102
+ ] # noqa: Y015
103
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
104
+
105
+ Global___ColumnRelationship: _TypeAlias = ColumnRelationship # noqa: Y015
106
+
107
+ @_typing.final
108
+ class ColumnReference(_message.Message):
108
109
  """ColumnReference identifies a specific column in a specific dataset"""
109
110
 
110
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
111
+ DESCRIPTOR: _descriptor.Descriptor
111
112
 
112
- DATASET_ID_FIELD_NUMBER: builtins.int
113
- COLUMN_ID_FIELD_NUMBER: builtins.int
114
- dataset_id: builtins.str
113
+ DATASET_ID_FIELD_NUMBER: _builtins.int
114
+ COLUMN_ID_FIELD_NUMBER: _builtins.int
115
+ dataset_id: _builtins.str
115
116
  """Dataset ID"""
116
- column_id: builtins.str
117
+ column_id: _builtins.str
117
118
  """Column ID"""
118
119
  def __init__(
119
120
  self,
120
121
  *,
121
- dataset_id: builtins.str = ...,
122
- column_id: builtins.str = ...,
122
+ dataset_id: _builtins.str | None = ...,
123
+ column_id: _builtins.str | None = ...,
123
124
  ) -> None: ...
124
- def ClearField(
125
- self,
126
- field_name: typing.Literal[
127
- "column_id", b"column_id", "dataset_id", b"dataset_id"
128
- ],
129
- ) -> None: ...
130
-
131
- global___ColumnReference = ColumnReference
125
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
126
+ "column_id", b"column_id", "dataset_id", b"dataset_id"
127
+ ] # noqa: Y015
128
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
129
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
130
+ "column_id", b"column_id", "dataset_id", b"dataset_id"
131
+ ] # noqa: Y015
132
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
133
+
134
+ Global___ColumnReference: _TypeAlias = ColumnReference # noqa: Y015
@@ -3,18 +3,19 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import abc
7
- import collections.abc
8
- import grpc
9
- import grpc.aio
10
- import typing
6
+ from collections import abc as _abc
7
+ from grpc import aio as _aio
8
+ import abc as _abc_1
9
+ import grpc as _grpc
10
+ import typing as _typing
11
11
 
12
- _T = typing.TypeVar("_T")
12
+ _T = _typing.TypeVar("_T")
13
13
 
14
14
  class _MaybeAsyncIterator(
15
- collections.abc.AsyncIterator[_T],
16
- collections.abc.Iterator[_T],
17
- metaclass=abc.ABCMeta,
15
+ _abc.AsyncIterator[_T], _abc.Iterator[_T], metaclass=_abc_1.ABCMeta
18
16
  ): ...
19
- class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ class _ServicerContext(_grpc.ServicerContext, _aio.ServicerContext): # type: ignore[misc, type-arg]
20
18
  ...
19
+
20
+ GRPC_GENERATED_VERSION: str
21
+ GRPC_VERSION: str
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: weaveapi/synthesize/v1/service.proto
5
- # Protobuf Python Version: 6.32.0
5
+ # Protobuf Python Version: 6.33.5
6
6
  """Generated protocol buffer code."""
7
7
 
8
8
  from google.protobuf import descriptor as _descriptor
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
12
12
  from google.protobuf.internal import builder as _builder
13
13
 
14
14
  _runtime_version.ValidateProtobufRuntimeVersion(
15
- _runtime_version.Domain.PUBLIC, 6, 32, 0, "", "weaveapi/synthesize/v1/service.proto"
15
+ _runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/synthesize/v1/service.proto"
16
16
  )
17
17
  # @@protoc_insertion_point(imports)
18
18
 
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
20
20
 
21
21
 
22
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
23
- b'\n$weaveapi/synthesize/v1/service.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a%weaveapi/synthesize/v1/training.proto"\xb4\x02\n\x18\x43reateSynthesizerRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64\x61taset_ids\x18\x02 \x03(\tR\ndatasetIds\x12O\n\x0ftraining_driver\x18\x03 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12<\n\rdriver_config\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0c\x64riverConfig\x12?\n\x1coutput_storage_connection_id\x18\x05 \x01(\tR\x19outputStorageConnectionId"B\n\x19\x43reateSynthesizerResponse\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId">\n\x15GetSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"_\n\x16GetSynthesizerResponse\x12\x45\n\x0bsynthesizer\x18\x01 \x01(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerR\x0bsynthesizer"B\n\x17ListSynthesizersRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId"c\n\x18ListSynthesizersResponse\x12G\n\x0csynthesizers\x18\x01 \x03(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerR\x0csynthesizers"A\n\x18\x44\x65leteSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"\x1b\n\x19\x44\x65leteSynthesizerResponse"\xca\x02\n\x0bSynthesizer\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x30\n\x14training_dataset_ids\x18\x03 \x03(\tR\x12trainingDatasetIds\x12O\n\x0ftraining_driver\x18\x04 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12\x34\n\x16training_driver_config\x18\x05 \x01(\x0cR\x14trainingDriverConfig\x12\x32\n\x15storage_connection_id\x18\x06 \x01(\tR\x13storageConnectionId2\xf8\x04\n\nSynthesize\x12\x9a\x01\n\x11\x43reateSynthesizer\x12\x30.weaveapi.synthesize.v1.CreateSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.CreateSynthesizerResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/v1/synthesize/create:\x01*\x12\x98\x01\n\x0eGetSynthesizer\x12-.weaveapi.synthesize.v1.GetSynthesizerRequest\x1a..weaveapi.synthesize.v1.GetSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/v1/synthesize/{synthesizer_id}\x12\x8d\x01\n\x10ListSynthesizers\x12/.weaveapi.synthesize.v1.ListSynthesizersRequest\x1a\x30.weaveapi.synthesize.v1.ListSynthesizersResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1/synthesize\x12\xa1\x01\n\x11\x44\x65leteSynthesizer\x12\x30.weaveapi.synthesize.v1.DeleteSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.DeleteSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!*\x1f/v1/synthesize/{synthesizer_id}B\xe6\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x0cServiceProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x06proto3'
23
+ b'\n$weaveapi/synthesize/v1/service.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/api/annotations.proto\x1a!google/protobuf/go_features.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a%weaveapi/synthesize/v1/training.proto"\xb8\x02\n\x18\x43reateSynthesizerRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64\x61taset_ids\x18\x02 \x03(\tR\ndatasetIds\x12O\n\x0ftraining_driver\x18\x03 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12@\n\rdriver_config\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0c\x64riverConfig\x12?\n\x1coutput_storage_connection_id\x18\x05 \x01(\tR\x19outputStorageConnectionId"B\n\x19\x43reateSynthesizerResponse\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId">\n\x15GetSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"c\n\x16GetSynthesizerResponse\x12I\n\x0bsynthesizer\x18\x01 \x01(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerB\x02(\x01R\x0bsynthesizer"B\n\x17ListSynthesizersRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId"g\n\x18ListSynthesizersResponse\x12K\n\x0csynthesizers\x18\x01 \x03(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerB\x02(\x01R\x0csynthesizers"A\n\x18\x44\x65leteSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"\x1b\n\x19\x44\x65leteSynthesizerResponse"\xca\x02\n\x0bSynthesizer\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x30\n\x14training_dataset_ids\x18\x03 \x03(\tR\x12trainingDatasetIds\x12O\n\x0ftraining_driver\x18\x04 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12\x34\n\x16training_driver_config\x18\x05 \x01(\x0cR\x14trainingDriverConfig\x12\x32\n\x15storage_connection_id\x18\x06 \x01(\tR\x13storageConnectionId2\xf8\x04\n\nSynthesize\x12\x9a\x01\n\x11\x43reateSynthesizer\x12\x30.weaveapi.synthesize.v1.CreateSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.CreateSynthesizerResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/v1/synthesize/create:\x01*\x12\x98\x01\n\x0eGetSynthesizer\x12-.weaveapi.synthesize.v1.GetSynthesizerRequest\x1a..weaveapi.synthesize.v1.GetSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/v1/synthesize/{synthesizer_id}\x12\x8d\x01\n\x10ListSynthesizers\x12/.weaveapi.synthesize.v1.ListSynthesizersRequest\x1a\x30.weaveapi.synthesize.v1.ListSynthesizersResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1/synthesize\x12\xa1\x01\n\x11\x44\x65leteSynthesizer\x12\x30.weaveapi.synthesize.v1.DeleteSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.DeleteSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!*\x1f/v1/synthesize/{synthesizer_id}B\xee\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x0cServiceProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
24
24
  )
25
25
 
26
26
  _globals = globals()
@@ -32,7 +32,25 @@ if not _descriptor._USE_C_DESCRIPTORS:
32
32
  _globals["DESCRIPTOR"]._loaded_options = None
33
33
  _globals[
34
34
  "DESCRIPTOR"
35
- ]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014ServiceProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
35
+ ]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014ServiceProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1\222\003\005\322>\002\020\003'
36
+ _globals["_CREATESYNTHESIZERREQUEST"].fields_by_name[
37
+ "driver_config"
38
+ ]._loaded_options = None
39
+ _globals["_CREATESYNTHESIZERREQUEST"].fields_by_name[
40
+ "driver_config"
41
+ ]._serialized_options = b"(\001"
42
+ _globals["_GETSYNTHESIZERRESPONSE"].fields_by_name[
43
+ "synthesizer"
44
+ ]._loaded_options = None
45
+ _globals["_GETSYNTHESIZERRESPONSE"].fields_by_name[
46
+ "synthesizer"
47
+ ]._serialized_options = b"(\001"
48
+ _globals["_LISTSYNTHESIZERSRESPONSE"].fields_by_name[
49
+ "synthesizers"
50
+ ]._loaded_options = None
51
+ _globals["_LISTSYNTHESIZERSRESPONSE"].fields_by_name[
52
+ "synthesizers"
53
+ ]._serialized_options = b"(\001"
36
54
  _globals["_SYNTHESIZE"].methods_by_name["CreateSynthesizer"]._loaded_options = None
37
55
  _globals["_SYNTHESIZE"].methods_by_name[
38
56
  "CreateSynthesizer"
@@ -51,24 +69,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
51
69
  _globals["_SYNTHESIZE"].methods_by_name[
52
70
  "DeleteSynthesizer"
53
71
  ]._serialized_options = b"\202\323\344\223\002!*\037/v1/synthesize/{synthesizer_id}"
54
- _globals["_CREATESYNTHESIZERREQUEST"]._serialized_start = 164
55
- _globals["_CREATESYNTHESIZERREQUEST"]._serialized_end = 472
56
- _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_start = 474
57
- _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_end = 540
58
- _globals["_GETSYNTHESIZERREQUEST"]._serialized_start = 542
59
- _globals["_GETSYNTHESIZERREQUEST"]._serialized_end = 604
60
- _globals["_GETSYNTHESIZERRESPONSE"]._serialized_start = 606
61
- _globals["_GETSYNTHESIZERRESPONSE"]._serialized_end = 701
62
- _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_start = 703
63
- _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_end = 769
64
- _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_start = 771
65
- _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_end = 870
66
- _globals["_DELETESYNTHESIZERREQUEST"]._serialized_start = 872
67
- _globals["_DELETESYNTHESIZERREQUEST"]._serialized_end = 937
68
- _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_start = 939
69
- _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_end = 966
70
- _globals["_SYNTHESIZER"]._serialized_start = 969
71
- _globals["_SYNTHESIZER"]._serialized_end = 1299
72
- _globals["_SYNTHESIZE"]._serialized_start = 1302
73
- _globals["_SYNTHESIZE"]._serialized_end = 1934
72
+ _globals["_CREATESYNTHESIZERREQUEST"]._serialized_start = 199
73
+ _globals["_CREATESYNTHESIZERREQUEST"]._serialized_end = 511
74
+ _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_start = 513
75
+ _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_end = 579
76
+ _globals["_GETSYNTHESIZERREQUEST"]._serialized_start = 581
77
+ _globals["_GETSYNTHESIZERREQUEST"]._serialized_end = 643
78
+ _globals["_GETSYNTHESIZERRESPONSE"]._serialized_start = 645
79
+ _globals["_GETSYNTHESIZERRESPONSE"]._serialized_end = 744
80
+ _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_start = 746
81
+ _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_end = 812
82
+ _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_start = 814
83
+ _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_end = 917
84
+ _globals["_DELETESYNTHESIZERREQUEST"]._serialized_start = 919
85
+ _globals["_DELETESYNTHESIZERREQUEST"]._serialized_end = 984
86
+ _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_start = 986
87
+ _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_end = 1013
88
+ _globals["_SYNTHESIZER"]._serialized_start = 1016
89
+ _globals["_SYNTHESIZER"]._serialized_end = 1346
90
+ _globals["_SYNTHESIZE"]._serialized_start = 1349
91
+ _globals["_SYNTHESIZE"]._serialized_end = 1981
74
92
  # @@protoc_insertion_point(module_scope)