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.
- weave/weaveapi/auth/v1/service_pb2.py +194 -98
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +14 -6
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +18 -14
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +60 -18
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +32 -6
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +52 -22
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +56 -20
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +228 -90
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +264 -98
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +6 -6
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +96 -36
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +20 -6
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/METADATA +3 -3
- weave_python-0.30.3.dist-info/RECORD +131 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
- weave_python-0.28.2.dist-info/RECORD +0 -120
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
import abc
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import grpc
|
|
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 =
|
|
12
|
+
_T = _typing.TypeVar("_T")
|
|
13
13
|
|
|
14
14
|
class _MaybeAsyncIterator(
|
|
15
|
-
|
|
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(
|
|
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/llmx/v1/model.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
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,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/llmx/v1/model.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\x1cweaveapi/llmx/v1/model.proto\x12\x10weaveapi.llmx.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#weaveapi/llmx/v1/architecture.proto\x1a#weaveapi/llmx/v1/capabilities.proto\x1a\x1eweaveapi/llmx/v1/pricing.proto"\
|
|
23
|
+
b'\n\x1cweaveapi/llmx/v1/model.proto\x12\x10weaveapi.llmx.v1\x1a!google/protobuf/go_features.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#weaveapi/llmx/v1/architecture.proto\x1a#weaveapi/llmx/v1/capabilities.proto\x1a\x1eweaveapi/llmx/v1/pricing.proto"\xd6\x0c\n\x05Model\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\tR\nproviderId\x12#\n\rprovider_slug\x18\x03 \x01(\tR\x0cproviderSlug\x12#\n\rprovider_name\x18\x04 \x01(\tR\x0cproviderName\x12\x19\n\x08model_id\x18\x05 \x01(\tR\x07modelId\x12\x12\n\x04slug\x18\x06 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x07 \x01(\tR\x04name\x12!\n\x0c\x64isplay_name\x18\x08 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x18\n\x07version\x18\n \x01(\tR\x07version\x12\x41\n\x0crelease_date\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0breleaseDate\x12P\n\x14training_data_cutoff\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x12trainingDataCutoff\x12I\n\x10\x64\x65precation_date\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0f\x64\x65precationDate\x12\x44\n\x0c\x63\x61pabilities\x18\x0e \x03(\x0b\x32\x1c.weaveapi.llmx.v1.CapabilityB\x02(\x01R\x0c\x63\x61pabilities\x12Q\n\x0e\x63lassification\x18\x0f \x01(\x0b\x32%.weaveapi.llmx.v1.ModelClassificationB\x02(\x01R\x0e\x63lassification\x12H\n\x0bperformance\x18\x10 \x01(\x0b\x32".weaveapi.llmx.v1.ModelPerformanceB\x02(\x01R\x0bperformance\x12\x37\n\x06tokens\x18\x11 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.TokenInfoB\x02(\x01R\x06tokens\x12\x37\n\x07pricing\x18\x12 \x01(\x0b\x32\x19.weaveapi.llmx.v1.PricingB\x02(\x01R\x07pricing\x12I\n\rconfiguration\x18\x13 \x01(\x0b\x32\x1f.weaveapi.llmx.v1.ConfigurationB\x02(\x01R\rconfiguration\x12\x41\n\x0b\x61pi_details\x18\x14 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.APIDetailsB\x02(\x01R\napiDetails\x12\x46\n\x0c\x61vailability\x18\x15 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.AvailabilityB\x02(\x01R\x0c\x61vailability\x12\x46\n\x0c\x61rchitecture\x18\x16 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.ArchitectureB\x02(\x01R\x0c\x61rchitecture\x12:\n\x08training\x18\x17 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.TrainingB\x02(\x01R\x08training\x12\x34\n\x06safety\x18\x18 \x01(\x0b\x32\x18.weaveapi.llmx.v1.SafetyB\x02(\x01R\x06safety\x12=\n\tlicensing\x18\x19 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.LicensingB\x02(\x01R\tlicensing\x12M\n\x0ftechnical_specs\x18\x1a \x01(\x0b\x32 .weaveapi.llmx.v1.TechnicalSpecsB\x02(\x01R\x0etechnicalSpecs\x12\x46\n\x0flast_scraped_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\rlastScrapedAt\x12!\n\x0c\x64\x61ta_sources\x18\x1c \x03(\tR\x0b\x64\x61taSources\x12\x1b\n\tis_active\x18\x1d \x01(\x08R\x08isActive\x12#\n\ris_deprecated\x18\x1e \x01(\x08R\x0cisDeprecated\x12\x30\n\x14replacement_model_id\x18\x1f \x01(\tR\x12replacementModelId"\xca\x01\n\x13ModelClassification\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12"\n\x0c\x61rchitecture\x18\x02 \x01(\tR\x0c\x61rchitecture\x12\'\n\x0fparameter_count\x18\x03 \x01(\x03R\x0eparameterCount\x12$\n\x0eis_open_source\x18\x04 \x01(\x08R\x0cisOpenSource\x12!\n\x0clicense_type\x18\x05 \x01(\tR\x0blicenseType"\xf1\x02\n\x10ModelPerformance\x12\'\n\x0freasoning_score\x18\x01 \x01(\x01R\x0ereasoningScore\x12!\n\x0c\x63oding_score\x18\x02 \x01(\x01R\x0b\x63odingScore\x12%\n\x0e\x63reative_score\x18\x03 \x01(\x01R\rcreativeScore\x12#\n\rfactual_score\x18\x04 \x01(\x01R\x0c\x66\x61\x63tualScore\x12\x1d\n\nmath_score\x18\x05 \x01(\x01R\tmathScore\x12\x62\n\x10\x62\x65nchmark_scores\x18\x06 \x03(\x0b\x32\x37.weaveapi.llmx.v1.ModelPerformance.BenchmarkScoresEntryR\x0f\x62\x65nchmarkScores\x1a\x42\n\x14\x42\x65nchmarkScoresEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05value:\x02\x38\x01"\xa8\x01\n\tTokenInfo\x12%\n\x0e\x63ontext_window\x18\x01 \x01(\x05R\rcontextWindow\x12*\n\x11max_output_tokens\x18\x02 \x01(\x05R\x0fmaxOutputTokens\x12\x1c\n\ttokenizer\x18\x03 \x01(\tR\ttokenizer\x12*\n\x11tokens_per_second\x18\x04 \x01(\x05R\x0ftokensPerSecond"\xca\x01\n\rConfiguration\x12\'\n\x0ftemperature_min\x18\x01 \x01(\x01R\x0etemperatureMin\x12\'\n\x0ftemperature_max\x18\x02 \x01(\x01R\x0etemperatureMax\x12/\n\x13temperature_default\x18\x03 \x01(\x01R\x12temperatureDefault\x12\x1a\n\ttop_p_min\x18\x04 \x01(\x01R\x07topPMin\x12\x1a\n\ttop_p_max\x18\x05 \x01(\x01R\x07topPMax"\x8e\x01\n\nAPIDetails\x12\x1a\n\x08\x65ndpoint\x18\x01 \x01(\tR\x08\x65ndpoint\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\x12$\n\x0erate_limit_rpm\x18\x03 \x01(\x05R\x0crateLimitRpm\x12$\n\x0erate_limit_tpm\x18\x04 \x01(\x05R\x0crateLimitTpm"F\n\x0c\x41vailability\x12\x18\n\x07regions\x18\x01 \x03(\tR\x07regions\x12\x1c\n\tplatforms\x18\x02 \x03(\tR\tplatformsB\xc2\x01\n\x14\x63om.weaveapi.llmx.v1B\nModelProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,23 +32,59 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\nModelProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\nModelProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1\222\003\005\322>\002\020\003"
|
|
36
|
+
_globals["_MODEL"].fields_by_name["release_date"]._loaded_options = None
|
|
37
|
+
_globals["_MODEL"].fields_by_name["release_date"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_MODEL"].fields_by_name["training_data_cutoff"]._loaded_options = None
|
|
39
|
+
_globals["_MODEL"].fields_by_name[
|
|
40
|
+
"training_data_cutoff"
|
|
41
|
+
]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_MODEL"].fields_by_name["deprecation_date"]._loaded_options = None
|
|
43
|
+
_globals["_MODEL"].fields_by_name["deprecation_date"]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_MODEL"].fields_by_name["capabilities"]._loaded_options = None
|
|
45
|
+
_globals["_MODEL"].fields_by_name["capabilities"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_MODEL"].fields_by_name["classification"]._loaded_options = None
|
|
47
|
+
_globals["_MODEL"].fields_by_name["classification"]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_MODEL"].fields_by_name["performance"]._loaded_options = None
|
|
49
|
+
_globals["_MODEL"].fields_by_name["performance"]._serialized_options = b"(\001"
|
|
50
|
+
_globals["_MODEL"].fields_by_name["tokens"]._loaded_options = None
|
|
51
|
+
_globals["_MODEL"].fields_by_name["tokens"]._serialized_options = b"(\001"
|
|
52
|
+
_globals["_MODEL"].fields_by_name["pricing"]._loaded_options = None
|
|
53
|
+
_globals["_MODEL"].fields_by_name["pricing"]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_MODEL"].fields_by_name["configuration"]._loaded_options = None
|
|
55
|
+
_globals["_MODEL"].fields_by_name["configuration"]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_MODEL"].fields_by_name["api_details"]._loaded_options = None
|
|
57
|
+
_globals["_MODEL"].fields_by_name["api_details"]._serialized_options = b"(\001"
|
|
58
|
+
_globals["_MODEL"].fields_by_name["availability"]._loaded_options = None
|
|
59
|
+
_globals["_MODEL"].fields_by_name["availability"]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_MODEL"].fields_by_name["architecture"]._loaded_options = None
|
|
61
|
+
_globals["_MODEL"].fields_by_name["architecture"]._serialized_options = b"(\001"
|
|
62
|
+
_globals["_MODEL"].fields_by_name["training"]._loaded_options = None
|
|
63
|
+
_globals["_MODEL"].fields_by_name["training"]._serialized_options = b"(\001"
|
|
64
|
+
_globals["_MODEL"].fields_by_name["safety"]._loaded_options = None
|
|
65
|
+
_globals["_MODEL"].fields_by_name["safety"]._serialized_options = b"(\001"
|
|
66
|
+
_globals["_MODEL"].fields_by_name["licensing"]._loaded_options = None
|
|
67
|
+
_globals["_MODEL"].fields_by_name["licensing"]._serialized_options = b"(\001"
|
|
68
|
+
_globals["_MODEL"].fields_by_name["technical_specs"]._loaded_options = None
|
|
69
|
+
_globals["_MODEL"].fields_by_name["technical_specs"]._serialized_options = b"(\001"
|
|
70
|
+
_globals["_MODEL"].fields_by_name["last_scraped_at"]._loaded_options = None
|
|
71
|
+
_globals["_MODEL"].fields_by_name["last_scraped_at"]._serialized_options = b"(\001"
|
|
36
72
|
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._loaded_options = None
|
|
37
73
|
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_options = b"8\001"
|
|
38
|
-
_globals["_MODEL"]._serialized_start =
|
|
39
|
-
_globals["_MODEL"]._serialized_end =
|
|
40
|
-
_globals["_MODELCLASSIFICATION"]._serialized_start =
|
|
41
|
-
_globals["_MODELCLASSIFICATION"]._serialized_end =
|
|
42
|
-
_globals["_MODELPERFORMANCE"]._serialized_start =
|
|
43
|
-
_globals["_MODELPERFORMANCE"]._serialized_end =
|
|
44
|
-
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_start =
|
|
45
|
-
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_end =
|
|
46
|
-
_globals["_TOKENINFO"]._serialized_start =
|
|
47
|
-
_globals["_TOKENINFO"]._serialized_end =
|
|
48
|
-
_globals["_CONFIGURATION"]._serialized_start =
|
|
49
|
-
_globals["_CONFIGURATION"]._serialized_end =
|
|
50
|
-
_globals["_APIDETAILS"]._serialized_start =
|
|
51
|
-
_globals["_APIDETAILS"]._serialized_end =
|
|
52
|
-
_globals["_AVAILABILITY"]._serialized_start =
|
|
53
|
-
_globals["_AVAILABILITY"]._serialized_end =
|
|
74
|
+
_globals["_MODEL"]._serialized_start = 225
|
|
75
|
+
_globals["_MODEL"]._serialized_end = 1847
|
|
76
|
+
_globals["_MODELCLASSIFICATION"]._serialized_start = 1850
|
|
77
|
+
_globals["_MODELCLASSIFICATION"]._serialized_end = 2052
|
|
78
|
+
_globals["_MODELPERFORMANCE"]._serialized_start = 2055
|
|
79
|
+
_globals["_MODELPERFORMANCE"]._serialized_end = 2424
|
|
80
|
+
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_start = 2358
|
|
81
|
+
_globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_end = 2424
|
|
82
|
+
_globals["_TOKENINFO"]._serialized_start = 2427
|
|
83
|
+
_globals["_TOKENINFO"]._serialized_end = 2595
|
|
84
|
+
_globals["_CONFIGURATION"]._serialized_start = 2598
|
|
85
|
+
_globals["_CONFIGURATION"]._serialized_end = 2800
|
|
86
|
+
_globals["_APIDETAILS"]._serialized_start = 2803
|
|
87
|
+
_globals["_APIDETAILS"]._serialized_end = 2945
|
|
88
|
+
_globals["_AVAILABILITY"]._serialized_start = 2947
|
|
89
|
+
_globals["_AVAILABILITY"]._serialized_end = 3017
|
|
54
90
|
# @@protoc_insertion_point(module_scope)
|