blaxel 0.1.21__tar.gz → 0.1.22rc70__tar.gz
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.
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/PKG-INFO +1 -1
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/pyproject.toml +1 -1
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/agents/__init__.py +1 -1
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/__init__.py +18 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/billable_time_metric.py +70 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_chart_value.py +2 -2
- blaxel-0.1.22rc70/src/blaxel/client/models/logs_response.py +63 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/logs_response_data.py +99 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/memory_allocation_by_name.py +70 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metadata.py +9 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/resource.py +79 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/resource_log_chart.py +133 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/resource_log_response.py +83 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_metrics.py +24 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/resource_trace.py +97 -0
- blaxel-0.1.22rc70/src/blaxel/client/models/websocket_message.py +106 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/common/internal.py +1 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/jobs/__init__.py +1 -1
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/base.py +1 -2
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/delete_process_identifier_kill.py +0 -26
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/__init__.py +2 -2
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/process_request.py +25 -1
- blaxel-0.1.22rc70/src/blaxel/sandbox/client/models/process_request_env.py +49 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/__init__.py +1 -1
- blaxel-0.1.21/src/blaxel/sandbox/client/models/process_kill_request.py +0 -60
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/.github/workflows/dev.yaml +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/.github/workflows/prod.yaml +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/.gitignore +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/LICENSE +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/Makefile +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/README.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/blaxel.toml +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/doc.sh +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/agents.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/create_agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/delete_agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/get_agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/list_agent_revisions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/list_agents.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/agents/update_agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/configurations/get_configuration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/configurations/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/default/get_template.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/default/get_template_contents.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/default/get_template_file_contents.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/default/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/default/list_mcp_hub_definitions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/create_function.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/delete_function.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/get_function.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/list_function_revisions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/list_functions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/functions/update_function.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/create_integration_connection.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/delete_integration_connection.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/get_integration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/get_integration_connection.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/get_integration_connection_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/get_integration_connection_model_endpoint_configurations.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/list_integration_connection_models.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/list_integration_connections.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/integrations/update_integration_connection.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/invitations/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/invitations/list_all_pending_invitations.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/create_knowledgebase.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/delete_knowledgebase.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/get_knowledgebase.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/list_knowledgebase_revisions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/list_knowledgebases.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/knowledgebases/update_knowledgebase.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/locations/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/locations/list_locations.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/create_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/delete_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/get_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/list_model_revisions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/list_models.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/models/update_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/create_policy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/delete_policy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/get_policy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/list_policies.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/policies/update_policy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/create_private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/delete_private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/get_private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/get_private_cluster_health.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/list_private_clusters.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/update_private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/privateclusters/update_private_cluster_health.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/create_api_key_for_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/create_workspace_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/delete_api_key_for_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/delete_workspace_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/get_workspace_service_accounts.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/list_api_keys_for_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/service_accounts/update_workspace_service_account.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/templates/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/templates/list_templates.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/accept_workspace_invitation.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/create_worspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/decline_workspace_invitation.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/delete_workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/get_workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/invite_workspace_user.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/leave_workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/list_workspace_users.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/list_workspaces.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/remove_workspace_user.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/update_workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/api/workspaces/update_workspace_user_role.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/apikey.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/authentication.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/clientcredentials.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/credentials.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/device_mode.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/authentication/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/client.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/error.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/instrumentation.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/logger.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/secrets.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/settings.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/common/utils.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/deploy/deploy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/deploy/format.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/deploy/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/deploy/parser.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/errors.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/functions.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/chroma.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/embeddings.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/factory.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/pinecone.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/qdrant.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/knowledgebases/types.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/acl.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/agent_chain.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/agent_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/api_key.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/configuration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/continent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/core_event.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/core_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/core_spec_configurations.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/country.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/create_api_key_for_service_account_body.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/create_workspace_service_account_body.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/create_workspace_service_account_response_200.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/delete_workspace_service_account_response_200.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/entrypoint.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/entrypoint_env.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/flavor.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/form.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/form_config.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/form_oauth.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/form_secrets.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_kit.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_schema.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_schema_not.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_schema_or_bool.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_schema_properties.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/function_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/get_workspace_service_accounts_response_200_item.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/histogram_bucket.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/histogram_stats.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_connection.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_connection_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_connection_spec_config.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_connection_spec_secret.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/integration_repository.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/invite_workspace_user_body.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/knowledgebase.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/knowledgebase_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/knowledgebase_spec_options.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/last_n_requests_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/latency_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/location_response.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/mcp_definition.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/mcp_definition_entrypoint.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/mcp_definition_form.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/memory_allocation_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metadata.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metadata_labels.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metrics.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metrics_models.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metrics_request_total_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/metrics_rps_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/model.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/model_private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/model_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/o_auth.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/owner_fields.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation_accept.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation_render.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation_render_invited_by.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation_render_workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pending_invitation_workspace_details.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/pod_template_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/policy.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/policy_location.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/policy_max_tokens.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/policy_spec.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/private_cluster.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/private_location.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/repository.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_duration_over_time_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_duration_over_time_metrics.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_by_origin_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin_and_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_metric_request_total_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/request_total_metric_rps_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/resource_log.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/resource_metrics.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/resource_metrics_request_total_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/resource_metrics_rps_per_code.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/revision_configuration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/revision_metadata.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/runtime.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/runtime_startup_probe.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/serverless_config.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/spec_configuration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/store_agent.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/store_agent_labels.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/store_configuration.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/store_configuration_option.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/template.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/template_variable.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/time_fields.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/time_to_first_token_over_time_metrics.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/token_rate_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/token_rate_metrics.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/token_total_metric.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/trace_ids_response.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/update_workspace_service_account_body.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/update_workspace_service_account_response_200.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/update_workspace_user_role_body.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/websocket_channel.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/workspace.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/workspace_labels.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/models/workspace_user.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/run.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/serve/app.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/serve/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/serve/middlewares/accesslog.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/serve/middlewares/index.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/serve/middlewares/processtime.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel/types.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/docs/blaxel-docs.md +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_crewai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_googleadk.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_langchain.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_langgraph.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_livekit.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_llamaindex.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_openai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/agent_pydantic.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/bl_agents.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/bl_jobs.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/bl_models.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/bl_tools.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/client.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/env.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_crewai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_google_adk.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_langchain.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_llamaindex.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_openai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/fastapi_pydantic.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/global_hash.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/load_test.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/mcp_client.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/mcp_creation.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/mcp_server.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/sandbox_502.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/sandbox_preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/sandbox_small.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/integrationtest/utils.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/openapi-python-client.yml +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/apikey.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/clientcredentials.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/devicemode.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/oauth.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/authentication/types.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/cache/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/cache/cache.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/create_agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/delete_agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/get_agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/list_agent_revisions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/list_agents.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/agents/update_agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/create_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/create_sandbox_preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/create_sandbox_preview_token.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/delete_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/delete_sandbox_preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/delete_sandbox_preview_token.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/get_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/get_sandbox_preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/list_sandbox_preview_tokens.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/list_sandbox_previews.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/list_sandboxes.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/start_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/stop_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/update_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/compute/update_sandbox_preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/configurations/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/configurations/get_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/default/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/default/get_template.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/default/list_mcp_hub_definitions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/default/list_sandbox_hub_definitions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/create_function.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/delete_function.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/get_function.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/list_function_revisions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/list_functions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/functions/update_function.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/create_integration_connection.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/delete_integration_connection.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/get_integration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/get_integration_connection.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/get_integration_connection_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/get_integration_connection_model_endpoint_configurations.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/list_integration_connection_models.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/list_integration_connections.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/integrations/update_integration_connection.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/invitations/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/invitations/list_all_pending_invitations.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/create_job.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/delete_job.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/get_job.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/list_job_revisions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/list_jobs.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/jobs/update_job.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/create_knowledgebase.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/delete_knowledgebase.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/get_knowledgebase.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/list_knowledgebase_revisions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/list_knowledgebases.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/knowledgebases/update_knowledgebase.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/locations/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/locations/list_locations.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/create_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/delete_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/get_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/list_model_revisions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/list_models.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/models/update_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/create_policy.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/delete_policy.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/get_policy.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/list_policies.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/policies/update_policy.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/create_private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/delete_private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/get_private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/get_private_cluster_health.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/list_private_clusters.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/update_private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/privateclusters/update_private_cluster_health.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/create_api_key_for_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/create_workspace_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/delete_api_key_for_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/delete_workspace_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/get_workspace_service_accounts.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/list_api_keys_for_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/service_accounts/update_workspace_service_account.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/templates/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/templates/list_templates.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/accept_workspace_invitation.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/check_workspace_availability.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/create_worspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/decline_workspace_invitation.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/delete_workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/get_workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/invite_workspace_user.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/leave_workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/list_workspace_users.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/list_workspaces.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/remove_workspace_user.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/update_workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/api/workspaces/update_workspace_user_role.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/client.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/errors.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/acl.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/agent_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/api_key.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/check_workspace_availability_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/continent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/core_event.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/core_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/core_spec_configurations.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/country.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/create_api_key_for_service_account_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/create_workspace_service_account_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/create_workspace_service_account_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/delete_sandbox_preview_token_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/delete_workspace_service_account_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/entrypoint.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/entrypoint_env.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/flavor.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/form.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/form_config.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/form_oauth.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/form_secrets.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_kit.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_schema.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_schema_not.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_schema_or_bool.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_schema_properties.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/function_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/get_workspace_service_accounts_response_200_item.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/histogram_bucket.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/histogram_stats.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_additional_infos.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_connection.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_connection_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_connection_spec_config.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_connection_spec_secret.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_endpoint.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_endpoint_token.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_endpoints.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_headers.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_organization.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_query_params.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/integration_repository.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/invite_workspace_user_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_execution_config.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_metrics.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_metrics_executions_chart.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_metrics_executions_total.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_metrics_tasks_chart.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_metrics_tasks_total.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/job_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_chart.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_executions.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_network_chart.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_success_failed_chart.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_tasks.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/jobs_total.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/knowledgebase.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/knowledgebase_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/knowledgebase_spec_options.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/last_n_requests_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/latency_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/location_response.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/mcp_definition.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/mcp_definition_entrypoint.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/mcp_definition_form.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/memory_allocation_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metadata_labels.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metrics.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metrics_models.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metrics_request_total_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/metrics_rps_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/model.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/model_private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/model_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/o_auth.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/owner_fields.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation_accept.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation_render.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation_render_invited_by.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation_render_workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pending_invitation_workspace_details.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/pod_template_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/policy.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/policy_location.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/policy_max_tokens.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/policy_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/port.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_metadata.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_spec_request_headers.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_spec_response_headers.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_token.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_token_metadata.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/preview_token_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/private_cluster.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/private_location.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/repository.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_duration_over_time_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_duration_over_time_metrics.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_by_origin_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin_and_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_metric_request_total_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_metric_rps_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/request_total_response_data.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_log.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_metrics_request_total_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_metrics_request_total_per_code_previous.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_metrics_rps_per_code.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/resource_metrics_rps_per_code_previous.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/revision_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/revision_metadata.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/runtime.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/runtime_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/runtime_startup_probe.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/sandbox_definition.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/sandbox_spec.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/serverless_config.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/serverless_config_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/spec_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/start_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/stop_sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/store_agent.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/store_agent_labels.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/store_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/store_configuration_option.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/template.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/template_variable.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/time_fields.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/time_to_first_token_over_time_metrics.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/token_rate_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/token_rate_metrics.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/token_total_metric.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/trace_ids_response.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/trigger.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/trigger_configuration.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/update_workspace_service_account_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/update_workspace_service_account_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/update_workspace_user_role_body.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/websocket_channel.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/workspace.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/workspace_labels.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/workspace_runtime.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/models/workspace_user.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/py.typed +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/client/types.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/common/autoload.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/common/env.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/common/logger.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/common/settings.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/instrumentation/exporters.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/instrumentation/log.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/instrumentation/manager.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/instrumentation/map.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/instrumentation/span.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/mcp/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/mcp/client.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/mcp/server.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/crewai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/custom/langchain/gemini.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/custom/llamaindex/cohere.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/custom/pydantic/gemini.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/googleadk.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/langchain.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/livekit.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/llamaindex.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/openai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/models/pydantic.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/delete_filesystem_path.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/get_filesystem_path.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/get_watch_filesystem_path.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/get_ws_watch_filesystem_path.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/filesystem/put_filesystem_path.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/network/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/network/delete_network_process_pid_monitor.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/network/get_network_process_pid_ports.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/network/post_network_process_pid_monitor.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/__init__.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/delete_process_identifier.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/get_process.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/get_process_identifier.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/get_process_identifier_logs.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/get_process_identifier_logs_stream.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/get_ws_process_identifier_logs_stream.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/api/process/post_process.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/client.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/errors.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/delete_network_process_pid_monitor_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/directory.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/error_response.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/file.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/file_request.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/file_with_content.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/get_network_process_pid_ports_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/port_monitor_request.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/post_network_process_pid_monitor_response_200.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/process_logs.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/process_response.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/process_response_status.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/subdirectory.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/models/success_response.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/py.typed +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/client/types.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/filesystem.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/preview.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/process.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/sandbox/sandbox.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/common.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/crewai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/googleadk.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/langchain.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/livekit.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/llamaindex.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/openai.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/pydantic.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/src/blaxel/tools/types.py +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/.gitignore.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/README.md.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/api_init.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/client.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/endpoint_init.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/endpoint_macros.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/endpoint_module.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/errors.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/helpers.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/int_enum.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/literal_enum.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/model.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/models_init.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/package_init.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/any_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/boolean_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/const_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/date_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/datetime_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/enum_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/file_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/float_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/helpers.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/int_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/list_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/literal_enum_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/model_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/property_macros.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/union_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/property_templates/uuid_property.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/pyproject.toml.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/pyproject_ruff.toml.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/setup.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/str_enum.py.jinja +0 -0
- {blaxel-0.1.21 → blaxel-0.1.22rc70}/templates/types.py.jinja +0 -0
@@ -6,7 +6,7 @@ from ..cache import find_from_cache
|
|
6
6
|
from ..client import client
|
7
7
|
from ..client.api.agents import get_agent
|
8
8
|
from ..client.models import Agent
|
9
|
-
from ..common.internal import
|
9
|
+
from ..common.internal import get_forced_url, get_global_unique_hash
|
10
10
|
from ..common.settings import settings
|
11
11
|
from ..instrumentation.span import SpanManager
|
12
12
|
|
@@ -4,6 +4,7 @@ from .acl import ACL
|
|
4
4
|
from .agent import Agent
|
5
5
|
from .agent_spec import AgentSpec
|
6
6
|
from .api_key import ApiKey
|
7
|
+
from .billable_time_metric import BillableTimeMetric
|
7
8
|
from .check_workspace_availability_body import CheckWorkspaceAvailabilityBody
|
8
9
|
from .configuration import Configuration
|
9
10
|
from .continent import Continent
|
@@ -71,9 +72,12 @@ from .knowledgebase_spec_options import KnowledgebaseSpecOptions
|
|
71
72
|
from .last_n_requests_metric import LastNRequestsMetric
|
72
73
|
from .latency_metric import LatencyMetric
|
73
74
|
from .location_response import LocationResponse
|
75
|
+
from .logs_response import LogsResponse
|
76
|
+
from .logs_response_data import LogsResponseData
|
74
77
|
from .mcp_definition import MCPDefinition
|
75
78
|
from .mcp_definition_entrypoint import MCPDefinitionEntrypoint
|
76
79
|
from .mcp_definition_form import MCPDefinitionForm
|
80
|
+
from .memory_allocation_by_name import MemoryAllocationByName
|
77
81
|
from .memory_allocation_metric import MemoryAllocationMetric
|
78
82
|
from .metadata import Metadata
|
79
83
|
from .metadata_labels import MetadataLabels
|
@@ -123,7 +127,10 @@ from .request_total_metric import RequestTotalMetric
|
|
123
127
|
from .request_total_metric_request_total_per_code import RequestTotalMetricRequestTotalPerCode
|
124
128
|
from .request_total_metric_rps_per_code import RequestTotalMetricRpsPerCode
|
125
129
|
from .request_total_response_data import RequestTotalResponseData
|
130
|
+
from .resource import Resource
|
126
131
|
from .resource_log import ResourceLog
|
132
|
+
from .resource_log_chart import ResourceLogChart
|
133
|
+
from .resource_log_response import ResourceLogResponse
|
127
134
|
from .resource_metrics import ResourceMetrics
|
128
135
|
from .resource_metrics_request_total_per_code import ResourceMetricsRequestTotalPerCode
|
129
136
|
from .resource_metrics_request_total_per_code_previous import (
|
@@ -131,6 +138,7 @@ from .resource_metrics_request_total_per_code_previous import (
|
|
131
138
|
)
|
132
139
|
from .resource_metrics_rps_per_code import ResourceMetricsRpsPerCode
|
133
140
|
from .resource_metrics_rps_per_code_previous import ResourceMetricsRpsPerCodePrevious
|
141
|
+
from .resource_trace import ResourceTrace
|
134
142
|
from .revision_configuration import RevisionConfiguration
|
135
143
|
from .revision_metadata import RevisionMetadata
|
136
144
|
from .runtime import Runtime
|
@@ -162,6 +170,7 @@ from .update_workspace_service_account_body import UpdateWorkspaceServiceAccount
|
|
162
170
|
from .update_workspace_service_account_response_200 import UpdateWorkspaceServiceAccountResponse200
|
163
171
|
from .update_workspace_user_role_body import UpdateWorkspaceUserRoleBody
|
164
172
|
from .websocket_channel import WebsocketChannel
|
173
|
+
from .websocket_message import WebsocketMessage
|
165
174
|
from .workspace import Workspace
|
166
175
|
from .workspace_labels import WorkspaceLabels
|
167
176
|
from .workspace_runtime import WorkspaceRuntime
|
@@ -172,6 +181,7 @@ __all__ = (
|
|
172
181
|
"Agent",
|
173
182
|
"AgentSpec",
|
174
183
|
"ApiKey",
|
184
|
+
"BillableTimeMetric",
|
175
185
|
"CheckWorkspaceAvailabilityBody",
|
176
186
|
"Configuration",
|
177
187
|
"Continent",
|
@@ -237,9 +247,12 @@ __all__ = (
|
|
237
247
|
"LastNRequestsMetric",
|
238
248
|
"LatencyMetric",
|
239
249
|
"LocationResponse",
|
250
|
+
"LogsResponse",
|
251
|
+
"LogsResponseData",
|
240
252
|
"MCPDefinition",
|
241
253
|
"MCPDefinitionEntrypoint",
|
242
254
|
"MCPDefinitionForm",
|
255
|
+
"MemoryAllocationByName",
|
243
256
|
"MemoryAllocationMetric",
|
244
257
|
"Metadata",
|
245
258
|
"MetadataLabels",
|
@@ -285,12 +298,16 @@ __all__ = (
|
|
285
298
|
"RequestTotalMetricRequestTotalPerCode",
|
286
299
|
"RequestTotalMetricRpsPerCode",
|
287
300
|
"RequestTotalResponseData",
|
301
|
+
"Resource",
|
288
302
|
"ResourceLog",
|
303
|
+
"ResourceLogChart",
|
304
|
+
"ResourceLogResponse",
|
289
305
|
"ResourceMetrics",
|
290
306
|
"ResourceMetricsRequestTotalPerCode",
|
291
307
|
"ResourceMetricsRequestTotalPerCodePrevious",
|
292
308
|
"ResourceMetricsRpsPerCode",
|
293
309
|
"ResourceMetricsRpsPerCodePrevious",
|
310
|
+
"ResourceTrace",
|
294
311
|
"RevisionConfiguration",
|
295
312
|
"RevisionMetadata",
|
296
313
|
"Runtime",
|
@@ -322,6 +339,7 @@ __all__ = (
|
|
322
339
|
"UpdateWorkspaceServiceAccountResponse200",
|
323
340
|
"UpdateWorkspaceUserRoleBody",
|
324
341
|
"WebsocketChannel",
|
342
|
+
"WebsocketMessage",
|
325
343
|
"Workspace",
|
326
344
|
"WorkspaceLabels",
|
327
345
|
"WorkspaceRuntime",
|
@@ -0,0 +1,70 @@
|
|
1
|
+
from typing import Any, 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="BillableTimeMetric")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class BillableTimeMetric:
|
13
|
+
"""Billable time metric
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
billable_time (Union[Unset, float]): Billable time
|
17
|
+
total_allocation (Union[Unset, float]): Total memory allocation in GB-seconds
|
18
|
+
"""
|
19
|
+
|
20
|
+
billable_time: Union[Unset, float] = UNSET
|
21
|
+
total_allocation: Union[Unset, float] = UNSET
|
22
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
23
|
+
|
24
|
+
def to_dict(self) -> dict[str, Any]:
|
25
|
+
billable_time = self.billable_time
|
26
|
+
|
27
|
+
total_allocation = self.total_allocation
|
28
|
+
|
29
|
+
field_dict: dict[str, Any] = {}
|
30
|
+
field_dict.update(self.additional_properties)
|
31
|
+
field_dict.update({})
|
32
|
+
if billable_time is not UNSET:
|
33
|
+
field_dict["billableTime"] = billable_time
|
34
|
+
if total_allocation is not UNSET:
|
35
|
+
field_dict["totalAllocation"] = total_allocation
|
36
|
+
|
37
|
+
return field_dict
|
38
|
+
|
39
|
+
@classmethod
|
40
|
+
def from_dict(cls: type[T], src_dict: dict[str, Any]) -> T:
|
41
|
+
if not src_dict:
|
42
|
+
return None
|
43
|
+
d = src_dict.copy()
|
44
|
+
billable_time = d.pop("billableTime", UNSET)
|
45
|
+
|
46
|
+
total_allocation = d.pop("totalAllocation", UNSET)
|
47
|
+
|
48
|
+
billable_time_metric = cls(
|
49
|
+
billable_time=billable_time,
|
50
|
+
total_allocation=total_allocation,
|
51
|
+
)
|
52
|
+
|
53
|
+
billable_time_metric.additional_properties = d
|
54
|
+
return billable_time_metric
|
55
|
+
|
56
|
+
@property
|
57
|
+
def additional_keys(self) -> list[str]:
|
58
|
+
return list(self.additional_properties.keys())
|
59
|
+
|
60
|
+
def __getitem__(self, key: str) -> Any:
|
61
|
+
return self.additional_properties[key]
|
62
|
+
|
63
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
64
|
+
self.additional_properties[key] = value
|
65
|
+
|
66
|
+
def __delitem__(self, key: str) -> None:
|
67
|
+
del self.additional_properties[key]
|
68
|
+
|
69
|
+
def __contains__(self, key: str) -> bool:
|
70
|
+
return key in self.additional_properties
|
@@ -14,11 +14,11 @@ class JobsChartValue:
|
|
14
14
|
|
15
15
|
Attributes:
|
16
16
|
timestamp (Union[Unset, str]): Metric timestamp
|
17
|
-
value (Union[Unset,
|
17
|
+
value (Union[Unset, float]): Metric value
|
18
18
|
"""
|
19
19
|
|
20
20
|
timestamp: Union[Unset, str] = UNSET
|
21
|
-
value: Union[Unset,
|
21
|
+
value: Union[Unset, float] = UNSET
|
22
22
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
23
23
|
|
24
24
|
def to_dict(self) -> dict[str, Any]:
|
@@ -0,0 +1,63 @@
|
|
1
|
+
from typing import Any, TypeVar, Union, cast
|
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="LogsResponse")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class LogsResponse:
|
13
|
+
"""Response for logs
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
data (Union[Unset, list[Any]]): Data
|
17
|
+
"""
|
18
|
+
|
19
|
+
data: Union[Unset, list[Any]] = UNSET
|
20
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
21
|
+
|
22
|
+
def to_dict(self) -> dict[str, Any]:
|
23
|
+
data: Union[Unset, list[Any]] = UNSET
|
24
|
+
if not isinstance(self.data, Unset):
|
25
|
+
data = self.data
|
26
|
+
|
27
|
+
field_dict: dict[str, Any] = {}
|
28
|
+
field_dict.update(self.additional_properties)
|
29
|
+
field_dict.update({})
|
30
|
+
if data is not UNSET:
|
31
|
+
field_dict["data"] = data
|
32
|
+
|
33
|
+
return field_dict
|
34
|
+
|
35
|
+
@classmethod
|
36
|
+
def from_dict(cls: type[T], src_dict: dict[str, Any]) -> T:
|
37
|
+
if not src_dict:
|
38
|
+
return None
|
39
|
+
d = src_dict.copy()
|
40
|
+
data = cast(list[Any], d.pop("data", UNSET))
|
41
|
+
|
42
|
+
logs_response = cls(
|
43
|
+
data=data,
|
44
|
+
)
|
45
|
+
|
46
|
+
logs_response.additional_properties = d
|
47
|
+
return logs_response
|
48
|
+
|
49
|
+
@property
|
50
|
+
def additional_keys(self) -> list[str]:
|
51
|
+
return list(self.additional_properties.keys())
|
52
|
+
|
53
|
+
def __getitem__(self, key: str) -> Any:
|
54
|
+
return self.additional_properties[key]
|
55
|
+
|
56
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
57
|
+
self.additional_properties[key] = value
|
58
|
+
|
59
|
+
def __delitem__(self, key: str) -> None:
|
60
|
+
del self.additional_properties[key]
|
61
|
+
|
62
|
+
def __contains__(self, key: str) -> bool:
|
63
|
+
return key in self.additional_properties
|
@@ -0,0 +1,99 @@
|
|
1
|
+
from typing import Any, TypeVar, Union, cast
|
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="LogsResponseData")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class LogsResponseData:
|
13
|
+
"""Response data for logs
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
body (Union[Unset, str]): Body of the log
|
17
|
+
log_attributes (Union[Unset, list[Any]]): Log attributes
|
18
|
+
severity_number (Union[Unset, int]): Severity number of the log
|
19
|
+
timestamp (Union[Unset, str]): Timestamp of the log
|
20
|
+
trace_id (Union[Unset, str]): Trace ID of the log
|
21
|
+
"""
|
22
|
+
|
23
|
+
body: Union[Unset, str] = UNSET
|
24
|
+
log_attributes: Union[Unset, list[Any]] = UNSET
|
25
|
+
severity_number: Union[Unset, int] = UNSET
|
26
|
+
timestamp: Union[Unset, str] = UNSET
|
27
|
+
trace_id: Union[Unset, str] = UNSET
|
28
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
29
|
+
|
30
|
+
def to_dict(self) -> dict[str, Any]:
|
31
|
+
body = self.body
|
32
|
+
|
33
|
+
log_attributes: Union[Unset, list[Any]] = UNSET
|
34
|
+
if not isinstance(self.log_attributes, Unset):
|
35
|
+
log_attributes = self.log_attributes
|
36
|
+
|
37
|
+
severity_number = self.severity_number
|
38
|
+
|
39
|
+
timestamp = self.timestamp
|
40
|
+
|
41
|
+
trace_id = self.trace_id
|
42
|
+
|
43
|
+
field_dict: dict[str, Any] = {}
|
44
|
+
field_dict.update(self.additional_properties)
|
45
|
+
field_dict.update({})
|
46
|
+
if body is not UNSET:
|
47
|
+
field_dict["body"] = body
|
48
|
+
if log_attributes is not UNSET:
|
49
|
+
field_dict["logAttributes"] = log_attributes
|
50
|
+
if severity_number is not UNSET:
|
51
|
+
field_dict["severityNumber"] = severity_number
|
52
|
+
if timestamp is not UNSET:
|
53
|
+
field_dict["timestamp"] = timestamp
|
54
|
+
if trace_id is not UNSET:
|
55
|
+
field_dict["traceId"] = trace_id
|
56
|
+
|
57
|
+
return field_dict
|
58
|
+
|
59
|
+
@classmethod
|
60
|
+
def from_dict(cls: type[T], src_dict: dict[str, Any]) -> T:
|
61
|
+
if not src_dict:
|
62
|
+
return None
|
63
|
+
d = src_dict.copy()
|
64
|
+
body = d.pop("body", UNSET)
|
65
|
+
|
66
|
+
log_attributes = cast(list[Any], d.pop("logAttributes", UNSET))
|
67
|
+
|
68
|
+
severity_number = d.pop("severityNumber", UNSET)
|
69
|
+
|
70
|
+
timestamp = d.pop("timestamp", UNSET)
|
71
|
+
|
72
|
+
trace_id = d.pop("traceId", UNSET)
|
73
|
+
|
74
|
+
logs_response_data = cls(
|
75
|
+
body=body,
|
76
|
+
log_attributes=log_attributes,
|
77
|
+
severity_number=severity_number,
|
78
|
+
timestamp=timestamp,
|
79
|
+
trace_id=trace_id,
|
80
|
+
)
|
81
|
+
|
82
|
+
logs_response_data.additional_properties = d
|
83
|
+
return logs_response_data
|
84
|
+
|
85
|
+
@property
|
86
|
+
def additional_keys(self) -> list[str]:
|
87
|
+
return list(self.additional_properties.keys())
|
88
|
+
|
89
|
+
def __getitem__(self, key: str) -> Any:
|
90
|
+
return self.additional_properties[key]
|
91
|
+
|
92
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
93
|
+
self.additional_properties[key] = value
|
94
|
+
|
95
|
+
def __delitem__(self, key: str) -> None:
|
96
|
+
del self.additional_properties[key]
|
97
|
+
|
98
|
+
def __contains__(self, key: str) -> bool:
|
99
|
+
return key in self.additional_properties
|
@@ -0,0 +1,70 @@
|
|
1
|
+
from typing import Any, 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="MemoryAllocationByName")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class MemoryAllocationByName:
|
13
|
+
"""Memory allocation by service name
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
allocation (Union[Unset, float]): Memory allocation value
|
17
|
+
name (Union[Unset, str]): Name
|
18
|
+
"""
|
19
|
+
|
20
|
+
allocation: Union[Unset, float] = UNSET
|
21
|
+
name: 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
|
+
allocation = self.allocation
|
26
|
+
|
27
|
+
name = self.name
|
28
|
+
|
29
|
+
field_dict: dict[str, Any] = {}
|
30
|
+
field_dict.update(self.additional_properties)
|
31
|
+
field_dict.update({})
|
32
|
+
if allocation is not UNSET:
|
33
|
+
field_dict["allocation"] = allocation
|
34
|
+
if name is not UNSET:
|
35
|
+
field_dict["name"] = name
|
36
|
+
|
37
|
+
return field_dict
|
38
|
+
|
39
|
+
@classmethod
|
40
|
+
def from_dict(cls: type[T], src_dict: dict[str, Any]) -> T:
|
41
|
+
if not src_dict:
|
42
|
+
return None
|
43
|
+
d = src_dict.copy()
|
44
|
+
allocation = d.pop("allocation", UNSET)
|
45
|
+
|
46
|
+
name = d.pop("name", UNSET)
|
47
|
+
|
48
|
+
memory_allocation_by_name = cls(
|
49
|
+
allocation=allocation,
|
50
|
+
name=name,
|
51
|
+
)
|
52
|
+
|
53
|
+
memory_allocation_by_name.additional_properties = d
|
54
|
+
return memory_allocation_by_name
|
55
|
+
|
56
|
+
@property
|
57
|
+
def additional_keys(self) -> list[str]:
|
58
|
+
return list(self.additional_properties.keys())
|
59
|
+
|
60
|
+
def __getitem__(self, key: str) -> Any:
|
61
|
+
return self.additional_properties[key]
|
62
|
+
|
63
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
64
|
+
self.additional_properties[key] = value
|
65
|
+
|
66
|
+
def __delitem__(self, key: str) -> None:
|
67
|
+
del self.additional_properties[key]
|
68
|
+
|
69
|
+
def __contains__(self, key: str) -> bool:
|
70
|
+
return key in self.additional_properties
|
@@ -24,6 +24,7 @@ class Metadata:
|
|
24
24
|
display_name (Union[Unset, str]): Model display name
|
25
25
|
labels (Union[Unset, MetadataLabels]): Labels
|
26
26
|
name (Union[Unset, str]): Model name
|
27
|
+
plan (Union[Unset, Any]): Plan
|
27
28
|
workspace (Union[Unset, str]): Workspace name
|
28
29
|
"""
|
29
30
|
|
@@ -34,6 +35,7 @@ class Metadata:
|
|
34
35
|
display_name: Union[Unset, str] = UNSET
|
35
36
|
labels: Union[Unset, "MetadataLabels"] = UNSET
|
36
37
|
name: Union[Unset, str] = UNSET
|
38
|
+
plan: Union[Unset, Any] = UNSET
|
37
39
|
workspace: Union[Unset, str] = UNSET
|
38
40
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
39
41
|
|
@@ -56,6 +58,8 @@ class Metadata:
|
|
56
58
|
|
57
59
|
name = self.name
|
58
60
|
|
61
|
+
plan = self.plan
|
62
|
+
|
59
63
|
workspace = self.workspace
|
60
64
|
|
61
65
|
field_dict: dict[str, Any] = {}
|
@@ -75,6 +79,8 @@ class Metadata:
|
|
75
79
|
field_dict["labels"] = labels
|
76
80
|
if name is not UNSET:
|
77
81
|
field_dict["name"] = name
|
82
|
+
if plan is not UNSET:
|
83
|
+
field_dict["plan"] = plan
|
78
84
|
if workspace is not UNSET:
|
79
85
|
field_dict["workspace"] = workspace
|
80
86
|
|
@@ -106,6 +112,8 @@ class Metadata:
|
|
106
112
|
|
107
113
|
name = d.pop("name", UNSET)
|
108
114
|
|
115
|
+
plan = d.pop("plan", UNSET)
|
116
|
+
|
109
117
|
workspace = d.pop("workspace", UNSET)
|
110
118
|
|
111
119
|
metadata = cls(
|
@@ -116,6 +124,7 @@ class Metadata:
|
|
116
124
|
display_name=display_name,
|
117
125
|
labels=labels,
|
118
126
|
name=name,
|
127
|
+
plan=plan,
|
119
128
|
workspace=workspace,
|
120
129
|
)
|
121
130
|
|
@@ -0,0 +1,79 @@
|
|
1
|
+
from typing import Any, 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="Resource")
|
9
|
+
|
10
|
+
|
11
|
+
@_attrs_define
|
12
|
+
class Resource:
|
13
|
+
"""Resource
|
14
|
+
|
15
|
+
Attributes:
|
16
|
+
name (Union[Unset, str]): Name of the resource
|
17
|
+
type_ (Union[Unset, str]): Type of the resource
|
18
|
+
workspace (Union[Unset, str]): Workspace of the resource
|
19
|
+
"""
|
20
|
+
|
21
|
+
name: Union[Unset, str] = UNSET
|
22
|
+
type_: Union[Unset, str] = UNSET
|
23
|
+
workspace: Union[Unset, str] = UNSET
|
24
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
25
|
+
|
26
|
+
def to_dict(self) -> dict[str, Any]:
|
27
|
+
name = self.name
|
28
|
+
|
29
|
+
type_ = self.type_
|
30
|
+
|
31
|
+
workspace = self.workspace
|
32
|
+
|
33
|
+
field_dict: dict[str, Any] = {}
|
34
|
+
field_dict.update(self.additional_properties)
|
35
|
+
field_dict.update({})
|
36
|
+
if name is not UNSET:
|
37
|
+
field_dict["name"] = name
|
38
|
+
if type_ is not UNSET:
|
39
|
+
field_dict["type"] = type_
|
40
|
+
if workspace is not UNSET:
|
41
|
+
field_dict["workspace"] = workspace
|
42
|
+
|
43
|
+
return field_dict
|
44
|
+
|
45
|
+
@classmethod
|
46
|
+
def from_dict(cls: type[T], src_dict: dict[str, Any]) -> T:
|
47
|
+
if not src_dict:
|
48
|
+
return None
|
49
|
+
d = src_dict.copy()
|
50
|
+
name = d.pop("name", UNSET)
|
51
|
+
|
52
|
+
type_ = d.pop("type", UNSET)
|
53
|
+
|
54
|
+
workspace = d.pop("workspace", UNSET)
|
55
|
+
|
56
|
+
resource = cls(
|
57
|
+
name=name,
|
58
|
+
type_=type_,
|
59
|
+
workspace=workspace,
|
60
|
+
)
|
61
|
+
|
62
|
+
resource.additional_properties = d
|
63
|
+
return resource
|
64
|
+
|
65
|
+
@property
|
66
|
+
def additional_keys(self) -> list[str]:
|
67
|
+
return list(self.additional_properties.keys())
|
68
|
+
|
69
|
+
def __getitem__(self, key: str) -> Any:
|
70
|
+
return self.additional_properties[key]
|
71
|
+
|
72
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
73
|
+
self.additional_properties[key] = value
|
74
|
+
|
75
|
+
def __delitem__(self, key: str) -> None:
|
76
|
+
del self.additional_properties[key]
|
77
|
+
|
78
|
+
def __contains__(self, key: str) -> bool:
|
79
|
+
return key in self.additional_properties
|