frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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.
- frogml_core/__init__.py +1 -1
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
- frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
- frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
- frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
- frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
- frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
- frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
- frogml_proto/qwak/build/v1/build_pb2.py +114 -549
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- frogml_proto/qwak/builds/build_pb2.py +44 -206
- frogml_proto/qwak/builds/build_url_pb2.py +26 -113
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
- frogml_proto/qwak/builds/builds_pb2.py +110 -519
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/deployment/alert_pb2.py +24 -108
- frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
- frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
- frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
- frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
- frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
- frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/integration_pb2.py +28 -126
- frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
- frogml_proto/qwak/logging/log_line_pb2.py +8 -25
- frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- frogml_proto/qwak/logging/log_source_pb2.py +30 -134
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
- frogml_proto/qwak/models/models_pb2.py +88 -405
- frogml_proto/qwak/models/models_query_pb2.py +16 -56
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- frogml_proto/qwak/projects/projects_pb2.py +44 -190
- frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
- frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
- frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- frogml_storage/__init__.py +1 -1
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -17,40 +16,17 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
17
16
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dqwak/execution/v1/batch.proto\x12\x1fqwak.feature.store.execution.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd3\x01\n\x0e\x42\x61tchIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12H\n\x0emanual_trigger\x18\x02 \x01(\x0b\x32..qwak.feature.store.execution.v1.ManualTriggerH\x00\x12N\n\x11scheduled_trigger\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.execution.v1.ScheduledTriggerH\x00\x42\x0e\n\x0ctrigger_type\"A\n\rManualTrigger\x12\x30\n\x0ctrigger_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"J\n\x10ScheduledTrigger\x12\x36\n\x12logical_batch_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
|
19
18
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
_MANUALTRIGGER = DESCRIPTOR.message_types_by_name['ManualTrigger']
|
24
|
-
_SCHEDULEDTRIGGER = DESCRIPTOR.message_types_by_name['ScheduledTrigger']
|
25
|
-
BatchIngestion = _reflection.GeneratedProtocolMessageType('BatchIngestion', (_message.Message,), {
|
26
|
-
'DESCRIPTOR' : _BATCHINGESTION,
|
27
|
-
'__module__' : 'qwak.execution.v1.batch_pb2'
|
28
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BatchIngestion)
|
29
|
-
})
|
30
|
-
_sym_db.RegisterMessage(BatchIngestion)
|
31
|
-
|
32
|
-
ManualTrigger = _reflection.GeneratedProtocolMessageType('ManualTrigger', (_message.Message,), {
|
33
|
-
'DESCRIPTOR' : _MANUALTRIGGER,
|
34
|
-
'__module__' : 'qwak.execution.v1.batch_pb2'
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ManualTrigger)
|
36
|
-
})
|
37
|
-
_sym_db.RegisterMessage(ManualTrigger)
|
38
|
-
|
39
|
-
ScheduledTrigger = _reflection.GeneratedProtocolMessageType('ScheduledTrigger', (_message.Message,), {
|
40
|
-
'DESCRIPTOR' : _SCHEDULEDTRIGGER,
|
41
|
-
'__module__' : 'qwak.execution.v1.batch_pb2'
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ScheduledTrigger)
|
43
|
-
})
|
44
|
-
_sym_db.RegisterMessage(ScheduledTrigger)
|
45
|
-
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.batch_pb2', _globals)
|
46
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
47
23
|
|
48
24
|
DESCRIPTOR._options = None
|
49
25
|
DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
|
50
|
-
_BATCHINGESTION._serialized_start=100
|
51
|
-
_BATCHINGESTION._serialized_end=311
|
52
|
-
_MANUALTRIGGER._serialized_start=313
|
53
|
-
_MANUALTRIGGER._serialized_end=378
|
54
|
-
_SCHEDULEDTRIGGER._serialized_start=380
|
55
|
-
_SCHEDULEDTRIGGER._serialized_end=454
|
26
|
+
_globals['_BATCHINGESTION']._serialized_start=100
|
27
|
+
_globals['_BATCHINGESTION']._serialized_end=311
|
28
|
+
_globals['_MANUALTRIGGER']._serialized_start=313
|
29
|
+
_globals['_MANUALTRIGGER']._serialized_end=378
|
30
|
+
_globals['_SCHEDULEDTRIGGER']._serialized_start=380
|
31
|
+
_globals['_SCHEDULEDTRIGGER']._serialized_end=454
|
56
32
|
# @@protoc_insertion_point(module_scope)
|
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -16,50 +15,19 @@ _sym_db = _symbol_database.Default()
|
|
16
15
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n qwak/execution/v1/deletion.proto\x12\x1fqwak.feature.store.execution.v1\"\xe9\x02\n\x12\x46\x65\x61turesetDeletion\x12]\n\x19\x62\x61tch_featureset_deletion\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.execution.v1.BatchFeaturesetDeletionH\x00\x12\x65\n\x1dstreaming_featureset_deletion\x18\x02 \x01(\x0b\x32<.qwak.feature.store.execution.v1.StreamingFeaturesetDeletionH\x00\x12|\n)streaming_aggregation_featureset_deletion\x18\x03 \x01(\x0b\x32G.qwak.feature.store.execution.v1.StreamingAggregationFeaturesetDeletionH\x00\x42\x0f\n\rdeletion_type\"\x19\n\x17\x42\x61tchFeaturesetDeletion\"\x1d\n\x1bStreamingFeaturesetDeletion\"(\n&StreamingAggregationFeaturesetDeletionB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
|
18
17
|
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
_BATCHFEATURESETDELETION = DESCRIPTOR.message_types_by_name['BatchFeaturesetDeletion']
|
23
|
-
_STREAMINGFEATURESETDELETION = DESCRIPTOR.message_types_by_name['StreamingFeaturesetDeletion']
|
24
|
-
_STREAMINGAGGREGATIONFEATURESETDELETION = DESCRIPTOR.message_types_by_name['StreamingAggregationFeaturesetDeletion']
|
25
|
-
FeaturesetDeletion = _reflection.GeneratedProtocolMessageType('FeaturesetDeletion', (_message.Message,), {
|
26
|
-
'DESCRIPTOR' : _FEATURESETDELETION,
|
27
|
-
'__module__' : 'qwak.execution.v1.deletion_pb2'
|
28
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.FeaturesetDeletion)
|
29
|
-
})
|
30
|
-
_sym_db.RegisterMessage(FeaturesetDeletion)
|
31
|
-
|
32
|
-
BatchFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('BatchFeaturesetDeletion', (_message.Message,), {
|
33
|
-
'DESCRIPTOR' : _BATCHFEATURESETDELETION,
|
34
|
-
'__module__' : 'qwak.execution.v1.deletion_pb2'
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BatchFeaturesetDeletion)
|
36
|
-
})
|
37
|
-
_sym_db.RegisterMessage(BatchFeaturesetDeletion)
|
38
|
-
|
39
|
-
StreamingFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('StreamingFeaturesetDeletion', (_message.Message,), {
|
40
|
-
'DESCRIPTOR' : _STREAMINGFEATURESETDELETION,
|
41
|
-
'__module__' : 'qwak.execution.v1.deletion_pb2'
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.StreamingFeaturesetDeletion)
|
43
|
-
})
|
44
|
-
_sym_db.RegisterMessage(StreamingFeaturesetDeletion)
|
45
|
-
|
46
|
-
StreamingAggregationFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeaturesetDeletion', (_message.Message,), {
|
47
|
-
'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURESETDELETION,
|
48
|
-
'__module__' : 'qwak.execution.v1.deletion_pb2'
|
49
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.StreamingAggregationFeaturesetDeletion)
|
50
|
-
})
|
51
|
-
_sym_db.RegisterMessage(StreamingAggregationFeaturesetDeletion)
|
52
|
-
|
18
|
+
_globals = globals()
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.deletion_pb2', _globals)
|
53
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
54
22
|
|
55
23
|
DESCRIPTOR._options = None
|
56
24
|
DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
|
57
|
-
_FEATURESETDELETION._serialized_start=70
|
58
|
-
_FEATURESETDELETION._serialized_end=431
|
59
|
-
_BATCHFEATURESETDELETION._serialized_start=433
|
60
|
-
_BATCHFEATURESETDELETION._serialized_end=458
|
61
|
-
_STREAMINGFEATURESETDELETION._serialized_start=460
|
62
|
-
_STREAMINGFEATURESETDELETION._serialized_end=489
|
63
|
-
_STREAMINGAGGREGATIONFEATURESETDELETION._serialized_start=491
|
64
|
-
_STREAMINGAGGREGATIONFEATURESETDELETION._serialized_end=531
|
25
|
+
_globals['_FEATURESETDELETION']._serialized_start=70
|
26
|
+
_globals['_FEATURESETDELETION']._serialized_end=431
|
27
|
+
_globals['_BATCHFEATURESETDELETION']._serialized_start=433
|
28
|
+
_globals['_BATCHFEATURESETDELETION']._serialized_end=458
|
29
|
+
_globals['_STREAMINGFEATURESETDELETION']._serialized_start=460
|
30
|
+
_globals['_STREAMINGFEATURESETDELETION']._serialized_end=489
|
31
|
+
_globals['_STREAMINGAGGREGATIONFEATURESETDELETION']._serialized_start=491
|
32
|
+
_globals['_STREAMINGAGGREGATIONFEATURESETDELETION']._serialized_end=531
|
65
33
|
# @@protoc_insertion_point(module_scope)
|
@@ -2,12 +2,10 @@
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# source: frogml_proto.qwak.execution/v1/execution.proto
|
4
4
|
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
7
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import message as _message
|
9
|
-
from google.protobuf import reflection as _reflection
|
10
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
11
9
|
# @@protoc_insertion_point(imports)
|
12
10
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
@@ -23,74 +21,23 @@ from frogml_proto.qwak.execution.v1 import deletion_pb2 as qwak_dot_execution_do
|
|
23
21
|
|
24
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!qwak/execution/v1/execution.proto\x12\x1fqwak.feature.store.execution.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a qwak/execution/v1/backfill.proto\x1a\x1dqwak/execution/v1/batch.proto\x1a!qwak/execution/v1/streaming.proto\x1a-qwak/execution/v1/streaming_aggregation.proto\x1a qwak/execution/v1/deletion.proto\"\x8e\n\n\x0e\x45xecutionEntry\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\t\x12J\n\x10\x65xecution_status\x18\x03 \x01(\x0e\x32\x30.qwak.feature.store.execution.v1.ExecutionStatus\x12\x30\n\x0csubmitted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x0csubmitted_by\x18\x05 \x01(\x0b\x32/.qwak.feature.store.execution.v1.InvokerDetails\x12\x30\n\x0ctriggered_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nded_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\rbackfill_spec\x18\x08 \x01(\x0b\x32-.qwak.feature.store.execution.v1.BackfillSpecH\x00\x12J\n\x0f\x62\x61tch_ingestion\x18\t \x01(\x0b\x32/.qwak.feature.store.execution.v1.BatchIngestionH\x00\x12R\n\x13\x66\x65\x61tureset_deletion\x18\n \x01(\x0b\x32\x33.qwak.feature.store.execution.v1.FeaturesetDeletionH\x00\x12_\n\x1aonline_streaming_ingestion\x18\x0b \x01(\x0b\x32\x39.qwak.feature.store.execution.v1.OnlineStreamingIngestionH\x00\x12\x61\n\x1boffline_streaming_ingestion\x18\x0c \x01(\x0b\x32:.qwak.feature.store.execution.v1.OfflineStreamingIngestionH\x00\x12{\n)row_level_streaming_aggregation_ingestion\x18\r \x01(\x0b\x32\x46.qwak.feature.store.execution.v1.RowLevelStreamingAggregationIngestionH\x00\x12~\n*compaction_streaming_aggregation_ingestion\x18\x0e \x01(\x0b\x32H.qwak.feature.store.execution.v1.CompactionStreamingAggregationIngestionH\x00\x12z\n(streaming_aggregation_backfill_ingestion\x18\x0f \x01(\x0b\x32\x46.qwak.feature.store.execution.v1.StreamingAggregationBackfillIngestionH\x00\x12Y\n\x12\x64\x65ployment_details\x18\x10 \x01(\x0b\x32;.qwak.feature.store.execution.v1.ExecutionDeploymentDetailsH\x01\x42\x10\n\x0e\x65xecution_typeB\x18\n\x16\x64\x65ployment_details_opt\"Y\n\x1a\x45xecutionDeploymentDetails\x12\x1c\n\x12\x66\x65\x61tureset_version\x18\x01 \x01(\x05H\x00\x42\x1d\n\x1b\x64\x65ployed_featureset_version\"\xbc\x01\n\x0eInvokerDetails\x12L\n\x10\x65xternal_invoker\x18\x01 \x01(\x0b\x32\x30.qwak.feature.store.execution.v1.ExternalInvokerH\x00\x12L\n\x10internal_invoker\x18\x02 \x01(\x0b\x32\x30.qwak.feature.store.execution.v1.InternalInvokerH\x00\x42\x0e\n\x0cinvoker_type\"(\n\x0f\x45xternalInvoker\x12\x15\n\rinvoker_email\x18\x01 \x01(\t\"\x11\n\x0fInternalInvoker*\xcb\x02\n\x0f\x45xecutionStatus\x12\x1c\n\x18\x45XECUTION_STATUS_INVALID\x10\x00\x12\x1b\n\x17\x45XECUTION_STATUS_QUEUED\x10\x01\x12\x1c\n\x18\x45XECUTION_STATUS_PENDING\x10\x02\x12\x1c\n\x18\x45XECUTION_STATUS_RUNNING\x10\x03\x12\x1e\n\x1a\x45XECUTION_STATUS_COMPLETED\x10\x04\x12\x1b\n\x17\x45XECUTION_STATUS_FAILED\x10\x05\x12\x1e\n\x1a\x45XECUTION_STATUS_CANCELLED\x10\x06\x12\x1e\n\x1a\x45XECUTION_STATUS_SUBMITTED\x10\x07\x12&\n\"EXECUTION_STATUS_FAILED_SUBMISSION\x10\x08\x12\x1c\n\x18\x45XECUTION_STATUS_SKIPPED\x10\tBN\n%com.qwak.ai.features.execution.api.v1P\x01Z#qwak/execution_management;executionb\x06proto3')
|
25
23
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
EXECUTION_STATUS_QUEUED = 1
|
30
|
-
EXECUTION_STATUS_PENDING = 2
|
31
|
-
EXECUTION_STATUS_RUNNING = 3
|
32
|
-
EXECUTION_STATUS_COMPLETED = 4
|
33
|
-
EXECUTION_STATUS_FAILED = 5
|
34
|
-
EXECUTION_STATUS_CANCELLED = 6
|
35
|
-
EXECUTION_STATUS_SUBMITTED = 7
|
36
|
-
EXECUTION_STATUS_FAILED_SUBMISSION = 8
|
37
|
-
EXECUTION_STATUS_SKIPPED = 9
|
38
|
-
|
39
|
-
|
40
|
-
_EXECUTIONENTRY = DESCRIPTOR.message_types_by_name['ExecutionEntry']
|
41
|
-
_EXECUTIONDEPLOYMENTDETAILS = DESCRIPTOR.message_types_by_name['ExecutionDeploymentDetails']
|
42
|
-
_INVOKERDETAILS = DESCRIPTOR.message_types_by_name['InvokerDetails']
|
43
|
-
_EXTERNALINVOKER = DESCRIPTOR.message_types_by_name['ExternalInvoker']
|
44
|
-
_INTERNALINVOKER = DESCRIPTOR.message_types_by_name['InternalInvoker']
|
45
|
-
ExecutionEntry = _reflection.GeneratedProtocolMessageType('ExecutionEntry', (_message.Message,), {
|
46
|
-
'DESCRIPTOR' : _EXECUTIONENTRY,
|
47
|
-
'__module__' : 'qwak.execution.v1.execution_pb2'
|
48
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ExecutionEntry)
|
49
|
-
})
|
50
|
-
_sym_db.RegisterMessage(ExecutionEntry)
|
51
|
-
|
52
|
-
ExecutionDeploymentDetails = _reflection.GeneratedProtocolMessageType('ExecutionDeploymentDetails', (_message.Message,), {
|
53
|
-
'DESCRIPTOR' : _EXECUTIONDEPLOYMENTDETAILS,
|
54
|
-
'__module__' : 'qwak.execution.v1.execution_pb2'
|
55
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ExecutionDeploymentDetails)
|
56
|
-
})
|
57
|
-
_sym_db.RegisterMessage(ExecutionDeploymentDetails)
|
58
|
-
|
59
|
-
InvokerDetails = _reflection.GeneratedProtocolMessageType('InvokerDetails', (_message.Message,), {
|
60
|
-
'DESCRIPTOR' : _INVOKERDETAILS,
|
61
|
-
'__module__' : 'qwak.execution.v1.execution_pb2'
|
62
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.InvokerDetails)
|
63
|
-
})
|
64
|
-
_sym_db.RegisterMessage(InvokerDetails)
|
65
|
-
|
66
|
-
ExternalInvoker = _reflection.GeneratedProtocolMessageType('ExternalInvoker', (_message.Message,), {
|
67
|
-
'DESCRIPTOR' : _EXTERNALINVOKER,
|
68
|
-
'__module__' : 'qwak.execution.v1.execution_pb2'
|
69
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ExternalInvoker)
|
70
|
-
})
|
71
|
-
_sym_db.RegisterMessage(ExternalInvoker)
|
72
|
-
|
73
|
-
InternalInvoker = _reflection.GeneratedProtocolMessageType('InternalInvoker', (_message.Message,), {
|
74
|
-
'DESCRIPTOR' : _INTERNALINVOKER,
|
75
|
-
'__module__' : 'qwak.execution.v1.execution_pb2'
|
76
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.InternalInvoker)
|
77
|
-
})
|
78
|
-
_sym_db.RegisterMessage(InternalInvoker)
|
79
|
-
|
24
|
+
_globals = globals()
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.execution_pb2', _globals)
|
80
27
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
81
28
|
|
82
29
|
DESCRIPTOR._options = None
|
83
30
|
DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001Z#qwak/execution_management;execution'
|
84
|
-
_EXECUTIONSTATUS._serialized_start=1925
|
85
|
-
_EXECUTIONSTATUS._serialized_end=2256
|
86
|
-
_EXECUTIONENTRY._serialized_start=285
|
87
|
-
_EXECUTIONENTRY._serialized_end=1579
|
88
|
-
_EXECUTIONDEPLOYMENTDETAILS._serialized_start=1581
|
89
|
-
_EXECUTIONDEPLOYMENTDETAILS._serialized_end=1670
|
90
|
-
_INVOKERDETAILS._serialized_start=1673
|
91
|
-
_INVOKERDETAILS._serialized_end=1861
|
92
|
-
_EXTERNALINVOKER._serialized_start=1863
|
93
|
-
_EXTERNALINVOKER._serialized_end=1903
|
94
|
-
_INTERNALINVOKER._serialized_start=1905
|
95
|
-
_INTERNALINVOKER._serialized_end=1922
|
31
|
+
_globals['_EXECUTIONSTATUS']._serialized_start=1925
|
32
|
+
_globals['_EXECUTIONSTATUS']._serialized_end=2256
|
33
|
+
_globals['_EXECUTIONENTRY']._serialized_start=285
|
34
|
+
_globals['_EXECUTIONENTRY']._serialized_end=1579
|
35
|
+
_globals['_EXECUTIONDEPLOYMENTDETAILS']._serialized_start=1581
|
36
|
+
_globals['_EXECUTIONDEPLOYMENTDETAILS']._serialized_end=1670
|
37
|
+
_globals['_INVOKERDETAILS']._serialized_start=1673
|
38
|
+
_globals['_INVOKERDETAILS']._serialized_end=1861
|
39
|
+
_globals['_EXTERNALINVOKER']._serialized_start=1863
|
40
|
+
_globals['_EXTERNALINVOKER']._serialized_end=1903
|
41
|
+
_globals['_INTERNALINVOKER']._serialized_start=1905
|
42
|
+
_globals['_INTERNALINVOKER']._serialized_end=1922
|
96
43
|
# @@protoc_insertion_point(module_scope)
|