beamlit 0.1.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- beamlit/__init__.py +8 -0
- beamlit/api/__init__.py +1 -0
- beamlit/api/agents/__init__.py +0 -0
- beamlit/api/agents/create_agent.py +155 -0
- beamlit/api/agents/create_agent_release.py +146 -0
- beamlit/api/agents/delete_agent.py +146 -0
- beamlit/api/agents/delete_agent_deployment.py +163 -0
- beamlit/api/agents/delete_agent_deployment_history.py +172 -0
- beamlit/api/agents/get_agent.py +146 -0
- beamlit/api/agents/get_agent_deployment.py +163 -0
- beamlit/api/agents/get_agent_deployment_history.py +172 -0
- beamlit/api/agents/get_agent_deployment_logs.py +164 -0
- beamlit/api/agents/get_agent_deployment_metrics.py +159 -0
- beamlit/api/agents/get_agent_metrics.py +150 -0
- beamlit/api/agents/list_agent_deployment_history.py +164 -0
- beamlit/api/agents/list_agent_deployments.py +155 -0
- beamlit/api/agents/list_agents.py +127 -0
- beamlit/api/agents/put_agent_deployment.py +185 -0
- beamlit/api/agents/put_agent_deployment_history.py +198 -0
- beamlit/api/agents/update_agent.py +168 -0
- beamlit/api/authentication_providers/__init__.py +0 -0
- beamlit/api/authentication_providers/get_model_with_repo_for_authentication_provider.py +184 -0
- beamlit/api/authentication_providers/list_models_for_authentication_provider.py +163 -0
- beamlit/api/authentication_providers/list_organizations_for_authentication_provider.py +163 -0
- beamlit/api/configurations/__init__.py +0 -0
- beamlit/api/configurations/get_configuration.py +122 -0
- beamlit/api/environments/__init__.py +0 -0
- beamlit/api/environments/create_environment.py +167 -0
- beamlit/api/environments/delete_environment.py +154 -0
- beamlit/api/environments/get_environment.py +154 -0
- beamlit/api/environments/get_environment_metrics.py +158 -0
- beamlit/api/environments/list_environments.py +139 -0
- beamlit/api/environments/update_environment.py +180 -0
- beamlit/api/functions/__init__.py +0 -0
- beamlit/api/functions/create_function.py +155 -0
- beamlit/api/functions/create_function_release.py +150 -0
- beamlit/api/functions/delete_function.py +146 -0
- beamlit/api/functions/delete_function_deployment.py +163 -0
- beamlit/api/functions/get_function.py +146 -0
- beamlit/api/functions/get_function_deployment.py +163 -0
- beamlit/api/functions/get_function_deployment_logs.py +164 -0
- beamlit/api/functions/get_function_deployment_metrics.py +159 -0
- beamlit/api/functions/get_function_metrics.py +150 -0
- beamlit/api/functions/list_function_deployments.py +155 -0
- beamlit/api/functions/list_functions.py +131 -0
- beamlit/api/functions/put_function_deployment.py +185 -0
- beamlit/api/functions/update_function.py +168 -0
- beamlit/api/history/__init__.py +0 -0
- beamlit/api/history/get_agents_history.py +155 -0
- beamlit/api/history/list_agents_history.py +131 -0
- beamlit/api/invitations/__init__.py +0 -0
- beamlit/api/invitations/list_all_pending_invitations.py +142 -0
- beamlit/api/locations/__init__.py +0 -0
- beamlit/api/locations/list_locations.py +139 -0
- beamlit/api/metrics/__init__.py +0 -0
- beamlit/api/metrics/get_metrics.py +130 -0
- beamlit/api/model_providers/__init__.py +0 -0
- beamlit/api/model_providers/create_model_provider.py +163 -0
- beamlit/api/model_providers/delete_model_provider.py +154 -0
- beamlit/api/model_providers/get_model_provider.py +154 -0
- beamlit/api/model_providers/list_model_providers.py +139 -0
- beamlit/api/model_providers/update_model_provider.py +176 -0
- beamlit/api/models/__init__.py +0 -0
- beamlit/api/models/create_model.py +168 -0
- beamlit/api/models/delete_model.py +154 -0
- beamlit/api/models/delete_model_deployment.py +171 -0
- beamlit/api/models/get_model.py +154 -0
- beamlit/api/models/get_model_deployment.py +171 -0
- beamlit/api/models/get_model_deployment_logs.py +168 -0
- beamlit/api/models/get_model_deployment_metrics.py +163 -0
- beamlit/api/models/get_model_metrics.py +154 -0
- beamlit/api/models/list_model_deployments.py +163 -0
- beamlit/api/models/list_models.py +135 -0
- beamlit/api/models/put_model_deployment.py +193 -0
- beamlit/api/models/release_model.py +154 -0
- beamlit/api/models/update_model.py +181 -0
- beamlit/api/policies/__init__.py +0 -0
- beamlit/api/policies/create_policy.py +167 -0
- beamlit/api/policies/delete_policy.py +154 -0
- beamlit/api/policies/get_policy.py +154 -0
- beamlit/api/policies/list_policies.py +139 -0
- beamlit/api/policies/update_policy.py +180 -0
- beamlit/api/service_accounts/__init__.py +0 -0
- beamlit/api/service_accounts/create_api_key_for_service_account.py +177 -0
- beamlit/api/service_accounts/create_workspace_service_account.py +168 -0
- beamlit/api/service_accounts/delete_api_key_for_service_account.py +104 -0
- beamlit/api/service_accounts/delete_workspace_service_account.py +158 -0
- beamlit/api/service_accounts/get_workspace_service_accounts.py +139 -0
- beamlit/api/service_accounts/list_api_keys_for_service_account.py +163 -0
- beamlit/api/service_accounts/update_workspace_service_account.py +181 -0
- beamlit/api/store/__init__.py +0 -0
- beamlit/api/store/get_store_agent.py +146 -0
- beamlit/api/store/get_store_function.py +146 -0
- beamlit/api/store/list_store_agents.py +131 -0
- beamlit/api/store/list_store_functions.py +131 -0
- beamlit/api/workspaces/__init__.py +0 -0
- beamlit/api/workspaces/accept_workspace_invitation.py +161 -0
- beamlit/api/workspaces/create_worspace.py +163 -0
- beamlit/api/workspaces/decline_workspace_invitation.py +158 -0
- beamlit/api/workspaces/delete_workspace.py +154 -0
- beamlit/api/workspaces/get_workspace.py +154 -0
- beamlit/api/workspaces/invite_workspace_user.py +174 -0
- beamlit/api/workspaces/leave_workspace.py +161 -0
- beamlit/api/workspaces/list_workspace_users.py +139 -0
- beamlit/api/workspaces/list_workspaces.py +139 -0
- beamlit/api/workspaces/remove_workspace_user.py +101 -0
- beamlit/api/workspaces/update_workspace.py +176 -0
- beamlit/api/workspaces/update_workspace_user_role.py +187 -0
- beamlit/authentication/__init__.py +24 -0
- beamlit/authentication/apikey.py +14 -0
- beamlit/authentication/authentication.py +35 -0
- beamlit/authentication/credentials.py +165 -0
- beamlit/authentication/device_mode.py +115 -0
- beamlit/client.py +270 -0
- beamlit/errors.py +16 -0
- beamlit/models/__init__.py +189 -0
- beamlit/models/acl.py +149 -0
- beamlit/models/agent.py +151 -0
- beamlit/models/agent_chain.py +77 -0
- beamlit/models/agent_configuration.py +68 -0
- beamlit/models/agent_deployment.py +327 -0
- beamlit/models/agent_deployment_configuration.py +43 -0
- beamlit/models/agent_deployment_history.py +183 -0
- beamlit/models/agent_deployment_history_event.py +131 -0
- beamlit/models/agent_deployment_pod_template.py +43 -0
- beamlit/models/agent_release.py +68 -0
- beamlit/models/api_key.py +140 -0
- beamlit/models/authentication_provider_model.py +142 -0
- beamlit/models/authentication_provider_organization.py +86 -0
- beamlit/models/configuration.py +72 -0
- beamlit/models/continent.py +68 -0
- beamlit/models/country.py +68 -0
- beamlit/models/create_api_key_for_service_account_body.py +67 -0
- beamlit/models/create_workspace_service_account_body.py +69 -0
- beamlit/models/create_workspace_service_account_response_200.py +103 -0
- beamlit/models/delete_workspace_service_account_response_200.py +94 -0
- beamlit/models/deployment_configuration.py +68 -0
- beamlit/models/deployment_configurations.py +43 -0
- beamlit/models/deployment_serverless_config.py +129 -0
- beamlit/models/environment.py +162 -0
- beamlit/models/environment_metrics.py +75 -0
- beamlit/models/flavor.py +68 -0
- beamlit/models/function.py +151 -0
- beamlit/models/function_configuration.py +68 -0
- beamlit/models/function_deployment.py +327 -0
- beamlit/models/function_deployment_configuration.py +43 -0
- beamlit/models/function_deployment_pod_template.py +43 -0
- beamlit/models/function_kit.py +95 -0
- beamlit/models/function_provider_ref.py +68 -0
- beamlit/models/function_release.py +68 -0
- beamlit/models/get_workspace_service_accounts_response_200_item.py +94 -0
- beamlit/models/invite_workspace_user_body.py +58 -0
- beamlit/models/labels.py +43 -0
- beamlit/models/labels_type_0.py +43 -0
- beamlit/models/location.py +120 -0
- beamlit/models/location_response.py +111 -0
- beamlit/models/metric.py +68 -0
- beamlit/models/metrics.py +111 -0
- beamlit/models/model.py +151 -0
- beamlit/models/model_deployment.py +283 -0
- beamlit/models/model_deployment_log.py +68 -0
- beamlit/models/model_deployment_metrics.py +170 -0
- beamlit/models/model_deployment_metrics_inference_per_second_per_region.py +75 -0
- beamlit/models/model_deployment_metrics_query_per_second_per_region_per_code.py +73 -0
- beamlit/models/model_deployment_pod_template.py +43 -0
- beamlit/models/model_metrics.py +94 -0
- beamlit/models/model_provider.py +187 -0
- beamlit/models/model_provider_ref.py +68 -0
- beamlit/models/model_release.py +68 -0
- beamlit/models/model_with_deployments.py +174 -0
- beamlit/models/pending_invitation.py +122 -0
- beamlit/models/pending_invitation_accept.py +81 -0
- beamlit/models/pending_invitation_render.py +135 -0
- beamlit/models/pending_invitation_render_invited_by.py +86 -0
- beamlit/models/pending_invitation_render_workspace.py +68 -0
- beamlit/models/pending_invitation_workspace_details.py +70 -0
- beamlit/models/policy.py +216 -0
- beamlit/models/policy_location.py +68 -0
- beamlit/models/provider_config.py +101 -0
- beamlit/models/qps.py +59 -0
- beamlit/models/resource_deployment_log.py +68 -0
- beamlit/models/resource_deployment_metrics.py +172 -0
- beamlit/models/resource_deployment_metrics_inference_per_second_per_region.py +75 -0
- beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code.py +73 -0
- beamlit/models/resource_metrics.py +94 -0
- beamlit/models/runtime.py +152 -0
- beamlit/models/runtime_readiness_probe.py +43 -0
- beamlit/models/runtime_resources.py +43 -0
- beamlit/models/serverless_config.py +122 -0
- beamlit/models/standard_fields_dynamo_db.py +86 -0
- beamlit/models/store_agent.py +165 -0
- beamlit/models/store_agent_configuration.py +95 -0
- beamlit/models/store_agent_labels.py +43 -0
- beamlit/models/store_configuration.py +149 -0
- beamlit/models/store_configuration_option.py +77 -0
- beamlit/models/store_function.py +207 -0
- beamlit/models/store_function_configuration.py +95 -0
- beamlit/models/store_function_kit.py +95 -0
- beamlit/models/store_function_labels.py +43 -0
- beamlit/models/store_function_parameter.py +86 -0
- beamlit/models/update_workspace_service_account_body.py +67 -0
- beamlit/models/update_workspace_service_account_response_200.py +94 -0
- beamlit/models/update_workspace_user_role_body.py +58 -0
- beamlit/models/workspace.py +126 -0
- beamlit/models/workspace_labels.py +43 -0
- beamlit/models/workspace_user.py +113 -0
- beamlit/py.typed +1 -0
- beamlit/types.py +46 -0
- beamlit-0.1.0.dist-info/METADATA +59 -0
- beamlit-0.1.0.dist-info/RECORD +211 -0
- beamlit-0.1.0.dist-info/WHEEL +4 -0
@@ -0,0 +1,211 @@
|
|
1
|
+
beamlit/__init__.py,sha256=545gFC-wLLwUktWcOAjUWe_Glha40tBetRTOYSfHnbI,164
|
2
|
+
beamlit/client.py,sha256=vwvjAkUKHRySnA2tOVzXI8xtm9s1k2sEklCRE4j1Vc8,12543
|
3
|
+
beamlit/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
|
4
|
+
beamlit/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
5
|
+
beamlit/types.py,sha256=E1hhDh_zXfsSQ0NCt9-uw90_Mr5iIlsdfnfvxv5HarU,1005
|
6
|
+
beamlit/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
|
7
|
+
beamlit/api/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
+
beamlit/api/agents/create_agent.py,sha256=3bY3D-QPpU1gmGgKow_pqVV4mGS1hxJ28QQnSBgKwPg,3691
|
9
|
+
beamlit/api/agents/create_agent_release.py,sha256=cH_GLiSFyMblwN0tayVPugwyGNMVReoahYRF85moGeY,3685
|
10
|
+
beamlit/api/agents/delete_agent.py,sha256=VN8ZTZYw9FpVD8iHAM6EJIy6yp0SDJjdwvnrZ2XnJ54,3483
|
11
|
+
beamlit/api/agents/delete_agent_deployment.py,sha256=x7bSeOMn0NI0GHroQsN1Xe-cuGpPz6DilBXcC8VMCAE,4188
|
12
|
+
beamlit/api/agents/delete_agent_deployment_history.py,sha256=dx7OAe1rWUqMvGE2T-PP0otZPwVIN9QwMzFc_30hCEA,4462
|
13
|
+
beamlit/api/agents/get_agent.py,sha256=FKv3gUHteeQ9Q2LawxOaMonXzzXlIGGtQJUgU6t56cU,3468
|
14
|
+
beamlit/api/agents/get_agent_deployment.py,sha256=2Wv-ptxIyksdcAAcTFW3k4VQL9jFEDmP-qsjLsmLVeE,4173
|
15
|
+
beamlit/api/agents/get_agent_deployment_history.py,sha256=f46M813WsM-mBtRgaGPsKGgUsCetz_LoGhwpK6FaEWs,4459
|
16
|
+
beamlit/api/agents/get_agent_deployment_logs.py,sha256=8SGzj0G-hTryIZEmBnvTI5Iv9PHAxIl1CHmvCDoirEA,4366
|
17
|
+
beamlit/api/agents/get_agent_deployment_metrics.py,sha256=DEdpG0hinjzueWxj6-k729e2roV2DOn_WLyDZj0aV84,4148
|
18
|
+
beamlit/api/agents/get_agent_metrics.py,sha256=2Pm3vX06D-OnlsAcHI00pPFPOB3hBPQcSR3Vmq4Jipo,3619
|
19
|
+
beamlit/api/agents/list_agent_deployment_history.py,sha256=hROFm36Qgc4qzcN23OffBx9tBTgWBIGzyo9G3jqwTac,4382
|
20
|
+
beamlit/api/agents/list_agent_deployments.py,sha256=9ZqXV9SomR1XGqi6ps77P8gwizG-EvM-3u-aOLMVAVo,3932
|
21
|
+
beamlit/api/agents/list_agents.py,sha256=M-uWajFRAZkBlTnaiQu_LYvPjzb-24j099ilf_o06MU,3327
|
22
|
+
beamlit/api/agents/put_agent_deployment.py,sha256=tggYrT_eFNOFWNcZyVQmESvEbSBvrjoeakFMKlTX7as,4872
|
23
|
+
beamlit/api/agents/put_agent_deployment_history.py,sha256=h7uo2CAaEMz4kOfw167WgUJc_-ivkCQ6nDTrOa42s18,5293
|
24
|
+
beamlit/api/agents/update_agent.py,sha256=VWZB4TKaDhoiYxzRaIVmIC0Z5WdVZb5AjFpux7sof4o,4041
|
25
|
+
beamlit/api/authentication_providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
+
beamlit/api/authentication_providers/get_model_with_repo_for_authentication_provider.py,sha256=5ziInSelwHpFZQReKSiSJ4lISHJWc8hrzCXMhrWQvzA,5187
|
27
|
+
beamlit/api/authentication_providers/list_models_for_authentication_provider.py,sha256=e7rjpEZ6x4v8NhoA10kzANYtc8OXx4QEjt_tISyzUHo,4730
|
28
|
+
beamlit/api/authentication_providers/list_organizations_for_authentication_provider.py,sha256=MXHzY5gtEkIsj16iDqTUcnkTnms1xDbYlpDU9nRlTOw,4888
|
29
|
+
beamlit/api/configurations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
|
+
beamlit/api/configurations/get_configuration.py,sha256=BtazLwvVe1OGjt0dJ-NVVipqAqZt1HwemWTGK2iuN9w,3197
|
31
|
+
beamlit/api/environments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
|
+
beamlit/api/environments/create_environment.py,sha256=ocD_8MlOivWlo9ICeSRkHuZfndLHCrROfiJvCynsADU,4321
|
33
|
+
beamlit/api/environments/delete_environment.py,sha256=bkDsO1akkb1To4TDz1XvKiB4XI34phBOJLj72KXMW6M,3819
|
34
|
+
beamlit/api/environments/get_environment.py,sha256=mdEtnK3yn583Y6W2Q9OYVW9iwqEIMPLWU5Xqyt2lp7g,3804
|
35
|
+
beamlit/api/environments/get_environment_metrics.py,sha256=1Pzx50KxxOHdagQG9CU28l5Y9ceafpYKZLNhozoENe8,3996
|
36
|
+
beamlit/api/environments/list_environments.py,sha256=EhcmGmrsrsHNBp689ItaXsUYRxf4bKPqmmykHaJiatY,3667
|
37
|
+
beamlit/api/environments/update_environment.py,sha256=6IzXLf6cuELiYCX7hUNwxTTsVTEfh-0SVsxgsVjpRu4,4779
|
38
|
+
beamlit/api/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
|
+
beamlit/api/functions/create_function.py,sha256=a2SWfyEOGWrQhhA4k69FXe2rMqjmj38UaH3XhPeLBhk,3764
|
40
|
+
beamlit/api/functions/create_function_release.py,sha256=ryPDVSlRadngh_F_6pl9WE_nO74Yu2TQxAaKSWVg17s,3805
|
41
|
+
beamlit/api/functions/delete_function.py,sha256=G4mbHt2u3IFIHT95drKHOefNnmsCexiRlqD_YCU9puM,3591
|
42
|
+
beamlit/api/functions/delete_function_deployment.py,sha256=qKcZz6zsApH8z3XOuvdiuBOWSnEnkqXTRqdlPMYfZb8,4296
|
43
|
+
beamlit/api/functions/get_function.py,sha256=79V5edLtNhTSu78FzGQCCcuHQDys88wIDsk-hWaHG5M,3576
|
44
|
+
beamlit/api/functions/get_function_deployment.py,sha256=pj9OLfKfX-CZ37xBJTnFmQnwdik-Y5ABScLqb891jfg,4281
|
45
|
+
beamlit/api/functions/get_function_deployment_logs.py,sha256=QsC-K8qI-hnZeZ1UvC6fD5sFZCG6fr26tX3lewzz5cc,4423
|
46
|
+
beamlit/api/functions/get_function_deployment_metrics.py,sha256=q-ZxcWM62hdqyJQXVnbRw5B5F8n0PkEildwCv_HJxAk,4205
|
47
|
+
beamlit/api/functions/get_function_metrics.py,sha256=GKXuFq5PzcZtIBt-4j95jRmVAq_2VeRcXwPQ9syKFyU,3688
|
48
|
+
beamlit/api/functions/list_function_deployments.py,sha256=aMOJl97NNQBy4fJnm8P0Tilf7o_vAQKnl2qXL9lH59I,4040
|
49
|
+
beamlit/api/functions/list_functions.py,sha256=1yNW46v_H6cxHCuHXzNl0OgOpsEErdW-j8N13SdmEzA,3393
|
50
|
+
beamlit/api/functions/put_function_deployment.py,sha256=Mz-1TaazeB1uLVA-8Vh4B0Dwogl3CkHCUVGL8EtH9l4,5019
|
51
|
+
beamlit/api/functions/update_function.py,sha256=o4UUGbdFe1r8sO9MG9rrJ2u-8_tdFRrkhfVNczIiAdQ,4200
|
52
|
+
beamlit/api/history/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
53
|
+
beamlit/api/history/get_agents_history.py,sha256=DUj3hEvJUhWzgEA_Fi77L_P3v7Ar3tU815f8_Up6XuY,4144
|
54
|
+
beamlit/api/history/list_agents_history.py,sha256=QYjQySmheHbjBpsqJj6WjuR_lAt5puUEicaC7htrH3Y,3630
|
55
|
+
beamlit/api/invitations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
|
+
beamlit/api/invitations/list_all_pending_invitations.py,sha256=WFB_IHmK-abilAmufBKAA7cobz8G7WPOTzFKOaEkdr4,4117
|
57
|
+
beamlit/api/locations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
58
|
+
beamlit/api/locations/list_locations.py,sha256=POBtLXzFdsGPXstgetKEsK4Ceo1Ka4OlcTctTOcx2dc,3621
|
59
|
+
beamlit/api/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
60
|
+
beamlit/api/metrics/get_metrics.py,sha256=5U6B1lmkZjKVMjB82QkocEQddQwz402tkMH0TdLU7QM,3349
|
61
|
+
beamlit/api/model_providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
62
|
+
beamlit/api/model_providers/create_model_provider.py,sha256=R_oC8B4bhim_wp3XZHFJFXraNslGirZcb2UwQUj5Yks,3929
|
63
|
+
beamlit/api/model_providers/delete_model_provider.py,sha256=eWEAKWN8cOmhWE4k7GA-7Co4gayvJst2SE7raBA3K0Y,3907
|
64
|
+
beamlit/api/model_providers/get_model_provider.py,sha256=lxRpWF99CPjNJuJsyFU57zBL2Ie40fbz-xj_ugmAkM4,3892
|
65
|
+
beamlit/api/model_providers/list_model_providers.py,sha256=EZTqjd6UPK7deuTSTf8Oog-4G0YbX7XHBsfSlRMdqhQ,3709
|
66
|
+
beamlit/api/model_providers/update_model_provider.py,sha256=awnLZIrFTzDrEGX65Rzt0ksSsTORJlT1GgofFgFfNSo,4465
|
67
|
+
beamlit/api/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
|
+
beamlit/api/models/create_model.py,sha256=MMrIlfsn9p-5aZOO1GJ88dmio3FAx73lt5kDs3ylwWw,4168
|
69
|
+
beamlit/api/models/delete_model.py,sha256=sorJUcNvGLZnqJZxqYP_2VIGUk05jcz6aq4EtX5Y9XU,3575
|
70
|
+
beamlit/api/models/delete_model_deployment.py,sha256=zQVIWe4JXkTSxmlxwgVCR5_WPdTmXRl_9Uhc_75lIt4,4300
|
71
|
+
beamlit/api/models/get_model.py,sha256=ftn9Gl56lstvjkIrJyjs0HZqhzRjPo2b_GJKeWyPc2U,3560
|
72
|
+
beamlit/api/models/get_model_deployment.py,sha256=WJEWJLK0s5oqgy-mJ7hy6Ki3SjPhvIbvmsQtT0MCCMU,4285
|
73
|
+
beamlit/api/models/get_model_deployment_logs.py,sha256=A0gnKCPHGPjbT8D4CNr3DD2wIDnRCWMfmec4HJ6_EoY,4507
|
74
|
+
beamlit/api/models/get_model_deployment_metrics.py,sha256=McS9BoRLRuHadGMxILP81KXXjhVCZyZH1Wka3_weXvY,4301
|
75
|
+
beamlit/api/models/get_model_metrics.py,sha256=76SMUK1PJuC0baXzJOu2RcNhf9hg397_ZNxChGJItGU,3740
|
76
|
+
beamlit/api/models/list_model_deployments.py,sha256=_JQqIDzy8qedO83x_z8HcA5KeSz7gZ21Mo_B_ciqxr0,4128
|
77
|
+
beamlit/api/models/list_models.py,sha256=OhJI0LY4e_hvfp1CEgJ0D59zFSxUwZVjNyj9Z_Spmbg,3523
|
78
|
+
beamlit/api/models/put_model_deployment.py,sha256=HCJ0Rm76KwySEQ543I3pVYAlVvT3tXkG3w1ZqdA8sVQ,5140
|
79
|
+
beamlit/api/models/release_model.py,sha256=ik1HHjOUVnaVJEvbbSS1ByQ2TMzkkUbNiGUXmlTiwBo,3893
|
80
|
+
beamlit/api/models/update_model.py,sha256=-6Awj1tyT1SnCNIB7eJBQA8zEdPQNAVlSA76WlijeyY,4586
|
81
|
+
beamlit/api/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
82
|
+
beamlit/api/policies/create_policy.py,sha256=BELaq4KBCS8tK3TcalEEOSwSPQ2-thK0z4H2bQQDBIM,4039
|
83
|
+
beamlit/api/policies/delete_policy.py,sha256=5VrcOPUi7mRcWzaebK5d_YtuyEAQcsfWZxyE0PAjxws,3616
|
84
|
+
beamlit/api/policies/get_policy.py,sha256=tjy5HEL3aR1ba4T0fJ7iBG-pp9afv7mPyzXRXukFYgo,3601
|
85
|
+
beamlit/api/policies/list_policies.py,sha256=xoH4rB_aDNM-C24J6dF3EtCYLHUJBj8hEqxFlyLZNwc,3566
|
86
|
+
beamlit/api/policies/update_policy.py,sha256=5INETkh53PQkGN9EznhclTWkx6okIVm-suuGataVO3o,4407
|
87
|
+
beamlit/api/service_accounts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
88
|
+
beamlit/api/service_accounts/create_api_key_for_service_account.py,sha256=Ee9CXzYqVh9OTJeai8bKaclznuWpJiPd74aPHZYZdeQ,4525
|
89
|
+
beamlit/api/service_accounts/create_workspace_service_account.py,sha256=XFAvmmjrwaenuWEPw0YBe7QeiYmXNX8WmcsYj6VYHa4,4639
|
90
|
+
beamlit/api/service_accounts/delete_api_key_for_service_account.py,sha256=bS2OWtO7Dn8FU2uaTe9h7VCxiobti8Ka2NtTUKBd31Q,2621
|
91
|
+
beamlit/api/service_accounts/delete_workspace_service_account.py,sha256=_FVYHH29JKQGZqCFSih2-gU92OR-6Am1CIQX6VJ_goo,4127
|
92
|
+
beamlit/api/service_accounts/get_workspace_service_accounts.py,sha256=lxA7b6SweZFUE6qqr0Vqhb2IDZBRVjW-Z2V_EBGLdIQ,4148
|
93
|
+
beamlit/api/service_accounts/list_api_keys_for_service_account.py,sha256=KZbh06mc6n1Em5b-Gcx-kTjxRURhZRHE7RHEkXlQ1gU,4072
|
94
|
+
beamlit/api/service_accounts/update_workspace_service_account.py,sha256=IWVMnChlL27mOCH44GYSA6ep5AJuLXzW2oDsqs7mYIQ,4903
|
95
|
+
beamlit/api/store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
96
|
+
beamlit/api/store/get_store_agent.py,sha256=UjvsRXyFsXZLf4utQjpiOiPM7KxlRj4C-x_ac5EXoLk,3624
|
97
|
+
beamlit/api/store/get_store_function.py,sha256=kEbg91jJh0XAXmipjzwg931mxkMCZ820PxiJ89zYbso,3756
|
98
|
+
beamlit/api/store/list_store_agents.py,sha256=RkThb6xMyq2z4LQg60m18sjqHKbLnizrk4hlmtpNvtE,3491
|
99
|
+
beamlit/api/store/list_store_functions.py,sha256=zNjX961QDmBiO7KqQ3W_txtJdEOj2X9ueK7_G9Y3nhw,3573
|
100
|
+
beamlit/api/workspaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
101
|
+
beamlit/api/workspaces/accept_workspace_invitation.py,sha256=-K1A-BFRwDJ0Je6NEJN3HqH3adPFUjXTl6A2xqLoRec,4255
|
102
|
+
beamlit/api/workspaces/create_worspace.py,sha256=ip3g9TjkOdT7ze7aWuIdjo4TZzLWOWzgfcaUNG7qjos,3783
|
103
|
+
beamlit/api/workspaces/decline_workspace_invitation.py,sha256=XA4MEfzDZnC-Cg2FTt3CNY41_uZiMURt3cGqgVp5Pr4,3958
|
104
|
+
beamlit/api/workspaces/delete_workspace.py,sha256=j5_3GFzesLi4RY4G9XiR2-PUvXSbvoYahQc2WEUzmSw,3735
|
105
|
+
beamlit/api/workspaces/get_workspace.py,sha256=WLpTkNXjqfxglpF2ZWpufqFhQ3v61AdAZHh6RcgnEwE,3720
|
106
|
+
beamlit/api/workspaces/invite_workspace_user.py,sha256=S7ULrexMFZwahJqawkRB9pVe56zSrTk1kYAahRt2uKk,4506
|
107
|
+
beamlit/api/workspaces/leave_workspace.py,sha256=E9aC2JghccWl9il-Ca_a75tbuXwIK3vTWFWRnWeOMHY,3942
|
108
|
+
beamlit/api/workspaces/list_workspace_users.py,sha256=9Ap9XhZnE1FRckUu70qBmmjhvzxKOHoEPJBrhDavjz8,3683
|
109
|
+
beamlit/api/workspaces/list_workspaces.py,sha256=FnmUumyrJeA-akmKDoz0K_DRiv-iiF_jceRu4S4YHVc,3555
|
110
|
+
beamlit/api/workspaces/remove_workspace_user.py,sha256=AxEG15Vwe-dFspQD21pYqEjsY-RO0_K-eoLpdkY-VEc,2667
|
111
|
+
beamlit/api/workspaces/update_workspace.py,sha256=qa5DV2UJSUYuB_ibALb4E9ghKpT1HaEIzIb9MOcDKv4,4241
|
112
|
+
beamlit/api/workspaces/update_workspace_user_role.py,sha256=Yn9iuJ4tKtauzBiJyU4-wYUMS9g98X2Om8zs7UkzrY8,4917
|
113
|
+
beamlit/authentication/__init__.py,sha256=2uUBLwAAJ-bb36OHJI3f7heoGpkDufVjveWdd9DESKU,802
|
114
|
+
beamlit/authentication/apikey.py,sha256=HvqWEd2IqcUuISvftqpi_lhd2fTQDHTf8M4O_k7HerU,489
|
115
|
+
beamlit/authentication/authentication.py,sha256=AOA_q9wbUMsl9_5GDu7KLyywFH-cPZWNzuz3gu2soxY,1031
|
116
|
+
beamlit/authentication/credentials.py,sha256=V4JFIROUcoPuzD90ZnooAUG8hQeGNq0LlAyaM4RGvng,4569
|
117
|
+
beamlit/authentication/device_mode.py,sha256=DNGwK04XMun5rx-2wjEu4eL4zAVm7z5_XleZ3OFyPi0,3474
|
118
|
+
beamlit/models/__init__.py,sha256=NDGXKxjaEk8ynaOKTvM2WM26bT8cgsacUwh0CbVFVxM,7759
|
119
|
+
beamlit/models/acl.py,sha256=_QF5XXlVJHBPxuuNnBXhgRngFB6JNesi0YFDG1_R1G4,4599
|
120
|
+
beamlit/models/agent.py,sha256=qth06iM1SLo9xvaiJMVuOGSdkhpHNoVW0DjBOda8gQw,4792
|
121
|
+
beamlit/models/agent_chain.py,sha256=fA9m1xpPjHVUBrVFJiZtgmFho7YT-W24SFWXzh__8vg,2212
|
122
|
+
beamlit/models/agent_configuration.py,sha256=E4OS6EagzgA5UyXHBXySZ16qZusWNPDsFAbgXMGVSjs,1947
|
123
|
+
beamlit/models/agent_deployment.py,sha256=HjgDw4VOX25Bec3H0AePurysocfOntaFjNneReOqgi0,12776
|
124
|
+
beamlit/models/agent_deployment_configuration.py,sha256=Fca9WWRKmIhfARZBLJxYKVGGryN5F3ETWH6tby4zZo0,1362
|
125
|
+
beamlit/models/agent_deployment_history.py,sha256=ccIL9AVmsUmT5fyg-viwHAxiLs7rTyulVZkhGzaXHCQ,5908
|
126
|
+
beamlit/models/agent_deployment_history_event.py,sha256=Slwd4HOu92eqHQweUxDym9und_NOBT3DPANyaBd7K58,3823
|
127
|
+
beamlit/models/agent_deployment_pod_template.py,sha256=teBQkh4sL1vzGNA0GJuzqKaBiJCfNDSWrXJVe4ho15E,1307
|
128
|
+
beamlit/models/agent_release.py,sha256=GUNEReDCGd6OxqeIqfo_fKS7T6oOlO4sYgzcy1fZ5e0,1885
|
129
|
+
beamlit/models/api_key.py,sha256=hjRD_kiMrtYt4TCUyaFRvfpM4xenfgCLXXFZ92m53tw,4245
|
130
|
+
beamlit/models/authentication_provider_model.py,sha256=KPCfDr2E6IYsltVG-TtF4ZrUG9zeuNG5zo1qYeTbnE4,4490
|
131
|
+
beamlit/models/authentication_provider_organization.py,sha256=vt_CIiwDrZIxcI1X1PKYjt1FjPC2u4mc9uHNX1zlDes,2636
|
132
|
+
beamlit/models/configuration.py,sha256=3qgkITUojJz34G398N-yjSNDYfLzZrQ1oG2Rx3_QY1I,2161
|
133
|
+
beamlit/models/continent.py,sha256=Ijm9IwpAzF_fECD2FW6X_1MyeE9t3ok6fBIavM2zng0,1839
|
134
|
+
beamlit/models/country.py,sha256=SAtBAhbAp-d2XRuHfC3fY95TODNVb3p9pMnpGmm7ZxU,1829
|
135
|
+
beamlit/models/create_api_key_for_service_account_body.py,sha256=ACjZpEsz8Hb3-dwvYgtY8lGcHNBe42cr6jv8NKMIEPA,1962
|
136
|
+
beamlit/models/create_workspace_service_account_body.py,sha256=gn1tV8rqFK2DqrWQ_fmLISVvo2p7RMyf6fCWHD-3vZs,1915
|
137
|
+
beamlit/models/create_workspace_service_account_response_200.py,sha256=nXcTU25QtkIjGj_oaGRSsqCGUgca8LU1HV4hZNmfvY4,3306
|
138
|
+
beamlit/models/delete_workspace_service_account_response_200.py,sha256=RohQU6RL0I8BcDQQFSmOKLXrDraCH1wC6PBCRndNLA8,2925
|
139
|
+
beamlit/models/deployment_configuration.py,sha256=Q5fMAYn_qPC7ev3SPlY6IkCv8PMxvEPe_pepgabIzko,1984
|
140
|
+
beamlit/models/deployment_configurations.py,sha256=f58FIIiB9PEUvyUKox9JM_4EP4fRDzgUM-v53pDmaEA,1345
|
141
|
+
beamlit/models/deployment_serverless_config.py,sha256=XrIWLZ6XWo4czE2oAxgUtcoyFm2kr0Ky0e-dF-Wlits,5023
|
142
|
+
beamlit/models/environment.py,sha256=sh_6UEBYrUyYywSmfiB-25GULJVrqOiE42IH41w2XzQ,5412
|
143
|
+
beamlit/models/environment_metrics.py,sha256=D4bJdAqvj-7tc89TrL6VyLEp9zhoJ_9k5fp4_0bZM5I,2714
|
144
|
+
beamlit/models/flavor.py,sha256=1GuyfR7nIX5nVzEp0ic7AchNyr9UENBAxcByeH6TJf0,1783
|
145
|
+
beamlit/models/function.py,sha256=D0FfAF2T-33iWh1QQP_yHHV2Yw_bRt4GEW8x0MNiHBs,4819
|
146
|
+
beamlit/models/function_configuration.py,sha256=k2RgtMFlbQ2V9S0JHN6Du9KC8kuk8wDTC9XqRUd4Y3o,1974
|
147
|
+
beamlit/models/function_deployment.py,sha256=3hJnwZl4OmmUFpVKUUiG4qLAXtJnzHxXHNj9nPCv8Jc,12914
|
148
|
+
beamlit/models/function_deployment_configuration.py,sha256=wDXzB05FJLTPXJdawCzuA8s309lbo2hiCeFnovT9Bdc,1383
|
149
|
+
beamlit/models/function_deployment_pod_template.py,sha256=Ud5y0B_T70WRlYOUndvj-PlxnGlq-W3wLNDfaSTlejs,1322
|
150
|
+
beamlit/models/function_kit.py,sha256=Fvk_WsE0hq3mrSrf5GIXr_2CAcILkHjjDfReHAUOJMg,3070
|
151
|
+
beamlit/models/function_provider_ref.py,sha256=P454XA3ZihM8JbjbdSggAtGNaiTveXYZ2lXObBSGVXU,1868
|
152
|
+
beamlit/models/function_release.py,sha256=DF2NFYngUrE55IN3SysxaX1mX2oG_Ajh6-5w_kBk0Yo,1912
|
153
|
+
beamlit/models/get_workspace_service_accounts_response_200_item.py,sha256=_38dC3KFAvePakHrewwNd-WzGKLquBWLDCuPIiTLi4A,2938
|
154
|
+
beamlit/models/invite_workspace_user_body.py,sha256=4VAKhUEhi2K7bVTcexSEyuXTIv57j2MGlCcHNsmUpI4,1569
|
155
|
+
beamlit/models/labels.py,sha256=gcpn1D7r-MaRXyH0JOQf7XA9ywsA4CGJMGBqS77CV74,1145
|
156
|
+
beamlit/models/labels_type_0.py,sha256=2y_kHq8D0uVCekC39vbFWVqEdFNudhxDbdFKKVW7f1k,1176
|
157
|
+
beamlit/models/location.py,sha256=bo2CqhYeoWSizKZdoBpsSX2eE0gwvgwQa6NZXcwvjyM,3498
|
158
|
+
beamlit/models/location_response.py,sha256=ua6uJy-3bAdJYlF4Y3uIAttAjpmWqKYwHaYwmoTnp7A,3357
|
159
|
+
beamlit/models/metric.py,sha256=psLNvdmIlae_wKjRK4ud0c028fE7yubyQv0Aish21i8,1791
|
160
|
+
beamlit/models/metrics.py,sha256=f4eHLrmx1tLQ_U79H3Ejb5S4uZikuGbsdZ19_Vhl-j8,3911
|
161
|
+
beamlit/models/model.py,sha256=awen8Dnl066TBv_7dlPaEQ8ZxCLhzpLJ6NLhXUtC-Ag,4888
|
162
|
+
beamlit/models/model_deployment.py,sha256=z7yRCYzq5Jq4dY3-6f6nWIe6JC8j6XFkO9VGfe7Qq_8,10986
|
163
|
+
beamlit/models/model_deployment_log.py,sha256=3Qpc9pZVtXJGL5NKg_GW7cvjJYwCUq7ElO8MyCB65D8,1913
|
164
|
+
beamlit/models/model_deployment_metrics.py,sha256=HRB6_a5Uk9Jw_Xq2CUkmXWr3P2fz_gecdpBdpLALLC0,8718
|
165
|
+
beamlit/models/model_deployment_metrics_inference_per_second_per_region.py,sha256=AQGOJ33XarD89Lru5bwP-XEfj6KRawfH9-No2fVFy3Y,2578
|
166
|
+
beamlit/models/model_deployment_metrics_query_per_second_per_region_per_code.py,sha256=dKAsvuGm6BC1bdU68OBKk_TlkE7vhdHLAVo0Co-y6sQ,2329
|
167
|
+
beamlit/models/model_deployment_pod_template.py,sha256=TlAZiTju55b5XQDsmQNU3qDZ4Mgk0OHZPXbz3Pf2kZQ,1323
|
168
|
+
beamlit/models/model_metrics.py,sha256=hTBF0DK2hAd3xzXgxaTetCn2m6FgTDGxNVOEMwRQ0y0,3758
|
169
|
+
beamlit/models/model_provider.py,sha256=8SNTyE6K7_BMzcgDPwmkYzgGvj89RHONCtVWAwsVd64,6067
|
170
|
+
beamlit/models/model_provider_ref.py,sha256=_xjqQPxnK9vpWvTImEde5R-UPwOfvVR4ORLvW7wCbVg,1853
|
171
|
+
beamlit/models/model_release.py,sha256=FWfiZv7HmAJuOFlsPM49xWttqShEhXv8VqcJlb2MfYQ,1885
|
172
|
+
beamlit/models/model_with_deployments.py,sha256=h5oIcwYSItzWMJ9SIRkRxjNwXE6OnxzL0sp3QZYVBmo,6122
|
173
|
+
beamlit/models/pending_invitation.py,sha256=2pxbAI9Th4X8eR-o6nNJsDeAHecHao_M3pfszx63ogk,3764
|
174
|
+
beamlit/models/pending_invitation_accept.py,sha256=PPwMKayonuQhSXVbFRJr_cWwScex-A2ELcyV_UOOeE0,2348
|
175
|
+
beamlit/models/pending_invitation_render.py,sha256=vSAZidJBRidKQhrVvOhsCP0TYcD4mUkoK4f8HFX9Cds,5050
|
176
|
+
beamlit/models/pending_invitation_render_invited_by.py,sha256=hOAFJU4cUiZOsZm37zbYrTayzzE-ZwxH1pnr-nbIXYI,2485
|
177
|
+
beamlit/models/pending_invitation_render_workspace.py,sha256=pc63-4aENWQE8LuErd9MAfJPFnJEVMpqB9NYv9PlTvw,1963
|
178
|
+
beamlit/models/pending_invitation_workspace_details.py,sha256=tujVaozKqLgaS3TP4Os5vdX_FsAoiaXcje9FbEHbqgY,2163
|
179
|
+
beamlit/models/policy.py,sha256=JI9MZqee7jgyhoiGCIn96Vx2XUBLOWsT9ZqR0U8MejY,7885
|
180
|
+
beamlit/models/policy_location.py,sha256=dP6Yas42GtJ2H-wN-7Ny5j5TCCkB7s27qG5PIJBieQ8,1789
|
181
|
+
beamlit/models/provider_config.py,sha256=bWT8hOBQ-3bTNRVffyUwI0p5fhOb-OwWrGgf4eRs1TY,3202
|
182
|
+
beamlit/models/qps.py,sha256=WUy0h4iMgC7rLdM1k_Vy-KAo5JYP3hS5iK_mQf8OHqA,1641
|
183
|
+
beamlit/models/resource_deployment_log.py,sha256=mHW4j0yOgqUgypIGHL8SF-BVIhni159aweCiN3D3nCk,1975
|
184
|
+
beamlit/models/resource_deployment_metrics.py,sha256=nM5GsQBeYOYBhmq1W9uldAdfkFwTq1E0LUyyqfFX-FE,8844
|
185
|
+
beamlit/models/resource_deployment_metrics_inference_per_second_per_region.py,sha256=QatFWG8zM3T05XU8g2GKkfUOgTZGxd_zHICHhZTY-ms,2593
|
186
|
+
beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code.py,sha256=zZ6H4RnJSZJPx0hqazBQ-JuZiCCp9a2sr6ho5TMGO-A,2344
|
187
|
+
beamlit/models/resource_metrics.py,sha256=kMskx-h7pMUcnDwKgyiJQSBqQ4lryB_PT2pbToxAQco,3798
|
188
|
+
beamlit/models/runtime.py,sha256=KN2u36caKPIRmXTC2S4v3qePAwEJNkOltU9VBIOQ1dw,5265
|
189
|
+
beamlit/models/runtime_readiness_probe.py,sha256=2_xLpf18XJjRr1kO96JCLvQx5mAOdekRDmVAOYHC0Es,1274
|
190
|
+
beamlit/models/runtime_resources.py,sha256=xRNu-Xs-Se_L3eNskgxG91LTxRzikuO-0ew5RRHUeew,1274
|
191
|
+
beamlit/models/serverless_config.py,sha256=fR1GlPt0sFGY-SXNypjPAO559E34N-JUTB6C4gi892U,4288
|
192
|
+
beamlit/models/standard_fields_dynamo_db.py,sha256=RRX9ouI2Qphyxtl_woYv4cKXhBvAxS0ptNz0Yt0gGlo,2723
|
193
|
+
beamlit/models/store_agent.py,sha256=jExAsBqRUBB4cDmHXbBHIwiueN49RZJ4gYYz-BO2GOg,5615
|
194
|
+
beamlit/models/store_agent_configuration.py,sha256=kvCW7WeiFAC5324Nn_ZoTte7-oZHRF3Ayob3-2Qj350,2897
|
195
|
+
beamlit/models/store_agent_labels.py,sha256=VbSh3sxnuGVJxsCeLMj4q6ytSgWwN9rPzsCqTL3vWPo,1213
|
196
|
+
beamlit/models/store_configuration.py,sha256=vrvM5YessvvY5_Nyoxn0AFsDQl6njXRJQMuKJSxaUlc,4922
|
197
|
+
beamlit/models/store_configuration_option.py,sha256=Z6L7AbkYy3UZv2pE6yqKoDI6ldKC-AhZClwdG4BsFpk,2226
|
198
|
+
beamlit/models/store_function.py,sha256=eFjoQwdE8x0YoprWgYQITB5p_I8x710GUxxGzqC47ck,7473
|
199
|
+
beamlit/models/store_function_configuration.py,sha256=qdppgPzmynGw58PQzCTym8xXta7mpibEYfibMoH0bDI,2918
|
200
|
+
beamlit/models/store_function_kit.py,sha256=wWlyxnS2odoRkfVnNF3UislXAgu6zc-MhpIGO3ZyTPw,3104
|
201
|
+
beamlit/models/store_function_labels.py,sha256=tYDQh95dATHou7DAcl2vXESHBQTSApUio8LysEet3JE,1231
|
202
|
+
beamlit/models/store_function_parameter.py,sha256=zfPzl8WULWVJIla_3yZ7pkbJ4pfmZrr4b4zccTV1Bcc,2501
|
203
|
+
beamlit/models/update_workspace_service_account_body.py,sha256=lLvGOgRTUH0UwAnT__H0N77QGyXDI8laYpeEJCFkNt4,1961
|
204
|
+
beamlit/models/update_workspace_service_account_response_200.py,sha256=KVWSF1GQNZ4quid2C0U9ojFBld5uEMi9IFKDqd41GYg,2925
|
205
|
+
beamlit/models/update_workspace_user_role_body.py,sha256=fRTVmZEOjx4805gg_EXkI6mQYOfyBnwvn60U6FmpcMI,1529
|
206
|
+
beamlit/models/workspace.py,sha256=pJq3Qhy3DKUbmJ6F7FKU12DaN5LqZpFCILN67ki5JU4,3949
|
207
|
+
beamlit/models/workspace_labels.py,sha256=Ll5DMnOTmY1NDquVcDXf9Gyglb0_-ZM3KUM8u2trshE,1203
|
208
|
+
beamlit/models/workspace_user.py,sha256=iq-ObiW7sSrzu9NeGapa0Q0E7XRfdFSZQh0_4zBWlpY,3380
|
209
|
+
beamlit-0.1.0.dist-info/METADATA,sha256=_fg_gqSWvI_bAchlEfgg_DxjDT2fsIFW6Ac5nRtVbp4,1608
|
210
|
+
beamlit-0.1.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
211
|
+
beamlit-0.1.0.dist-info/RECORD,,
|