beamlit 0.0.20rc3__py3-none-any.whl → 0.0.20rc4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- beamlit/api/agents/delete_agent_history.py +155 -0
- beamlit/api/agents/get_agent_deployment.py +1 -22
- beamlit/api/agents/get_agent_environment_logs.py +151 -0
- beamlit/api/agents/get_agent_history.py +155 -0
- beamlit/api/agents/list_agent_history.py +151 -0
- beamlit/api/agents/put_agent_history.py +181 -0
- beamlit/api/functions/get_function_environment_logs.py +151 -0
- beamlit/api/models/get_model_environment_logs.py +155 -0
- beamlit/common/generate.py +8 -3
- beamlit/common/settings.py +1 -5
- beamlit/models/__init__.py +28 -30
- beamlit/models/acl.py +2 -0
- beamlit/models/agent.py +2 -0
- beamlit/models/agent_chain.py +2 -0
- beamlit/models/agent_configuration.py +2 -0
- beamlit/models/agent_deployment.py +44 -99
- beamlit/models/agent_deployment_configuration.py +45 -0
- beamlit/models/agent_deployment_history.py +15 -46
- beamlit/models/agent_deployment_history_event.py +24 -78
- beamlit/models/agent_deployment_pod_template.py +45 -0
- beamlit/models/agent_history.py +165 -0
- beamlit/models/agent_history_event.py +131 -0
- beamlit/models/agent_metadata.py +144 -0
- beamlit/models/agent_release.py +2 -0
- beamlit/models/agent_spec.py +238 -0
- beamlit/models/agent_with_deployments.py +2 -0
- beamlit/models/api_key.py +2 -0
- beamlit/models/authentication_provider_model.py +2 -0
- beamlit/models/authentication_provider_organization.py +2 -0
- beamlit/models/configuration.py +2 -0
- beamlit/models/continent.py +2 -0
- beamlit/models/core_spec.py +179 -0
- beamlit/models/country.py +2 -0
- beamlit/models/create_api_key_for_service_account_body.py +2 -0
- beamlit/models/create_workspace_service_account_body.py +2 -0
- beamlit/models/create_workspace_service_account_response_200.py +2 -0
- beamlit/models/delete_workspace_service_account_response_200.py +2 -0
- beamlit/models/deployment_configuration.py +2 -0
- beamlit/models/deployment_configurations.py +2 -0
- beamlit/models/deployment_serverless_config.py +131 -0
- beamlit/models/environment.py +2 -0
- beamlit/models/environment_metrics.py +2 -0
- beamlit/models/environment_spec.py +61 -0
- beamlit/models/flavor.py +2 -0
- beamlit/models/function.py +2 -0
- beamlit/models/function_configuration.py +2 -0
- beamlit/models/function_deployment.py +44 -99
- beamlit/models/function_deployment_configuration.py +45 -0
- beamlit/models/function_deployment_pod_template.py +45 -0
- beamlit/models/function_kit.py +2 -0
- beamlit/models/function_metadata.py +144 -0
- beamlit/models/function_provider_ref.py +2 -0
- beamlit/models/function_release.py +2 -0
- beamlit/models/function_spec.py +240 -0
- beamlit/models/function_with_deployments.py +2 -0
- beamlit/models/get_workspace_service_accounts_response_200_item.py +2 -0
- beamlit/models/increase_and_rate_metric.py +2 -0
- beamlit/models/integration.py +2 -0
- beamlit/models/integration_config.py +2 -0
- beamlit/models/integration_connection.py +2 -0
- beamlit/models/integration_connection_config.py +2 -0
- beamlit/models/integration_connection_secret.py +2 -0
- beamlit/models/integration_connection_spec.py +99 -0
- beamlit/models/integration_model.py +2 -0
- beamlit/models/integration_secret.py +2 -0
- beamlit/models/invite_workspace_user_body.py +2 -0
- beamlit/models/labels_type_0.py +2 -0
- beamlit/models/location.py +2 -0
- beamlit/models/location_response.py +2 -0
- beamlit/models/metadata.py +135 -0
- beamlit/models/metadata_labels.py +43 -0
- beamlit/models/metric.py +2 -0
- beamlit/models/metrics.py +2 -0
- beamlit/models/model.py +2 -0
- beamlit/models/model_deployment.py +66 -85
- beamlit/models/model_deployment_log.py +2 -0
- beamlit/models/model_deployment_metrics.py +2 -0
- beamlit/models/model_deployment_metrics_inference_per_second_per_region.py +2 -0
- beamlit/models/model_deployment_metrics_query_per_second_per_region_per_code.py +2 -0
- beamlit/models/model_deployment_pod_template.py +45 -0
- beamlit/models/model_metadata.py +144 -0
- beamlit/models/model_metrics.py +2 -0
- beamlit/models/model_provider.py +2 -0
- beamlit/models/model_provider_ref.py +2 -0
- beamlit/models/model_release.py +2 -0
- beamlit/models/model_spec.py +188 -0
- beamlit/models/model_with_deployments.py +2 -0
- beamlit/models/owner_fields.py +68 -0
- beamlit/models/pending_invitation.py +2 -0
- beamlit/models/pending_invitation_accept.py +2 -0
- beamlit/models/pending_invitation_render.py +2 -0
- beamlit/models/pending_invitation_render_invited_by.py +2 -0
- beamlit/models/pending_invitation_render_workspace.py +2 -0
- beamlit/models/pending_invitation_workspace_details.py +2 -0
- beamlit/models/pod_template_spec.py +43 -0
- beamlit/models/policy.py +36 -8
- beamlit/models/policy_location.py +2 -0
- beamlit/models/policy_spec.py +119 -0
- beamlit/models/provider_config.py +2 -0
- beamlit/models/qps.py +2 -0
- beamlit/models/resource_deployment_log.py +2 -0
- beamlit/models/resource_deployment_metrics.py +70 -155
- beamlit/models/resource_deployment_metrics_inference_per_region.py +77 -0
- beamlit/models/resource_deployment_metrics_inference_per_second_per_region.py +77 -0
- beamlit/models/resource_deployment_metrics_query_per_region_per_code.py +75 -0
- beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code.py +75 -0
- beamlit/models/resource_environment_metrics.py +172 -0
- beamlit/models/resource_environment_metrics_inference_per_second_per_region.py +75 -0
- beamlit/models/resource_environment_metrics_query_per_second_per_region_per_code.py +73 -0
- beamlit/models/resource_log.py +68 -0
- beamlit/models/resource_metrics.py +2 -0
- beamlit/models/runtime.py +14 -29
- beamlit/models/runtime_readiness_probe.py +45 -0
- beamlit/models/runtime_resources.py +2 -0
- beamlit/models/runtime_type_0.py +111 -0
- beamlit/models/runtime_type_0_readiness_probe.py +43 -0
- beamlit/models/runtime_type_0_readiness_probe_type_0.py +43 -0
- beamlit/models/runtime_type_0_resources.py +59 -0
- beamlit/models/serverless_config.py +2 -0
- beamlit/models/spec_configuration.py +68 -0
- beamlit/models/standard_fields_dynamo_db.py +2 -0
- beamlit/models/store_agent.py +15 -29
- beamlit/models/store_agent_configuration.py +2 -0
- beamlit/models/store_agent_labels.py +45 -0
- beamlit/models/store_configuration.py +6 -15
- beamlit/models/store_configuration_option.py +7 -18
- beamlit/models/store_function.py +15 -29
- beamlit/models/store_function_configuration.py +2 -0
- beamlit/models/store_function_kit.py +2 -0
- beamlit/models/store_function_labels.py +45 -0
- beamlit/models/store_function_parameter.py +2 -0
- beamlit/models/time_fields.py +68 -0
- beamlit/models/update_workspace_service_account_body.py +2 -0
- beamlit/models/update_workspace_service_account_response_200.py +2 -0
- beamlit/models/update_workspace_user_role_body.py +2 -0
- beamlit/models/websocket_channel.py +86 -0
- beamlit/models/workspace.py +2 -0
- beamlit/models/workspace_labels.py +2 -0
- beamlit/models/workspace_user.py +2 -0
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/METADATA +1 -1
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/RECORD +142 -95
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,68 @@
|
|
1
|
+
from typing import Any, Type, TypeVar, Union
|
2
|
+
|
3
|
+
from attrs import define as _attrs_define
|
4
|
+
from attrs import field as _attrs_field
|
5
|
+
|
6
|
+
from ..types import UNSET, Unset
|
7
|
+
|
8
|
+
T = TypeVar("T", bound="TimeFields")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class TimeFields:
|
13
|
+
"""Time fields for Persistance
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
created_at (Union[Unset, str]): The date and time when the resource was created
|
17
|
+
updated_at (Union[Unset, str]): The date and time when the resource was updated
|
18
|
+
"""
|
19
|
+
|
20
|
+
created_at: Union[Unset, str] = UNSET
|
21
|
+
updated_at: Union[Unset, str] = UNSET
|
22
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
23
|
+
|
24
|
+
def to_dict(self) -> dict[str, Any]:
|
25
|
+
created_at = self.created_at
|
26
|
+
|
27
|
+
updated_at = self.updated_at
|
28
|
+
|
29
|
+
field_dict: dict[str, Any] = {}
|
30
|
+
field_dict.update(self.additional_properties)
|
31
|
+
field_dict.update({})
|
32
|
+
if created_at is not UNSET:
|
33
|
+
field_dict["createdAt"] = created_at
|
34
|
+
if updated_at is not UNSET:
|
35
|
+
field_dict["updatedAt"] = updated_at
|
36
|
+
|
37
|
+
return field_dict
|
38
|
+
|
39
|
+
@classmethod
|
40
|
+
def from_dict(cls: Type[T], src_dict: dict[str, Any]) -> T:
|
41
|
+
d = src_dict.copy()
|
42
|
+
created_at = d.pop("createdAt", UNSET)
|
43
|
+
|
44
|
+
updated_at = d.pop("updatedAt", UNSET)
|
45
|
+
|
46
|
+
time_fields = cls(
|
47
|
+
created_at=created_at,
|
48
|
+
updated_at=updated_at,
|
49
|
+
)
|
50
|
+
|
51
|
+
time_fields.additional_properties = d
|
52
|
+
return time_fields
|
53
|
+
|
54
|
+
@property
|
55
|
+
def additional_keys(self) -> list[str]:
|
56
|
+
return list(self.additional_properties.keys())
|
57
|
+
|
58
|
+
def __getitem__(self, key: str) -> Any:
|
59
|
+
return self.additional_properties[key]
|
60
|
+
|
61
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
62
|
+
self.additional_properties[key] = value
|
63
|
+
|
64
|
+
def __delitem__(self, key: str) -> None:
|
65
|
+
del self.additional_properties[key]
|
66
|
+
|
67
|
+
def __contains__(self, key: str) -> bool:
|
68
|
+
return key in self.additional_properties
|
@@ -0,0 +1,86 @@
|
|
1
|
+
from typing import Any, Type, TypeVar, Union
|
2
|
+
|
3
|
+
from attrs import define as _attrs_define
|
4
|
+
from attrs import field as _attrs_field
|
5
|
+
|
6
|
+
from ..types import UNSET, Unset
|
7
|
+
|
8
|
+
T = TypeVar("T", bound="WebsocketChannel")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class WebsocketChannel:
|
13
|
+
"""WebSocket connection details
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
created_at (Union[Unset, str]): The date and time when the resource was created
|
17
|
+
updated_at (Union[Unset, str]): The date and time when the resource was updated
|
18
|
+
connection_id (Union[Unset, str]): Unique connection ID
|
19
|
+
workspace (Union[Unset, str]): Workspace the connection belongs to
|
20
|
+
"""
|
21
|
+
|
22
|
+
created_at: Union[Unset, str] = UNSET
|
23
|
+
updated_at: Union[Unset, str] = UNSET
|
24
|
+
connection_id: Union[Unset, str] = UNSET
|
25
|
+
workspace: Union[Unset, str] = UNSET
|
26
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
27
|
+
|
28
|
+
def to_dict(self) -> dict[str, Any]:
|
29
|
+
created_at = self.created_at
|
30
|
+
|
31
|
+
updated_at = self.updated_at
|
32
|
+
|
33
|
+
connection_id = self.connection_id
|
34
|
+
|
35
|
+
workspace = self.workspace
|
36
|
+
|
37
|
+
field_dict: dict[str, Any] = {}
|
38
|
+
field_dict.update(self.additional_properties)
|
39
|
+
field_dict.update({})
|
40
|
+
if created_at is not UNSET:
|
41
|
+
field_dict["createdAt"] = created_at
|
42
|
+
if updated_at is not UNSET:
|
43
|
+
field_dict["updatedAt"] = updated_at
|
44
|
+
if connection_id is not UNSET:
|
45
|
+
field_dict["connection_id"] = connection_id
|
46
|
+
if workspace is not UNSET:
|
47
|
+
field_dict["workspace"] = workspace
|
48
|
+
|
49
|
+
return field_dict
|
50
|
+
|
51
|
+
@classmethod
|
52
|
+
def from_dict(cls: Type[T], src_dict: dict[str, Any]) -> T:
|
53
|
+
d = src_dict.copy()
|
54
|
+
created_at = d.pop("createdAt", UNSET)
|
55
|
+
|
56
|
+
updated_at = d.pop("updatedAt", UNSET)
|
57
|
+
|
58
|
+
connection_id = d.pop("connection_id", UNSET)
|
59
|
+
|
60
|
+
workspace = d.pop("workspace", UNSET)
|
61
|
+
|
62
|
+
websocket_channel = cls(
|
63
|
+
created_at=created_at,
|
64
|
+
updated_at=updated_at,
|
65
|
+
connection_id=connection_id,
|
66
|
+
workspace=workspace,
|
67
|
+
)
|
68
|
+
|
69
|
+
websocket_channel.additional_properties = d
|
70
|
+
return websocket_channel
|
71
|
+
|
72
|
+
@property
|
73
|
+
def additional_keys(self) -> list[str]:
|
74
|
+
return list(self.additional_properties.keys())
|
75
|
+
|
76
|
+
def __getitem__(self, key: str) -> Any:
|
77
|
+
return self.additional_properties[key]
|
78
|
+
|
79
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
80
|
+
self.additional_properties[key] = value
|
81
|
+
|
82
|
+
def __delitem__(self, key: str) -> None:
|
83
|
+
del self.additional_properties[key]
|
84
|
+
|
85
|
+
def __contains__(self, key: str) -> bool:
|
86
|
+
return key in self.additional_properties
|
beamlit/models/workspace.py
CHANGED
beamlit/models/workspace_user.py
CHANGED
@@ -11,17 +11,22 @@ beamlit/api/agents/create_agent_release.py,sha256=cH_GLiSFyMblwN0tayVPugwyGNMVRe
|
|
11
11
|
beamlit/api/agents/delete_agent.py,sha256=VN8ZTZYw9FpVD8iHAM6EJIy6yp0SDJjdwvnrZ2XnJ54,3483
|
12
12
|
beamlit/api/agents/delete_agent_deployment.py,sha256=x7bSeOMn0NI0GHroQsN1Xe-cuGpPz6DilBXcC8VMCAE,4188
|
13
13
|
beamlit/api/agents/delete_agent_deployment_history.py,sha256=dx7OAe1rWUqMvGE2T-PP0otZPwVIN9QwMzFc_30hCEA,4462
|
14
|
+
beamlit/api/agents/delete_agent_history.py,sha256=P8yzKwx1NRMqoQZUSbBla0ufVP5qrmJo_V_QYLx7_Ek,3849
|
14
15
|
beamlit/api/agents/get_agent.py,sha256=FKv3gUHteeQ9Q2LawxOaMonXzzXlIGGtQJUgU6t56cU,3468
|
15
|
-
beamlit/api/agents/get_agent_deployment.py,sha256=
|
16
|
+
beamlit/api/agents/get_agent_deployment.py,sha256=2Wv-ptxIyksdcAAcTFW3k4VQL9jFEDmP-qsjLsmLVeE,4173
|
16
17
|
beamlit/api/agents/get_agent_deployment_history.py,sha256=f46M813WsM-mBtRgaGPsKGgUsCetz_LoGhwpK6FaEWs,4459
|
17
18
|
beamlit/api/agents/get_agent_deployment_logs.py,sha256=8SGzj0G-hTryIZEmBnvTI5Iv9PHAxIl1CHmvCDoirEA,4366
|
18
19
|
beamlit/api/agents/get_agent_deployment_metrics.py,sha256=DEdpG0hinjzueWxj6-k729e2roV2DOn_WLyDZj0aV84,4148
|
20
|
+
beamlit/api/agents/get_agent_environment_logs.py,sha256=-YBz9hF63-CzEGT1u5r9vR5rRJ-FTNVHpk-Ktk3-YIg,3765
|
21
|
+
beamlit/api/agents/get_agent_history.py,sha256=sDKZQhul8wrSbuRY8WNI6jRNYgFcYtCnaU2fgR1owM8,3846
|
19
22
|
beamlit/api/agents/get_agent_metrics.py,sha256=2Pm3vX06D-OnlsAcHI00pPFPOB3hBPQcSR3Vmq4Jipo,3619
|
20
23
|
beamlit/api/agents/list_agent_deployment_history.py,sha256=hROFm36Qgc4qzcN23OffBx9tBTgWBIGzyo9G3jqwTac,4382
|
21
24
|
beamlit/api/agents/list_agent_deployments.py,sha256=9ZqXV9SomR1XGqi6ps77P8gwizG-EvM-3u-aOLMVAVo,3932
|
25
|
+
beamlit/api/agents/list_agent_history.py,sha256=cWbtzUtyfpsNeV0xJ7RRlZcAY2-5GNuUyJ4HZjnszso,3781
|
22
26
|
beamlit/api/agents/list_agents.py,sha256=M-uWajFRAZkBlTnaiQu_LYvPjzb-24j099ilf_o06MU,3327
|
23
27
|
beamlit/api/agents/put_agent_deployment.py,sha256=tggYrT_eFNOFWNcZyVQmESvEbSBvrjoeakFMKlTX7as,4872
|
24
28
|
beamlit/api/agents/put_agent_deployment_history.py,sha256=h7uo2CAaEMz4kOfw167WgUJc_-ivkCQ6nDTrOa42s18,5293
|
29
|
+
beamlit/api/agents/put_agent_history.py,sha256=lt1_9yFW_vEgeS_jlh-4EumgbTZCdcZYy9GbA91gewU,4590
|
25
30
|
beamlit/api/agents/update_agent.py,sha256=O295Ugzn6glyNBu4Ngkxgl2BMrmY9R7PbG3TvZw6HSA,4462
|
26
31
|
beamlit/api/configurations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
32
|
beamlit/api/configurations/get_configuration.py,sha256=BtazLwvVe1OGjt0dJ-NVVipqAqZt1HwemWTGK2iuN9w,3197
|
@@ -41,6 +46,7 @@ beamlit/api/functions/get_function.py,sha256=79V5edLtNhTSu78FzGQCCcuHQDys88wIDsk
|
|
41
46
|
beamlit/api/functions/get_function_deployment.py,sha256=pj9OLfKfX-CZ37xBJTnFmQnwdik-Y5ABScLqb891jfg,4281
|
42
47
|
beamlit/api/functions/get_function_deployment_logs.py,sha256=QsC-K8qI-hnZeZ1UvC6fD5sFZCG6fr26tX3lewzz5cc,4423
|
43
48
|
beamlit/api/functions/get_function_deployment_metrics.py,sha256=q-ZxcWM62hdqyJQXVnbRw5B5F8n0PkEildwCv_HJxAk,4205
|
49
|
+
beamlit/api/functions/get_function_environment_logs.py,sha256=aQGIcqXdYsRy5fW3XUswvqW2NrY0w1p227K-jSG_Kls,3822
|
44
50
|
beamlit/api/functions/get_function_metrics.py,sha256=GKXuFq5PzcZtIBt-4j95jRmVAq_2VeRcXwPQ9syKFyU,3688
|
45
51
|
beamlit/api/functions/list_function_deployments.py,sha256=aMOJl97NNQBy4fJnm8P0Tilf7o_vAQKnl2qXL9lH59I,4040
|
46
52
|
beamlit/api/functions/list_functions.py,sha256=1yNW46v_H6cxHCuHXzNl0OgOpsEErdW-j8N13SdmEzA,3393
|
@@ -80,6 +86,7 @@ beamlit/api/models/get_model.py,sha256=ftn9Gl56lstvjkIrJyjs0HZqhzRjPo2b_GJKeWyPc
|
|
80
86
|
beamlit/api/models/get_model_deployment.py,sha256=WJEWJLK0s5oqgy-mJ7hy6Ki3SjPhvIbvmsQtT0MCCMU,4285
|
81
87
|
beamlit/api/models/get_model_deployment_logs.py,sha256=A0gnKCPHGPjbT8D4CNr3DD2wIDnRCWMfmec4HJ6_EoY,4507
|
82
88
|
beamlit/api/models/get_model_deployment_metrics.py,sha256=McS9BoRLRuHadGMxILP81KXXjhVCZyZH1Wka3_weXvY,4301
|
89
|
+
beamlit/api/models/get_model_environment_logs.py,sha256=oD_hV9k96cTo3HYqO03KqKXtsgH5OeaAK02QPslEMSM,3945
|
83
90
|
beamlit/api/models/get_model_metrics.py,sha256=76SMUK1PJuC0baXzJOu2RcNhf9hg397_ZNxChGJItGU,3740
|
84
91
|
beamlit/api/models/list_model_deployments.py,sha256=_JQqIDzy8qedO83x_z8HcA5KeSz7gZ21Mo_B_ciqxr0,4128
|
85
92
|
beamlit/api/models/list_models.py,sha256=OhJI0LY4e_hvfp1CEgJ0D59zFSxUwZVjNyj9Z_Spmbg,3523
|
@@ -124,112 +131,152 @@ beamlit/authentication/authentication.py,sha256=Al_ioKYVfGdS9urfENFqE12drzChD6l3
|
|
124
131
|
beamlit/authentication/clientcredentials.py,sha256=OUzV_Kc5A2BIteM5u8r26NwQMs8oTHPqz9qAkSxwxH0,3744
|
125
132
|
beamlit/authentication/credentials.py,sha256=Ro7Pb_GRNuLF9MuDdOhRolnksnIFIWn5KPRNnT7c7_w,4830
|
126
133
|
beamlit/authentication/device_mode.py,sha256=Y4WVDH6guhdQKn8zIV5s93VWvtAIn4BsTikq_UnZw4c,3409
|
127
|
-
beamlit/common/generate.py,sha256=
|
134
|
+
beamlit/common/generate.py,sha256=C6Z0ifDwrSMrtrHwgC8YQm0JklsDaPCkagzpK9v9SrQ,7172
|
128
135
|
beamlit/common/logger.py,sha256=zuUVHsSSwH0REij0rDhBgZ0U7YvToDQu-SVS6ZBIDUg,948
|
129
|
-
beamlit/common/settings.py,sha256=
|
136
|
+
beamlit/common/settings.py,sha256=FoOymkCcrwzya55ZOxOnNdMePYWBAgMTHxmPxHWGXAE,4186
|
130
137
|
beamlit/common/utils.py,sha256=0KaC8vMa0AyIm4jTNgAJSsOYA1b191Q8AUF1up1RxFs,634
|
131
|
-
beamlit/models/__init__.py,sha256=
|
132
|
-
beamlit/models/acl.py,sha256=
|
133
|
-
beamlit/models/agent.py,sha256=
|
134
|
-
beamlit/models/agent_chain.py,sha256=
|
135
|
-
beamlit/models/agent_configuration.py,sha256=
|
136
|
-
beamlit/models/agent_deployment.py,sha256=
|
138
|
+
beamlit/models/__init__.py,sha256=Jv0iTOtTs9G2zQRjbCmDjmNz8T9fX-MHoSt3b3zlRcI,8929
|
139
|
+
beamlit/models/acl.py,sha256=7YK6FBYG1f6fYp9SuDkiciXrV3M8iFnHLqfY44FXxdM,4648
|
140
|
+
beamlit/models/agent.py,sha256=Vs78OV9LaMbU0_A0HI4vfWIFJeaExcXIKWqcNiX1mj0,4841
|
141
|
+
beamlit/models/agent_chain.py,sha256=q0r8C3Djf1F9OSAdBJ3ogioppSKh1Frk9Q7JGWJ9xB4,2261
|
142
|
+
beamlit/models/agent_configuration.py,sha256=vWRNVFfuNscVqlTT8jCQ68cnBBlJ2Fr7KvkLWdlXOvM,1996
|
143
|
+
beamlit/models/agent_deployment.py,sha256=P2mo6O-u5IFv6QQX_z-vRbrkhAFRO59MMrKRNv8BVI8,13452
|
144
|
+
beamlit/models/agent_deployment_configuration.py,sha256=IhCe0hKHN05t8zen7aF6TfLltC0gtJfskV0Bp9VksLA,1411
|
137
145
|
beamlit/models/agent_deployment_configuration_type_0.py,sha256=Z1plO5qFfzrBO5q4i-ulgTwm--K41r0aAOJ-iZ-jvd4,1393
|
138
|
-
beamlit/models/agent_deployment_history.py,sha256=
|
139
|
-
beamlit/models/agent_deployment_history_event.py,sha256=
|
146
|
+
beamlit/models/agent_deployment_history.py,sha256=VhD43_w-U8QwKa2gZfBgDVtFcCF_9z-5sJ0jKke-ew8,5957
|
147
|
+
beamlit/models/agent_deployment_history_event.py,sha256=2UiZ-TqbksbnmiMQEbbvj5noCx97UHOiLe1AZrjoic4,3872
|
148
|
+
beamlit/models/agent_deployment_pod_template.py,sha256=IYTgo4R0eb1MProVTFyOY40xJg2tgg43Pn8f2NdPwGM,1356
|
140
149
|
beamlit/models/agent_deployment_pod_template_type_0.py,sha256=zF8oTpOxU2bdzV3HJjSPNtb3K70qlA1jEsHOrHzDtJ0,1338
|
141
|
-
beamlit/models/
|
142
|
-
beamlit/models/
|
143
|
-
beamlit/models/
|
144
|
-
beamlit/models/
|
145
|
-
beamlit/models/
|
146
|
-
beamlit/models/
|
147
|
-
beamlit/models/
|
148
|
-
beamlit/models/
|
149
|
-
beamlit/models/
|
150
|
-
beamlit/models/
|
151
|
-
beamlit/models/
|
152
|
-
beamlit/models/
|
153
|
-
beamlit/models/
|
154
|
-
beamlit/models/
|
150
|
+
beamlit/models/agent_history.py,sha256=OO0KOXwXGRrsxqIlfjl7o81--sRpTgkVe2ws_PEbFsA,5093
|
151
|
+
beamlit/models/agent_history_event.py,sha256=eMx-7IOaBTyhsaiqIFvU8bqifGGeSEUQ6NXACuLduBQ,3770
|
152
|
+
beamlit/models/agent_metadata.py,sha256=5b9UAPrRClQvq7tGNb7gxBj7K4xafcaK8iEPmewetdo,4553
|
153
|
+
beamlit/models/agent_release.py,sha256=gEH8Gkl-6V1kEYxa7gTMKKJgYbvEncpKEvP8siey7QE,1934
|
154
|
+
beamlit/models/agent_spec.py,sha256=zcE-r2DwZrR0EVEQNF9uzjXZ3qBJgsOdwzqxGtuHSxM,9341
|
155
|
+
beamlit/models/agent_with_deployments.py,sha256=QnkpMitS-UHikqBMEwoRewypzCwgKS3jjFcSoZO13AM,6152
|
156
|
+
beamlit/models/api_key.py,sha256=JRjdzc-8oIR1xOOO9fOCAumzR-BhmYGdFkKetzMuEPE,4294
|
157
|
+
beamlit/models/authentication_provider_model.py,sha256=3Zl7NcKLRmnNmDAgtm9yZpMhHs6LfFVqezyUlBtYPbk,4539
|
158
|
+
beamlit/models/authentication_provider_organization.py,sha256=980K3JsCCa5V9LUoV4167gZvB4HRGNYfEciLBOcUEFY,2685
|
159
|
+
beamlit/models/configuration.py,sha256=1IMXEcJLuKegSaNHFxxNYRYCTFl4eRbAvqPWBXrkF1I,2210
|
160
|
+
beamlit/models/continent.py,sha256=9sYifjx268fPwB0rFW_mk3QA-_ikzAcKTcuJxCTX1QQ,1888
|
161
|
+
beamlit/models/core_spec.py,sha256=JVB3nqisNK_lbdL7wUyPnqKqKQdXZ_rx6fifPkYvltU,6996
|
162
|
+
beamlit/models/country.py,sha256=CE6SqBmXnECtzdTwMTir5F8g7YY02pLweLYz15yDzwc,1878
|
163
|
+
beamlit/models/create_api_key_for_service_account_body.py,sha256=AK7rv02_5qDJD5ijth4_d342ZaYquur06hMAtSIr6tg,2011
|
164
|
+
beamlit/models/create_workspace_service_account_body.py,sha256=lZZdUuMZtf1VFEkJjzaatbmgYTl95TSc88f50XMtmKo,1964
|
165
|
+
beamlit/models/create_workspace_service_account_response_200.py,sha256=BuHZQsHJ-vr1_5FYX2J9T6TjcMSSw7jzHnqjUPuHbOw,3355
|
166
|
+
beamlit/models/delete_workspace_service_account_response_200.py,sha256=VbJMaEJn2j-kpQ6Vcp1PyP-Xe7XGuQUDSZdIVm8qTwQ,2974
|
167
|
+
beamlit/models/deployment_configuration.py,sha256=6rmExg_oXYPfXvqLcfMoigsGbAtEUC7a65vaBTENSNc,2033
|
168
|
+
beamlit/models/deployment_configurations.py,sha256=1_uwNn5dNV1lELldBAttQGyXxADgT8ZnsmTgfVIMxZk,1962
|
169
|
+
beamlit/models/deployment_serverless_config.py,sha256=57-oP4LAwg_8ynY-AbTM5RvJlvpHlAzgtYcx9f5VbUo,5072
|
155
170
|
beamlit/models/deployment_serverless_config_type_0.py,sha256=dZ235N76xwv31w-IN8GUyMqO3KHomsFoTu682h37Gmw,8623
|
156
|
-
beamlit/models/environment.py,sha256=
|
157
|
-
beamlit/models/environment_metrics.py,sha256=
|
158
|
-
beamlit/models/
|
159
|
-
beamlit/models/
|
160
|
-
beamlit/models/
|
161
|
-
beamlit/models/
|
171
|
+
beamlit/models/environment.py,sha256=P9dhq9Yxh4vCsgqAu5elQSqDQtRAVv1iv6D46e38VGI,5461
|
172
|
+
beamlit/models/environment_metrics.py,sha256=TvqayiDSGLxxzVeocU8Jfeuj7QBoFmvRHBisY27v7J4,3829
|
173
|
+
beamlit/models/environment_spec.py,sha256=VFYzzufVIrqHe9GYqizPRsPMECqXXJTpTTr1gm7e5Jk,1726
|
174
|
+
beamlit/models/flavor.py,sha256=IIbzBAiQ_nU7natAUWIbrFl0s0G318xjgWr-4oHEZIM,1832
|
175
|
+
beamlit/models/function.py,sha256=dLRlrBGzkqsm-Vu-DH38uGVvg-HNBBHiNTVJiFH0U_Y,4868
|
176
|
+
beamlit/models/function_configuration.py,sha256=bIf7kGhPqj5SPjYTgXqkOzOfqdtvI_4IPzD4pkk-Tis,2023
|
177
|
+
beamlit/models/function_deployment.py,sha256=06vOxyO5k8Q-39I1kUJLrMbcfVUEu9Vuo2Ce_nxOxQE,13558
|
178
|
+
beamlit/models/function_deployment_configuration.py,sha256=FS14h6peyrPWQpy91YNCCn6kcjrN5BgDKf4ot8i4sFw,1432
|
162
179
|
beamlit/models/function_deployment_configuration_type_0.py,sha256=0AtwCV_PRla1kEuV1Yb9CWCDOctp78LMt6NLlX-2RtQ,1414
|
180
|
+
beamlit/models/function_deployment_pod_template.py,sha256=eLynVfSMLbYHv3_WW4M2Qxnz0gbCpHwBuBT5IkBsXx4,1371
|
163
181
|
beamlit/models/function_deployment_pod_template_type_0.py,sha256=HesH6UuQlhb8LksUPANjnkmE4joQgybyulnpUhSmB24,1353
|
164
|
-
beamlit/models/function_kit.py,sha256
|
165
|
-
beamlit/models/
|
166
|
-
beamlit/models/
|
167
|
-
beamlit/models/
|
168
|
-
beamlit/models/
|
169
|
-
beamlit/models/
|
170
|
-
beamlit/models/
|
171
|
-
beamlit/models/
|
172
|
-
beamlit/models/
|
173
|
-
beamlit/models/
|
174
|
-
beamlit/models/
|
175
|
-
beamlit/models/
|
176
|
-
beamlit/models/
|
177
|
-
beamlit/models/
|
178
|
-
beamlit/models/
|
179
|
-
beamlit/models/
|
180
|
-
beamlit/models/
|
181
|
-
beamlit/models/
|
182
|
-
beamlit/models/
|
183
|
-
beamlit/models/
|
184
|
-
beamlit/models/
|
185
|
-
beamlit/models/
|
186
|
-
beamlit/models/
|
187
|
-
beamlit/models/
|
188
|
-
beamlit/models/
|
182
|
+
beamlit/models/function_kit.py,sha256=-EnncVPRa4UpDIgdwi7xIl7jp8_zNTCdcv8LBMlroCY,3119
|
183
|
+
beamlit/models/function_metadata.py,sha256=klFkj1XHNYo3AmtO6d5FJ8ci-GjHi4dj8ZASl07Ak_8,4571
|
184
|
+
beamlit/models/function_provider_ref.py,sha256=vvHxzwtUFkhpbu7ZT5VeJH6sjs6QDevocy_Xehf-5AY,1917
|
185
|
+
beamlit/models/function_release.py,sha256=hCpYgtrztCe1SZA6cLNllBZDyTedLy0eFhyF8YP3nt4,1961
|
186
|
+
beamlit/models/function_spec.py,sha256=fj0ouvkgB_km7vgvDX3gQA1yWRVF53nOqTQYNG-g6LU,9506
|
187
|
+
beamlit/models/function_with_deployments.py,sha256=Hlm3IIiSp4y5Yk6qNKvyYpt5rrfRjOGDPSiHWr0Egso,6220
|
188
|
+
beamlit/models/get_workspace_service_accounts_response_200_item.py,sha256=OkhcxIgUmrSlhfRM7CtyH7A7BvmSkKw0quMflOX3dSY,2987
|
189
|
+
beamlit/models/increase_and_rate_metric.py,sha256=nhnIZbQlqI0FocdjuSFh0wevVjDVKNWiZbMGe0XPkCc,3892
|
190
|
+
beamlit/models/integration.py,sha256=ammMx5P6b6c_gtgPje0FfzuIFdrZa-BKB5TCv16eg_k,6555
|
191
|
+
beamlit/models/integration_config.py,sha256=mVO4IUu_NHAbAxitp1rU0wnHg4fHKxhNhKchNy1bCCM,1264
|
192
|
+
beamlit/models/integration_connection.py,sha256=s7H7gXGXVnWwU5Pi2IBAL95WdT1QZsFubsjHiAksNOs,6879
|
193
|
+
beamlit/models/integration_connection_config.py,sha256=1ZsSTVVblVsnXgsZc6FIh6ONnzo11UfcAzFi7OrJMm8,1317
|
194
|
+
beamlit/models/integration_connection_secret.py,sha256=ulTQCZOiZhlSg1IAO7mHJd38FNtzRZEXsW2GvA9mx2I,1715
|
195
|
+
beamlit/models/integration_connection_spec.py,sha256=12SDl1-AmXkPiWEvCVgqwOYN0k9UxXe6OkkFdUsAGOU,3350
|
196
|
+
beamlit/models/integration_model.py,sha256=m5qQ4cWfsIOTM0szkytsC__W6sodqP2cXf-hvZGqhT4,4481
|
197
|
+
beamlit/models/integration_secret.py,sha256=4aUQ396UpkoZQhCqGOBD2UJOen-0oP7Y0gN2DtH_4AM,1662
|
198
|
+
beamlit/models/invite_workspace_user_body.py,sha256=IrjOYl553wM13GGOJU0Gckpk4urhEEiGPGuT8hfThrg,1618
|
199
|
+
beamlit/models/labels_type_0.py,sha256=5_yRvJc-zDSH_KkXhQaeWYq4dznlCIQqR7z9rDz5rH8,1225
|
200
|
+
beamlit/models/location.py,sha256=bHLvesiwULt-eXcbdAIMQikQRcgznRb01eBVcJtb0rI,3547
|
201
|
+
beamlit/models/location_response.py,sha256=p88fbunuNXpoHCouHwIL640pz39yG65FC7wRWzG6x2A,3406
|
202
|
+
beamlit/models/metadata.py,sha256=bsx879gyPj2kfgbpQV7qTKArk6p2LXwVfqX2DbvsTxM,4201
|
203
|
+
beamlit/models/metadata_labels.py,sha256=FaIpkLVZfv1M_VG6l7eaVjAJrERVwWcBVwpu_4kam3c,1188
|
204
|
+
beamlit/models/metric.py,sha256=q42bTi0D__NgDEW4GZSnVBDNaeBmHiSkTx7VwLbteUQ,1840
|
205
|
+
beamlit/models/metrics.py,sha256=M4iUs2Rbs51uts4P-Igvc7kGqwJF5QXOJFvRNGkptsQ,5860
|
206
|
+
beamlit/models/model.py,sha256=GqrPN2nfhoA_Xg8DN9LgnM4nx5ZvFiiikCOf-bQ25rk,4937
|
207
|
+
beamlit/models/model_deployment.py,sha256=gecqx1vMf8hbLhLgjEtHnkBBMPw_67eYLZL75AybMWM,11630
|
208
|
+
beamlit/models/model_deployment_log.py,sha256=qc1979W6ldHtp5YpaJvACAzo6VJkuAULS5EgBWAF7PM,1962
|
209
|
+
beamlit/models/model_deployment_metrics.py,sha256=v-QosgOrmMe4hPLia4Rz7H1JZeStAc9s3d5wpTOCcOw,8767
|
210
|
+
beamlit/models/model_deployment_metrics_inference_per_second_per_region.py,sha256=gga7S5Z5sdsYCrcERVhQvZ5IjFyEqNHp22dfBsb7wi8,2627
|
211
|
+
beamlit/models/model_deployment_metrics_query_per_second_per_region_per_code.py,sha256=te9onc79npHu7ebJjskpV2dx3OJBCvqICX8BeBGFOc0,2378
|
212
|
+
beamlit/models/model_deployment_pod_template.py,sha256=Hw139zdZIDxO6Fg9CMqiXNRVnU8jhTOvrCMco7m3L6k,1372
|
189
213
|
beamlit/models/model_deployment_pod_template_type_0.py,sha256=HUObTFx6XoQDXhGzZc7BSyxRT1jrKjN8K2q6TedCKac,1354
|
190
|
-
beamlit/models/
|
191
|
-
beamlit/models/
|
192
|
-
beamlit/models/
|
193
|
-
beamlit/models/
|
194
|
-
beamlit/models/
|
195
|
-
beamlit/models/
|
196
|
-
beamlit/models/
|
197
|
-
beamlit/models/
|
198
|
-
beamlit/models/
|
199
|
-
beamlit/models/
|
200
|
-
beamlit/models/
|
201
|
-
beamlit/models/
|
202
|
-
beamlit/models/
|
203
|
-
beamlit/models/
|
204
|
-
beamlit/models/
|
205
|
-
beamlit/models/
|
206
|
-
beamlit/models/
|
214
|
+
beamlit/models/model_metadata.py,sha256=8MaeexFw9mnDZTsSUg32s-GoJrsHfvx2QUAoYIUmpWY,4553
|
215
|
+
beamlit/models/model_metrics.py,sha256=fGDiL6ZzjHlBrWjNDI8ISq9rLQi36_b1f77D6mGrzMY,3807
|
216
|
+
beamlit/models/model_provider.py,sha256=IMwel8UAkvjeclBrJdW349G4Nv5wafHnN_IupzQ_DwQ,6116
|
217
|
+
beamlit/models/model_provider_ref.py,sha256=X-Qz41XXmjteSqME_XWG7X4sJSdH2jEdIF_xdwGM8Zc,1902
|
218
|
+
beamlit/models/model_release.py,sha256=wqdWOPf3ZUz_sxAhK2U-pHvSJ4cuvgOLA0LkdHuZVZs,1934
|
219
|
+
beamlit/models/model_spec.py,sha256=oMpGwgIkrXHfgLHFcfESfPLZLniCjsl5WX7NE3wN5Mw,7354
|
220
|
+
beamlit/models/model_with_deployments.py,sha256=UQuuTjycNzUJsCHqbmA8kko838ixo0WhKgQWizmN23w,6171
|
221
|
+
beamlit/models/owner_fields.py,sha256=hgJVVbuaXHaef4R7bY5WSBbbi_aaJLkNZ0SUa53bHNw,1979
|
222
|
+
beamlit/models/pending_invitation.py,sha256=KBjiQ6NxtcQIiEL1YUfNRtwqXnMMqAZwZrdw0Mav8dQ,3813
|
223
|
+
beamlit/models/pending_invitation_accept.py,sha256=KyhPk_ZjLyfbq_kWuos5y-9D5sD7_JtGK8S0nHzdcOU,2397
|
224
|
+
beamlit/models/pending_invitation_render.py,sha256=8Xsw7M_-X2q_DORpUnSlqXFf8Z0m-Qk5909jAVQ8zGE,5099
|
225
|
+
beamlit/models/pending_invitation_render_invited_by.py,sha256=HyO1eK0pEX3omVOF_DdI96hxQ35z0qgXbJNbZ-ZVgCI,2534
|
226
|
+
beamlit/models/pending_invitation_render_workspace.py,sha256=uKWJaMlTT-DJYe4tBxDui7Si-b_XbsUvfG0vr4aw740,2012
|
227
|
+
beamlit/models/pending_invitation_workspace_details.py,sha256=bplxdNLJY2y8KaOC0Cnrs2xNUIvd39_iujV64uRNbuY,2212
|
228
|
+
beamlit/models/pod_template_spec.py,sha256=nEZMjYRBvkF1rsr_XV5RtbpgO8_NZgq5lquUh5bC6dY,1216
|
229
|
+
beamlit/models/policy.py,sha256=ZQS3cqytKcI4KE_LACiebEO0NRUPg0RL8gVR4w3Xh4c,7934
|
230
|
+
beamlit/models/policy_location.py,sha256=F8tBmhtX_hKpXZhiHu9IG90J1oukt5VnaHfy-X3rXVI,1838
|
231
|
+
beamlit/models/policy_spec.py,sha256=scLzTSxsaNSOKaOcLvDmzcfE0sP_m95UmrVGWxShn84,4343
|
232
|
+
beamlit/models/provider_config.py,sha256=tO7nDg7s-sPvlSO7t2iY6RuiTqVfEWneN7Fm94AweEc,2898
|
233
|
+
beamlit/models/qps.py,sha256=iuus1BR8gnc2v_lPOnypqjUY29ED07m5a4eZUoOwkjk,1690
|
234
|
+
beamlit/models/resource_deployment_log.py,sha256=F96qTaIoKfDeu_uUL4Jh7ACYCAotmcZlJORkmkPDgzQ,2024
|
235
|
+
beamlit/models/resource_deployment_metrics.py,sha256=kQ_YDVXFY-6-LxXqyi6h1pfeF04x6NGFOh9pvxtU6qA,14772
|
236
|
+
beamlit/models/resource_deployment_metrics_inference_per_region.py,sha256=yGarUKWuKrzRjSO7IZKU6_7u1jJaR_pKouBH1uTqSvU,2593
|
207
237
|
beamlit/models/resource_deployment_metrics_inference_per_region_type_0.py,sha256=efnVrOLm3aN7fG240hKYHSNl8StygiJCIvvVaMRFzVk,2575
|
238
|
+
beamlit/models/resource_deployment_metrics_inference_per_second_per_region.py,sha256=wEp-fkC-5rynHJqkBAlZxyckC6FXLpOCl5NXvMc599Q,2642
|
208
239
|
beamlit/models/resource_deployment_metrics_inference_per_second_per_region_type_0.py,sha256=30CBFrXFO_SpHcdxpTg0PB9uqha9WJbisOJh-55jCHs,2624
|
240
|
+
beamlit/models/resource_deployment_metrics_query_per_region_per_code.py,sha256=INvmUmv4Gbn_3SH6uljpcPyQUGDYtmxWuygDtfixUuE,2314
|
209
241
|
beamlit/models/resource_deployment_metrics_query_per_region_per_code_type_0.py,sha256=62CgIZ5Nx7mAzVWqiJOCS9Ep81x1JHfMkpF4efvNtk0,2296
|
242
|
+
beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code.py,sha256=JX51x80klDr3kr-Uia-6tiwWxxSbdHmbmu5pYKfC_F4,2393
|
210
243
|
beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code_type_0.py,sha256=hOh9qgJfV14KxPRO4sRjBjiCLJprAOjlZq_T3VV_eLk,2375
|
211
|
-
beamlit/models/
|
212
|
-
beamlit/models/
|
244
|
+
beamlit/models/resource_environment_metrics.py,sha256=GU6G6LHHPYf593LCfpVUpoN4AQicocG70A1E1wUyr04,8865
|
245
|
+
beamlit/models/resource_environment_metrics_inference_per_second_per_region.py,sha256=XSjoWBohbH86G8VortsGOxr3SFcOLn1AqziPzEOVAn8,2598
|
246
|
+
beamlit/models/resource_environment_metrics_query_per_second_per_region_per_code.py,sha256=w7k2hZz-0NgRhBnyZISIzuIxOblsjyj2fUjnunUx7f4,2349
|
247
|
+
beamlit/models/resource_log.py,sha256=CZnKMTnqi6igbAfPSv0SHTP28valwkAiiXts5ZLN4nw,1922
|
248
|
+
beamlit/models/resource_metrics.py,sha256=LSPZfA5qfcmVM2ElMNvKUeY0v6IXCGqmqOQ0ICkdHaM,5720
|
249
|
+
beamlit/models/runtime.py,sha256=YGoz_q-Vgjbj2y3vO9pR_1RpPTCWekI8_JCWQsqAceY,5314
|
250
|
+
beamlit/models/runtime_readiness_probe.py,sha256=51Flc5qrGa0u5FXhPeltEIgoXKRDzEXZgRdAHggFwos,1323
|
213
251
|
beamlit/models/runtime_readiness_probe_type_0.py,sha256=ENdLAwWmRgsqJwymYg8Z5TFEL_Hv6_Ysec7lhkTCn7o,1305
|
214
|
-
beamlit/models/runtime_resources.py,sha256=
|
215
|
-
beamlit/models/
|
216
|
-
beamlit/models/
|
217
|
-
beamlit/models/
|
218
|
-
beamlit/models/
|
252
|
+
beamlit/models/runtime_resources.py,sha256=EO9MuM9IrFQjU9C-LgPjv2Rj3e6w9m5th8IUt_josHQ,1323
|
253
|
+
beamlit/models/runtime_type_0.py,sha256=xPZEeOL_oElDUxTVscP869LLfBdoOzTPapdbGkQA4l4,3452
|
254
|
+
beamlit/models/runtime_type_0_readiness_probe.py,sha256=8ZAMGw9OkKiVpuwYrLYYYB8QUoXoDuhgSi_ZQvA_iNA,1305
|
255
|
+
beamlit/models/runtime_type_0_readiness_probe_type_0.py,sha256=biy9dhesF9YkYU9-lJECGqGcNBo_xYZirlUXZgiEWbk,1336
|
256
|
+
beamlit/models/runtime_type_0_resources.py,sha256=Qjc1xStmLp8T1-0yguUgoJVXH7P8FQM3Kj8ijyfZQZo,1675
|
257
|
+
beamlit/models/serverless_config.py,sha256=EASdc1vG-zOvzvsK0LRcddxynrUGZAuy2G1JdNogNO8,4337
|
258
|
+
beamlit/models/spec_configuration.py,sha256=AYH6rNO4Fac0JR0GpxhxrQb8FjqMCOpWrn7rlO8kzoI,1942
|
259
|
+
beamlit/models/standard_fields_dynamo_db.py,sha256=8a-TaBPhWqIzW08I8__HgrB0D5tHNqamNg9eCPhYA1s,2772
|
260
|
+
beamlit/models/store_agent.py,sha256=z9kV0I2Vc37OqxqZhmRcspDwM7dlatEjeorsF5Td0Bc,5664
|
261
|
+
beamlit/models/store_agent_configuration.py,sha256=A7sPlQpVAih1F9ckBlAuBp4D0B8voHz1fAfIElHZJnA,2946
|
262
|
+
beamlit/models/store_agent_labels.py,sha256=erANBcydM_6MpyVLxkfevA1g5RY0JuGyzHMgY4xipGI,1262
|
219
263
|
beamlit/models/store_agent_labels_type_0.py,sha256=3ayc28w-MG5OM9l3xjRQLgmapPJLgO1hh--TDY-Mo7Q,1244
|
220
|
-
beamlit/models/store_configuration.py,sha256=
|
221
|
-
beamlit/models/store_configuration_option.py,sha256=
|
222
|
-
beamlit/models/store_function.py,sha256=
|
223
|
-
beamlit/models/store_function_configuration.py,sha256=
|
224
|
-
beamlit/models/store_function_kit.py,sha256=
|
264
|
+
beamlit/models/store_configuration.py,sha256=J9hOb-yOuXWWg87sc1NhQG4WOTS3GEGTnC0ZeClX1M4,4971
|
265
|
+
beamlit/models/store_configuration_option.py,sha256=rtijzfVlgoqj4izTcI8ku7uBuKxD3RIqbc7xy45WHYk,2275
|
266
|
+
beamlit/models/store_function.py,sha256=YEmrNq13Ch0MMTnahWOVRakCxJNUfRZ-C96NqXC5KBk,7522
|
267
|
+
beamlit/models/store_function_configuration.py,sha256=8YxNzjIR--q7s6C9FjHKJ8pogyDsJrXLdwN_5nSOxqA,2967
|
268
|
+
beamlit/models/store_function_kit.py,sha256=_9PAKUydNheyohRQqAWen8EDDcXsrhLzg41Mhdz0kDg,3153
|
269
|
+
beamlit/models/store_function_labels.py,sha256=gls2EVlxGxz7AIDRlMiEy3F15z28YJguAVdMtPpL_4o,1280
|
225
270
|
beamlit/models/store_function_labels_type_0.py,sha256=jhOQGxNK9Ute4tmxCK3YTEtIsTRKYtKcmgdOsfjfJfw,1262
|
226
|
-
beamlit/models/store_function_parameter.py,sha256=
|
227
|
-
beamlit/models/
|
228
|
-
beamlit/models/
|
229
|
-
beamlit/models/
|
230
|
-
beamlit/models/
|
231
|
-
beamlit/models/
|
232
|
-
beamlit/models/
|
233
|
-
beamlit
|
234
|
-
beamlit
|
235
|
-
beamlit-0.0.
|
271
|
+
beamlit/models/store_function_parameter.py,sha256=f02GJA7ELp1-JRadYIt-VBr3O2aQy4ei_RXnL_lolcQ,2550
|
272
|
+
beamlit/models/time_fields.py,sha256=GYGvphTXQRRRZxfBzLrfidE0JmwNtwPtjXPTZGfXUUs,1963
|
273
|
+
beamlit/models/update_workspace_service_account_body.py,sha256=M8t1H5ejTzBWSazVkzHuk3MpKeJnXlYmuaWoOAzf460,2010
|
274
|
+
beamlit/models/update_workspace_service_account_response_200.py,sha256=MPxIRg3dRhtDxs5Lu2x3l7sOm4Uw3AX9UdzZnIVArB0,2974
|
275
|
+
beamlit/models/update_workspace_user_role_body.py,sha256=1MJqLJl-_RNmg9VtMQf0YqpMYhPXbsAX4Uqd87G-b6o,1578
|
276
|
+
beamlit/models/websocket_channel.py,sha256=tyNtsVR0cOwd6BK--ehBCH8bIjxtyPhiAkrxYjwaa10,2653
|
277
|
+
beamlit/models/workspace.py,sha256=5l6-YSgpEgZEyVoBX3PvE5HVO07j7pe3ZA1jdOBR-Fs,3998
|
278
|
+
beamlit/models/workspace_labels.py,sha256=crX235uLVWlu_R3Y4t5AiELY0OJukNAUF9_RO3mZaj8,1252
|
279
|
+
beamlit/models/workspace_user.py,sha256=yCGwPQsVkbGMDkxbATMoEYRxkdx9yIJSsAunVbf8-14,3429
|
280
|
+
beamlit-0.0.20rc4.dist-info/METADATA,sha256=gNKtjfqwFOBhTLehc4mKL63lTzmlS8dEmqq3_DkeIVE,1746
|
281
|
+
beamlit-0.0.20rc4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
282
|
+
beamlit-0.0.20rc4.dist-info/RECORD,,
|
File without changes
|