qwak-core 0.4.230__py3-none-any.whl → 0.4.231__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 (52) hide show
  1. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +18 -18
  2. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +12 -0
  3. _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py +36 -0
  4. _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.pyi +36 -0
  5. _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2_grpc.py +4 -0
  6. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +55 -0
  7. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +68 -0
  8. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +4 -0
  9. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +36 -0
  10. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
  11. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +4 -0
  12. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +66 -0
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +4 -0
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +36 -0
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +4 -0
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +57 -0
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +4 -0
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +76 -0
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +4 -0
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +37 -0
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +4 -0
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +37 -0
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +4 -0
  30. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +76 -0
  31. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
  32. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +4 -0
  33. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +55 -0
  34. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +70 -0
  35. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +4 -0
  36. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +42 -0
  37. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +62 -0
  38. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +4 -0
  39. _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.py +45 -0
  40. _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.pyi +49 -0
  41. _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2_grpc.py +4 -0
  42. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +55 -0
  43. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +62 -0
  44. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +4 -0
  45. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +27 -15
  46. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi +22 -0
  47. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +8 -8
  48. _qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi +9 -2
  49. qwak/__init__.py +1 -1
  50. {qwak_core-0.4.230.dist-info → qwak_core-0.4.231.dist-info}/METADATA +1 -1
  51. {qwak_core-0.4.230.dist-info → qwak_core-0.4.231.dist-info}/RECORD +52 -10
  52. {qwak_core-0.4.230.dist-info → qwak_core-0.4.231.dist-info}/WHEEL +0 -0
@@ -0,0 +1,57 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/administration/runtime_configuration/v0/feature_store_config.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 message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
16
+ from _qwak_proto.qwak.administration.runtime_configuration.v0.external import redis_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_redis__config__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGqwak/administration/runtime_configuration/v0/feature_store_config.proto\x12\x41qwak.administration.runtime_configuration.v0.feature_store_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aHqwak/administration/runtime_configuration/v0/external/redis_config.proto\"\x9d\x01\n\x19\x46\x65\x61tureStoreConfiguration\x12v\n\x07\x65nabled\x18\x02 \x01(\x0b\x32\x63.qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfigurationH\x00\x42\x08\n\x06toggle\"\x97\x01\n EnabledFeatureStoreConfiguration\x12s\n\x14online_feature_store\x18\x01 \x01(\x0b\x32U.qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore\"\x93\x01\n\x12OnlineFeatureStore\x12u\n\x13redis_configuration\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.redis_config.RedisConfigurationH\x00\x42\x06\n\x04typeB>\n:com.jfrog.ml.runtime_configuration.v0.feature_store_configP\x01\x62\x06proto3')
20
+
21
+
22
+
23
+ _FEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['FeatureStoreConfiguration']
24
+ _ENABLEDFEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['EnabledFeatureStoreConfiguration']
25
+ _ONLINEFEATURESTORE = DESCRIPTOR.message_types_by_name['OnlineFeatureStore']
26
+ FeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('FeatureStoreConfiguration', (_message.Message,), {
27
+ 'DESCRIPTOR' : _FEATURESTORECONFIGURATION,
28
+ '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
29
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.FeatureStoreConfiguration)
30
+ })
31
+ _sym_db.RegisterMessage(FeatureStoreConfiguration)
32
+
33
+ EnabledFeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('EnabledFeatureStoreConfiguration', (_message.Message,), {
34
+ 'DESCRIPTOR' : _ENABLEDFEATURESTORECONFIGURATION,
35
+ '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
36
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfiguration)
37
+ })
38
+ _sym_db.RegisterMessage(EnabledFeatureStoreConfiguration)
39
+
40
+ OnlineFeatureStore = _reflection.GeneratedProtocolMessageType('OnlineFeatureStore', (_message.Message,), {
41
+ 'DESCRIPTOR' : _ONLINEFEATURESTORE,
42
+ '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
43
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore)
44
+ })
45
+ _sym_db.RegisterMessage(OnlineFeatureStore)
46
+
47
+ if _descriptor._USE_C_DESCRIPTORS == False:
48
+
49
+ DESCRIPTOR._options = None
50
+ DESCRIPTOR._serialized_options = b'\n:com.jfrog.ml.runtime_configuration.v0.feature_store_configP\001'
51
+ _FEATURESTORECONFIGURATION._serialized_start=274
52
+ _FEATURESTORECONFIGURATION._serialized_end=431
53
+ _ENABLEDFEATURESTORECONFIGURATION._serialized_start=434
54
+ _ENABLEDFEATURESTORECONFIGURATION._serialized_end=585
55
+ _ONLINEFEATURESTORE._serialized_start=588
56
+ _ONLINEFEATURESTORE._serialized_end=735
57
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,66 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import qwak.administration.runtime_configuration.v0.external.redis_config_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class FeatureStoreConfiguration(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ ENABLED_FIELD_NUMBER: builtins.int
22
+ @property
23
+ def enabled(self) -> global___EnabledFeatureStoreConfiguration: ...
24
+ def __init__(
25
+ self,
26
+ *,
27
+ enabled: global___EnabledFeatureStoreConfiguration | None = ...,
28
+ ) -> None: ...
29
+ def HasField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "toggle", b"toggle"]) -> builtins.bool: ...
30
+ def ClearField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "toggle", b"toggle"]) -> None: ...
31
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["toggle", b"toggle"]) -> typing_extensions.Literal["enabled"] | None: ...
32
+
33
+ global___FeatureStoreConfiguration = FeatureStoreConfiguration
34
+
35
+ class EnabledFeatureStoreConfiguration(google.protobuf.message.Message):
36
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
37
+
38
+ ONLINE_FEATURE_STORE_FIELD_NUMBER: builtins.int
39
+ @property
40
+ def online_feature_store(self) -> global___OnlineFeatureStore: ...
41
+ def __init__(
42
+ self,
43
+ *,
44
+ online_feature_store: global___OnlineFeatureStore | None = ...,
45
+ ) -> None: ...
46
+ def HasField(self, field_name: typing_extensions.Literal["online_feature_store", b"online_feature_store"]) -> builtins.bool: ...
47
+ def ClearField(self, field_name: typing_extensions.Literal["online_feature_store", b"online_feature_store"]) -> None: ...
48
+
49
+ global___EnabledFeatureStoreConfiguration = EnabledFeatureStoreConfiguration
50
+
51
+ class OnlineFeatureStore(google.protobuf.message.Message):
52
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
53
+
54
+ REDIS_CONFIGURATION_FIELD_NUMBER: builtins.int
55
+ @property
56
+ def redis_configuration(self) -> qwak.administration.runtime_configuration.v0.external.redis_config_pb2.RedisConfiguration: ...
57
+ def __init__(
58
+ self,
59
+ *,
60
+ redis_configuration: qwak.administration.runtime_configuration.v0.external.redis_config_pb2.RedisConfiguration | None = ...,
61
+ ) -> None: ...
62
+ def HasField(self, field_name: typing_extensions.Literal["redis_configuration", b"redis_configuration", "type", b"type"]) -> builtins.bool: ...
63
+ def ClearField(self, field_name: typing_extensions.Literal["redis_configuration", b"redis_configuration", "type", b"type"]) -> None: ...
64
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["redis_configuration"] | None: ...
65
+
66
+ global___OnlineFeatureStore = OnlineFeatureStore
@@ -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,76 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/administration/runtime_configuration/v0/hosting_config.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 message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from _qwak_proto.qwak.administration.runtime_configuration.v0 import secret_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_secret__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAqwak/administration/runtime_configuration/v0/hosting_config.proto\x12;qwak.administration.runtime_configuration.v0.hosting_config\x1a\x39qwak/administration/runtime_configuration/v0/secret.proto\"\x8e\x02\n\x14HostingConfiguration\x12v\n\x16\x61ws_host_configuration\x18\x01 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfigurationH\x00\x12v\n\x16gcp_host_configuration\x18\x02 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfigurationH\x00\x42\x06\n\x04type\"\xa0\x01\n\x17\x41WSHostingConfiguration\x12m\n\x13iam_service_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccountH\x00\x12\x0e\n\x06region\x18\x02 \x01(\tB\x06\n\x04\x61uth\"\xb8\x01\n\x17GCPHostingConfiguration\x12q\n\x13gcp_service_account\x18\x01 \x01(\x0b\x32R.qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuthH\x00\x12\x0e\n\x06region\x18\x02 \x01(\t\x12\x12\n\nproject_id\x18\x03 \x01(\tB\x06\n\x04\x61uth\"\xe1\x01\n\x15GCPServiceAccountAuth\x12g\n\x0fservice_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount\x12_\n\x14service_account_json\x18\x02 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRef\"&\n\x11IAMServiceAccount\x12\x11\n\trole_name\x18\x01 \x01(\tB8\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\x01\x62\x06proto3')
19
+
20
+
21
+
22
+ _HOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['HostingConfiguration']
23
+ _AWSHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['AWSHostingConfiguration']
24
+ _GCPHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['GCPHostingConfiguration']
25
+ _GCPSERVICEACCOUNTAUTH = DESCRIPTOR.message_types_by_name['GCPServiceAccountAuth']
26
+ _IAMSERVICEACCOUNT = DESCRIPTOR.message_types_by_name['IAMServiceAccount']
27
+ HostingConfiguration = _reflection.GeneratedProtocolMessageType('HostingConfiguration', (_message.Message,), {
28
+ 'DESCRIPTOR' : _HOSTINGCONFIGURATION,
29
+ '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
30
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.HostingConfiguration)
31
+ })
32
+ _sym_db.RegisterMessage(HostingConfiguration)
33
+
34
+ AWSHostingConfiguration = _reflection.GeneratedProtocolMessageType('AWSHostingConfiguration', (_message.Message,), {
35
+ 'DESCRIPTOR' : _AWSHOSTINGCONFIGURATION,
36
+ '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
37
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfiguration)
38
+ })
39
+ _sym_db.RegisterMessage(AWSHostingConfiguration)
40
+
41
+ GCPHostingConfiguration = _reflection.GeneratedProtocolMessageType('GCPHostingConfiguration', (_message.Message,), {
42
+ 'DESCRIPTOR' : _GCPHOSTINGCONFIGURATION,
43
+ '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
44
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfiguration)
45
+ })
46
+ _sym_db.RegisterMessage(GCPHostingConfiguration)
47
+
48
+ GCPServiceAccountAuth = _reflection.GeneratedProtocolMessageType('GCPServiceAccountAuth', (_message.Message,), {
49
+ 'DESCRIPTOR' : _GCPSERVICEACCOUNTAUTH,
50
+ '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
51
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuth)
52
+ })
53
+ _sym_db.RegisterMessage(GCPServiceAccountAuth)
54
+
55
+ IAMServiceAccount = _reflection.GeneratedProtocolMessageType('IAMServiceAccount', (_message.Message,), {
56
+ 'DESCRIPTOR' : _IAMSERVICEACCOUNT,
57
+ '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
58
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount)
59
+ })
60
+ _sym_db.RegisterMessage(IAMServiceAccount)
61
+
62
+ if _descriptor._USE_C_DESCRIPTORS == False:
63
+
64
+ DESCRIPTOR._options = None
65
+ DESCRIPTOR._serialized_options = b'\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\001'
66
+ _HOSTINGCONFIGURATION._serialized_start=190
67
+ _HOSTINGCONFIGURATION._serialized_end=460
68
+ _AWSHOSTINGCONFIGURATION._serialized_start=463
69
+ _AWSHOSTINGCONFIGURATION._serialized_end=623
70
+ _GCPHOSTINGCONFIGURATION._serialized_start=626
71
+ _GCPHOSTINGCONFIGURATION._serialized_end=810
72
+ _GCPSERVICEACCOUNTAUTH._serialized_start=813
73
+ _GCPSERVICEACCOUNTAUTH._serialized_end=1038
74
+ _IAMSERVICEACCOUNT._serialized_start=1040
75
+ _IAMSERVICEACCOUNT._serialized_end=1078
76
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,114 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import qwak.administration.runtime_configuration.v0.secret_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class HostingConfiguration(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ AWS_HOST_CONFIGURATION_FIELD_NUMBER: builtins.int
22
+ GCP_HOST_CONFIGURATION_FIELD_NUMBER: builtins.int
23
+ @property
24
+ def aws_host_configuration(self) -> global___AWSHostingConfiguration: ...
25
+ @property
26
+ def gcp_host_configuration(self) -> global___GCPHostingConfiguration: ...
27
+ def __init__(
28
+ self,
29
+ *,
30
+ aws_host_configuration: global___AWSHostingConfiguration | None = ...,
31
+ gcp_host_configuration: global___GCPHostingConfiguration | None = ...,
32
+ ) -> None: ...
33
+ def HasField(self, field_name: typing_extensions.Literal["aws_host_configuration", b"aws_host_configuration", "gcp_host_configuration", b"gcp_host_configuration", "type", b"type"]) -> builtins.bool: ...
34
+ def ClearField(self, field_name: typing_extensions.Literal["aws_host_configuration", b"aws_host_configuration", "gcp_host_configuration", b"gcp_host_configuration", "type", b"type"]) -> None: ...
35
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["aws_host_configuration", "gcp_host_configuration"] | None: ...
36
+
37
+ global___HostingConfiguration = HostingConfiguration
38
+
39
+ class AWSHostingConfiguration(google.protobuf.message.Message):
40
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
41
+
42
+ IAM_SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
43
+ REGION_FIELD_NUMBER: builtins.int
44
+ @property
45
+ def iam_service_account(self) -> global___IAMServiceAccount: ...
46
+ region: builtins.str
47
+ def __init__(
48
+ self,
49
+ *,
50
+ iam_service_account: global___IAMServiceAccount | None = ...,
51
+ region: builtins.str = ...,
52
+ ) -> None: ...
53
+ def HasField(self, field_name: typing_extensions.Literal["auth", b"auth", "iam_service_account", b"iam_service_account"]) -> builtins.bool: ...
54
+ def ClearField(self, field_name: typing_extensions.Literal["auth", b"auth", "iam_service_account", b"iam_service_account", "region", b"region"]) -> None: ...
55
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["auth", b"auth"]) -> typing_extensions.Literal["iam_service_account"] | None: ...
56
+
57
+ global___AWSHostingConfiguration = AWSHostingConfiguration
58
+
59
+ class GCPHostingConfiguration(google.protobuf.message.Message):
60
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
61
+
62
+ GCP_SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
63
+ REGION_FIELD_NUMBER: builtins.int
64
+ PROJECT_ID_FIELD_NUMBER: builtins.int
65
+ @property
66
+ def gcp_service_account(self) -> global___GCPServiceAccountAuth: ...
67
+ region: builtins.str
68
+ project_id: builtins.str
69
+ def __init__(
70
+ self,
71
+ *,
72
+ gcp_service_account: global___GCPServiceAccountAuth | None = ...,
73
+ region: builtins.str = ...,
74
+ project_id: builtins.str = ...,
75
+ ) -> None: ...
76
+ def HasField(self, field_name: typing_extensions.Literal["auth", b"auth", "gcp_service_account", b"gcp_service_account"]) -> builtins.bool: ...
77
+ def ClearField(self, field_name: typing_extensions.Literal["auth", b"auth", "gcp_service_account", b"gcp_service_account", "project_id", b"project_id", "region", b"region"]) -> None: ...
78
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["auth", b"auth"]) -> typing_extensions.Literal["gcp_service_account"] | None: ...
79
+
80
+ global___GCPHostingConfiguration = GCPHostingConfiguration
81
+
82
+ class GCPServiceAccountAuth(google.protobuf.message.Message):
83
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
84
+
85
+ SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
86
+ SERVICE_ACCOUNT_JSON_FIELD_NUMBER: builtins.int
87
+ @property
88
+ def service_account(self) -> global___IAMServiceAccount: ...
89
+ @property
90
+ def service_account_json(self) -> qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef: ...
91
+ def __init__(
92
+ self,
93
+ *,
94
+ service_account: global___IAMServiceAccount | None = ...,
95
+ service_account_json: qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef | None = ...,
96
+ ) -> None: ...
97
+ def HasField(self, field_name: typing_extensions.Literal["service_account", b"service_account", "service_account_json", b"service_account_json"]) -> builtins.bool: ...
98
+ def ClearField(self, field_name: typing_extensions.Literal["service_account", b"service_account", "service_account_json", b"service_account_json"]) -> None: ...
99
+
100
+ global___GCPServiceAccountAuth = GCPServiceAccountAuth
101
+
102
+ class IAMServiceAccount(google.protobuf.message.Message):
103
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
104
+
105
+ ROLE_NAME_FIELD_NUMBER: builtins.int
106
+ role_name: builtins.str
107
+ def __init__(
108
+ self,
109
+ *,
110
+ role_name: builtins.str = ...,
111
+ ) -> None: ...
112
+ def ClearField(self, field_name: typing_extensions.Literal["role_name", b"role_name"]) -> None: ...
113
+
114
+ global___IAMServiceAccount = IAMServiceAccount
@@ -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,37 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/administration/runtime_configuration/v0/logs_storage_config.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 message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
16
+ from _qwak_proto.qwak.administration.runtime_configuration.v0.external import elasticsearch_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_elasticsearch__config__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFqwak/administration/runtime_configuration/v0/logs_storage_config.proto\x12@qwak.administration.runtime_configuration.v0.logs_storage_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aPqwak/administration/runtime_configuration/v0/external/elasticsearch_config.proto\"\xa3\x01\n\x18LogsStorageConfiguration\x12\x7f\n\relasticsearch\x18\x01 \x01(\x0b\x32\x66.qwak.administration.runtime_configuration.v0.external.elasticsearch_config.ElasticsearchConfigurationH\x00\x42\x06\n\x04typeB=\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\x01\x62\x06proto3')
20
+
21
+
22
+
23
+ _LOGSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['LogsStorageConfiguration']
24
+ LogsStorageConfiguration = _reflection.GeneratedProtocolMessageType('LogsStorageConfiguration', (_message.Message,), {
25
+ 'DESCRIPTOR' : _LOGSSTORAGECONFIGURATION,
26
+ '__module__' : 'qwak.administration.runtime_configuration.v0.logs_storage_config_pb2'
27
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.logs_storage_config.LogsStorageConfiguration)
28
+ })
29
+ _sym_db.RegisterMessage(LogsStorageConfiguration)
30
+
31
+ if _descriptor._USE_C_DESCRIPTORS == False:
32
+
33
+ DESCRIPTOR._options = None
34
+ DESCRIPTOR._serialized_options = b'\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\001'
35
+ _LOGSSTORAGECONFIGURATION._serialized_start=280
36
+ _LOGSSTORAGECONFIGURATION._serialized_end=443
37
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,33 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class LogsStorageConfiguration(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ ELASTICSEARCH_FIELD_NUMBER: builtins.int
22
+ @property
23
+ def elasticsearch(self) -> qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2.ElasticsearchConfiguration: ...
24
+ def __init__(
25
+ self,
26
+ *,
27
+ elasticsearch: qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2.ElasticsearchConfiguration | None = ...,
28
+ ) -> None: ...
29
+ def HasField(self, field_name: typing_extensions.Literal["elasticsearch", b"elasticsearch", "type", b"type"]) -> builtins.bool: ...
30
+ def ClearField(self, field_name: typing_extensions.Literal["elasticsearch", b"elasticsearch", "type", b"type"]) -> None: ...
31
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["elasticsearch"] | None: ...
32
+
33
+ global___LogsStorageConfiguration = LogsStorageConfiguration
@@ -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,37 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/administration/runtime_configuration/v0/model_analytics_storage_config.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 message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
16
+ from _qwak_proto.qwak.administration.runtime_configuration.v0.external import kafka_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_kafka__config__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nQqwak/administration/runtime_configuration/v0/model_analytics_storage_config.proto\x12Kqwak.administration.runtime_configuration.v0.model_analytics_storage_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aHqwak/administration/runtime_configuration/v0/external/kafka_config.proto\"\x9d\x01\n\"ModelAnalyticsStorageConfiguration\x12g\n\x05kafka\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaConfigurationH\x00\x42\x0e\n\x0cstorage_typeBH\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\x01\x62\x06proto3')
20
+
21
+
22
+
23
+ _MODELANALYTICSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['ModelAnalyticsStorageConfiguration']
24
+ ModelAnalyticsStorageConfiguration = _reflection.GeneratedProtocolMessageType('ModelAnalyticsStorageConfiguration', (_message.Message,), {
25
+ 'DESCRIPTOR' : _MODELANALYTICSSTORAGECONFIGURATION,
26
+ '__module__' : 'qwak.administration.runtime_configuration.v0.model_analytics_storage_config_pb2'
27
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.model_analytics_storage_config.ModelAnalyticsStorageConfiguration)
28
+ })
29
+ _sym_db.RegisterMessage(ModelAnalyticsStorageConfiguration)
30
+
31
+ if _descriptor._USE_C_DESCRIPTORS == False:
32
+
33
+ DESCRIPTOR._options = None
34
+ DESCRIPTOR._serialized_options = b'\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\001'
35
+ _MODELANALYTICSSTORAGECONFIGURATION._serialized_start=294
36
+ _MODELANALYTICSSTORAGECONFIGURATION._serialized_end=451
37
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,33 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import qwak.administration.runtime_configuration.v0.external.kafka_config_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class ModelAnalyticsStorageConfiguration(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ KAFKA_FIELD_NUMBER: builtins.int
22
+ @property
23
+ def kafka(self) -> qwak.administration.runtime_configuration.v0.external.kafka_config_pb2.KafkaConfiguration: ...
24
+ def __init__(
25
+ self,
26
+ *,
27
+ kafka: qwak.administration.runtime_configuration.v0.external.kafka_config_pb2.KafkaConfiguration | None = ...,
28
+ ) -> None: ...
29
+ def HasField(self, field_name: typing_extensions.Literal["kafka", b"kafka", "storage_type", b"storage_type"]) -> builtins.bool: ...
30
+ def ClearField(self, field_name: typing_extensions.Literal["kafka", b"kafka", "storage_type", b"storage_type"]) -> None: ...
31
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["storage_type", b"storage_type"]) -> typing_extensions.Literal["kafka"] | None: ...
32
+
33
+ global___ModelAnalyticsStorageConfiguration = ModelAnalyticsStorageConfiguration
@@ -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,76 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/administration/runtime_configuration/v0/network_config.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 message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from _qwak_proto.qwak.administration.runtime_configuration.v0 import secret_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_secret__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAqwak/administration/runtime_configuration/v0/network_config.proto\x12;qwak.administration.runtime_configuration.v0.network_config\x1a\x39qwak/administration/runtime_configuration/v0/secret.proto\"\x8e\x01\n\x1b\x43lusterNetworkConfiguration\x12\x62\n\x07gateway\x18\x01 \x01(\x0b\x32Q.qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration\x12\x0b\n\x03url\x18\x02 \x01(\t\"\xaf\x01\n\x1f\x45nvironmentNetworkConfiguration\x12\x62\n\x07gateway\x18\x01 \x01(\x0b\x32Q.qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration\x12\x14\n\x0cservices_url\x18\x02 \x01(\t\x12\x12\n\nmodels_url\x18\x03 \x01(\t\"\x87\x01\n\x14GatewayConfiguration\x12g\n\x05istio\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.network_config.IstioGatewayConfigurationH\x00\x42\x06\n\x04type\"s\n\x19IstioGatewayConfiguration\x12V\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRef\"n\n\x0b\x43\x65rtificate\x12S\n\x06secret\x18\x01 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRefH\x00\x42\n\n\x08locationB8\n4com.jfrog.ml.runtime_configuration.v0.network_configP\x01\x62\x06proto3')
19
+
20
+
21
+
22
+ _CLUSTERNETWORKCONFIGURATION = DESCRIPTOR.message_types_by_name['ClusterNetworkConfiguration']
23
+ _ENVIRONMENTNETWORKCONFIGURATION = DESCRIPTOR.message_types_by_name['EnvironmentNetworkConfiguration']
24
+ _GATEWAYCONFIGURATION = DESCRIPTOR.message_types_by_name['GatewayConfiguration']
25
+ _ISTIOGATEWAYCONFIGURATION = DESCRIPTOR.message_types_by_name['IstioGatewayConfiguration']
26
+ _CERTIFICATE = DESCRIPTOR.message_types_by_name['Certificate']
27
+ ClusterNetworkConfiguration = _reflection.GeneratedProtocolMessageType('ClusterNetworkConfiguration', (_message.Message,), {
28
+ 'DESCRIPTOR' : _CLUSTERNETWORKCONFIGURATION,
29
+ '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
30
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.ClusterNetworkConfiguration)
31
+ })
32
+ _sym_db.RegisterMessage(ClusterNetworkConfiguration)
33
+
34
+ EnvironmentNetworkConfiguration = _reflection.GeneratedProtocolMessageType('EnvironmentNetworkConfiguration', (_message.Message,), {
35
+ 'DESCRIPTOR' : _ENVIRONMENTNETWORKCONFIGURATION,
36
+ '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
37
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.EnvironmentNetworkConfiguration)
38
+ })
39
+ _sym_db.RegisterMessage(EnvironmentNetworkConfiguration)
40
+
41
+ GatewayConfiguration = _reflection.GeneratedProtocolMessageType('GatewayConfiguration', (_message.Message,), {
42
+ 'DESCRIPTOR' : _GATEWAYCONFIGURATION,
43
+ '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
44
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration)
45
+ })
46
+ _sym_db.RegisterMessage(GatewayConfiguration)
47
+
48
+ IstioGatewayConfiguration = _reflection.GeneratedProtocolMessageType('IstioGatewayConfiguration', (_message.Message,), {
49
+ 'DESCRIPTOR' : _ISTIOGATEWAYCONFIGURATION,
50
+ '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
51
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.IstioGatewayConfiguration)
52
+ })
53
+ _sym_db.RegisterMessage(IstioGatewayConfiguration)
54
+
55
+ Certificate = _reflection.GeneratedProtocolMessageType('Certificate', (_message.Message,), {
56
+ 'DESCRIPTOR' : _CERTIFICATE,
57
+ '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
58
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.Certificate)
59
+ })
60
+ _sym_db.RegisterMessage(Certificate)
61
+
62
+ if _descriptor._USE_C_DESCRIPTORS == False:
63
+
64
+ DESCRIPTOR._options = None
65
+ DESCRIPTOR._serialized_options = b'\n4com.jfrog.ml.runtime_configuration.v0.network_configP\001'
66
+ _CLUSTERNETWORKCONFIGURATION._serialized_start=190
67
+ _CLUSTERNETWORKCONFIGURATION._serialized_end=332
68
+ _ENVIRONMENTNETWORKCONFIGURATION._serialized_start=335
69
+ _ENVIRONMENTNETWORKCONFIGURATION._serialized_end=510
70
+ _GATEWAYCONFIGURATION._serialized_start=513
71
+ _GATEWAYCONFIGURATION._serialized_end=648
72
+ _ISTIOGATEWAYCONFIGURATION._serialized_start=650
73
+ _ISTIOGATEWAYCONFIGURATION._serialized_end=765
74
+ _CERTIFICATE._serialized_start=767
75
+ _CERTIFICATE._serialized_end=877
76
+ # @@protoc_insertion_point(module_scope)