abacusai 1.4.65__tar.gz → 1.4.66__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.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.4.65 → abacusai-1.4.66}/PKG-INFO +1 -1
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/__init__.py +1 -1
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/enums.py +2 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/model.py +1 -1
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/client.py +63 -2
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment_conversation.py +7 -5
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hostname_info.py +6 -4
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/image_gen_settings.py +6 -4
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project.py +10 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/video_gen_costs.py +5 -7
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/video_gen_settings.py +6 -4
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/PKG-INFO +1 -1
- {abacusai-1.4.65 → abacusai-1.4.66}/setup.py +1 -1
- {abacusai-1.4.65 → abacusai-1.4.66}/LICENSE +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/README.md +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/address.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/annotation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/api_key.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/audio_gen_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/audio_url_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_computer_status.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_memory.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_project.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_project_permissions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/chatllm_task.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_agent_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_autocomplete_edit_prediction_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_embeddings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_llm_changed_files.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_source.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_suggestion_validation_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/code_summary_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/codellm_embedding_constants.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/constants_autocomplete_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_domain.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/dataset.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/default_llm.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/document_data.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/edit_image_models.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/entri_auth_token.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/external_application.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/fs_entry.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/global_context.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_app.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_app_container.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_app_file_read.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_artifact.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_database.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_database_snapshot.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/hume_voice.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/image_gen_model.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/image_gen_model_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/lip_sync_gen_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_artifact.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/mcp_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/mcp_server.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/mcp_server_connection.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/mcp_server_query_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_location.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/module.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/page_data.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/presentation_export_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project_config.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/python_function.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/return_class.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/schema.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/session_summary.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/session_transcript.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/session_transcripts.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/sftp_key.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/sts_gen_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/stt_gen_model.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/stt_gen_model_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/stt_gen_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/tts_gen_settings.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/unified_connector.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/upload.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/use_case.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/user.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/video_gen_model.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/video_gen_model_options.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/voice_gen_details.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/web_app_conversation.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/web_app_domain.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/webhook.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/SOURCES.txt +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.65 → abacusai-1.4.66}/setup.cfg +0 -0
|
@@ -503,7 +503,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
503
503
|
mask_pii (bool): Mask PII in the prompts and uploaded documents before sending it to the LLM. Only available for Enterprise users and will cause validation errors if set to True for ChatLLM Teams users.
|
|
504
504
|
builtin_tools (List[SystemConnectorTool]): List of builtin system connector tools to use in the ChatLLM. Using builtin tools does not require enabling tool bar (enable_tool_bar flag).
|
|
505
505
|
mcp_servers (List[str]): List of names of MCP servers to use in the ChatLLM. This should not be used with document_retrievers.
|
|
506
|
-
agentic_loop_mode (bool):
|
|
506
|
+
agentic_loop_mode (bool): Enables use of agentic loop that uses a series of tool calls when needed to respond. If set to False, the agentic loop will not be used. If not set or set to Auto, the agentic loop will be automatically used based on certain conditions like presence of tools in the model.
|
|
507
507
|
"""
|
|
508
508
|
document_retrievers: List[str] = dataclasses.field(default=None)
|
|
509
509
|
num_completion_tokens: int = dataclasses.field(default=None)
|
|
@@ -663,7 +663,7 @@ class BaseApiClient:
|
|
|
663
663
|
client_options (ClientOptions): Optional API client configurations
|
|
664
664
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
665
665
|
"""
|
|
666
|
-
client_version = '1.4.
|
|
666
|
+
client_version = '1.4.66'
|
|
667
667
|
|
|
668
668
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
669
669
|
self.api_key = api_key
|
|
@@ -2813,6 +2813,16 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2813
2813
|
AppUserGroup: The App User Group."""
|
|
2814
2814
|
return self._call_api('getAppUserGroup', 'GET', query_params={'userGroupId': user_group_id}, parse_type=AppUserGroup)
|
|
2815
2815
|
|
|
2816
|
+
def get_app_user_group_from_name(self, name: str = None) -> AppUserGroup:
|
|
2817
|
+
"""Gets an App User Group by name.
|
|
2818
|
+
|
|
2819
|
+
Args:
|
|
2820
|
+
name (str): The name of the app user group to retrieve.
|
|
2821
|
+
|
|
2822
|
+
Returns:
|
|
2823
|
+
AppUserGroup: The app user group with the specified name."""
|
|
2824
|
+
return self._call_api('getAppUserGroupFromName', 'GET', query_params={'name': name}, parse_type=AppUserGroup)
|
|
2825
|
+
|
|
2816
2826
|
def describe_external_application(self, external_application_id: str) -> ExternalApplication:
|
|
2817
2827
|
"""Describes an External Application.
|
|
2818
2828
|
|
|
@@ -5037,6 +5047,19 @@ class ApiClient(ReadOnlyClient):
|
|
|
5037
5047
|
Project: This object represents the newly created project."""
|
|
5038
5048
|
return self._call_api('createProject', 'POST', query_params={}, body={'name': name, 'useCase': use_case}, parse_type=Project)
|
|
5039
5049
|
|
|
5050
|
+
def list_projects_dashboard(self, updated_filter: int = None, limit: int = 50, since_project_id: str = None, search: str = None, starred: bool = None, tag: str = None, tags: list = None) -> dict:
|
|
5051
|
+
"""Retrieves a list of projects for dashboard display with filtering and pagination support.
|
|
5052
|
+
|
|
5053
|
+
Args:
|
|
5054
|
+
updated_filter (int): Unix timestamp to filter projects updated after this time.
|
|
5055
|
+
limit (int): The maximum number of projects to return (default: 50).
|
|
5056
|
+
since_project_id (str): The ID of the project after which the list starts for pagination.
|
|
5057
|
+
search (str): Search term to filter projects by name, creator email, or use case.
|
|
5058
|
+
starred (bool): Filter by starred status (True for starred, False for non-starred).
|
|
5059
|
+
tag (str): Filter by a single tag (deprecated, use tags instead).
|
|
5060
|
+
tags (list): List of tags to filter projects by."""
|
|
5061
|
+
return self._call_api('listProjectsDashboard', 'POST', query_params={}, body={'updatedFilter': updated_filter, 'limit': limit, 'sinceProjectId': since_project_id, 'search': search, 'starred': starred, 'tag': tag, 'tags': tags})
|
|
5062
|
+
|
|
5040
5063
|
def rename_project(self, project_id: str, name: str):
|
|
5041
5064
|
"""This method renames a project after it is created.
|
|
5042
5065
|
|
|
@@ -5136,6 +5159,15 @@ class ApiClient(ReadOnlyClient):
|
|
|
5136
5159
|
list[Feature]: A list of objects that describes the resulting feature group's schema after the feature's featureMapping is set."""
|
|
5137
5160
|
return self._call_api('setFeatureMapping', 'POST', query_params={}, body={'projectId': project_id, 'featureGroupId': feature_group_id, 'featureName': feature_name, 'featureMapping': feature_mapping, 'nestedColumnName': nested_column_name}, parse_type=Feature)
|
|
5138
5161
|
|
|
5162
|
+
def add_project_scope_for_user(self, project_id: str, email: str, scope: list):
|
|
5163
|
+
"""Add a user to a project.
|
|
5164
|
+
|
|
5165
|
+
Args:
|
|
5166
|
+
project_id (str): The project's id.
|
|
5167
|
+
email (str): The user's email.
|
|
5168
|
+
scope (list): The list of project scopes."""
|
|
5169
|
+
return self._call_api('addProjectScopeForUser', 'POST', query_params={}, body={'projectId': project_id, 'email': email, 'scope': scope})
|
|
5170
|
+
|
|
5139
5171
|
def add_annotation(self, annotation: dict, feature_group_id: str, feature_name: str, doc_id: str = None, feature_group_row_identifier: str = None, annotation_source: str = 'ui', status: str = None, comments: dict = None, project_id: str = None, save_metadata: bool = False, pages: list = None) -> AnnotationEntry:
|
|
5140
5172
|
"""Add an annotation entry to the database.
|
|
5141
5173
|
|
|
@@ -8894,6 +8926,35 @@ class ApiClient(ReadOnlyClient):
|
|
|
8894
8926
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
|
|
8895
8927
|
return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
|
|
8896
8928
|
|
|
8929
|
+
def add_user_group_object_permission(self, object_id: str, user_group_id: str, object_type: str, permission: str = 'ALL'):
|
|
8930
|
+
"""Add user group object permission for any object type.
|
|
8931
|
+
|
|
8932
|
+
Args:
|
|
8933
|
+
object_id (str): The ID of the object (dataset_id, project_id, external_connection_id, feature_group_id, etc.)
|
|
8934
|
+
user_group_id (str): The ID of the user group
|
|
8935
|
+
object_type (str): The type of object ('dataset', 'project', 'external_connection', 'feature_group')
|
|
8936
|
+
permission (str): The permission to grant (default: 'ALL')"""
|
|
8937
|
+
return self._call_api('addUserGroupObjectPermission', 'POST', query_params={}, body={'objectId': object_id, 'userGroupId': user_group_id, 'objectType': object_type, 'permission': permission})
|
|
8938
|
+
|
|
8939
|
+
def update_user_group_object_permission(self, object_id: str, user_group_id: str, object_type: str, permission: str = 'ALL'):
|
|
8940
|
+
"""Update user group object permission for any object type.
|
|
8941
|
+
|
|
8942
|
+
Args:
|
|
8943
|
+
object_id (str): The ID of the object (dataset_id, project_id, external_connection_id, feature_group_id, etc.)
|
|
8944
|
+
user_group_id (str): The ID of the user group
|
|
8945
|
+
object_type (str): The type of object ('dataset', 'project', 'external_connection', 'feature_group')
|
|
8946
|
+
permission (str): The permission to grant (default: 'ALL')"""
|
|
8947
|
+
return self._call_api('updateUserGroupObjectPermission', 'POST', query_params={}, body={'objectId': object_id, 'userGroupId': user_group_id, 'objectType': object_type, 'permission': permission})
|
|
8948
|
+
|
|
8949
|
+
def remove_user_group_object_permission(self, object_id: str, user_group_id: str, object_type: str):
|
|
8950
|
+
"""Remove user group object permission for any object type.
|
|
8951
|
+
|
|
8952
|
+
Args:
|
|
8953
|
+
object_id (str): The ID of the object (dataset_id, project_id, external_connection_id, feature_group_id, etc.)
|
|
8954
|
+
user_group_id (str): The ID of the user group
|
|
8955
|
+
object_type (str): The type of object ('dataset', 'project', 'external_connection', 'feature_group')"""
|
|
8956
|
+
return self._call_api('removeUserGroupObjectPermission', 'POST', query_params={}, body={'objectId': object_id, 'userGroupId': user_group_id, 'objectType': object_type})
|
|
8957
|
+
|
|
8897
8958
|
def create_app_user_group(self, name: str) -> AppUserGroup:
|
|
8898
8959
|
"""Creates a new App User Group. This User Group is used to have permissions to access the external chatbots.
|
|
8899
8960
|
|
|
@@ -9076,7 +9137,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
9076
9137
|
|
|
9077
9138
|
Returns:
|
|
9078
9139
|
LlmResponse: The response from the model, raw text and parsed components."""
|
|
9079
|
-
return self._proxy_request('
|
|
9140
|
+
return self._proxy_request('evaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens, 'temperature': temperature, 'messages': messages, 'responseType': response_type, 'jsonResponseSchema': json_response_schema, 'stopSequences': stop_sequences, 'topP': top_p}, parse_type=LlmResponse, is_sync=True)
|
|
9080
9141
|
|
|
9081
9142
|
def render_feature_groups_for_llm(self, feature_group_ids: List, token_budget: int = None, include_definition: bool = True) -> List[LlmInput]:
|
|
9082
9143
|
"""Encode feature groups as language model inputs.
|
|
@@ -37,12 +37,13 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
37
37
|
daemonTaskId (str): The daemon task id associated with the deployment conversation.
|
|
38
38
|
parentDeploymentConversationId (str): The parent deployment conversation id associated with the deployment conversation.
|
|
39
39
|
introMessage (str): The intro message for the deployment conversation.
|
|
40
|
-
previewInfo (dict): App preview info
|
|
40
|
+
previewInfo (dict): App preview info.
|
|
41
|
+
latestContext (dict): dict containing a list of important segments for pagination in deepagent.
|
|
41
42
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
|
42
43
|
hostedArtifacts (HostedArtifact): Artifacts that have been deployed by this conversation.
|
|
43
44
|
"""
|
|
44
45
|
|
|
45
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, ownerUserId=None, ownerOrgId=None, createdAt=None, lastEventCreatedAt=None, hasHistory=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, conversationType=None, metadata=None, llmDisplayName=None, llmBotIcon=None, searchSuggestions=None, chatllmTaskId=None, conversationStatus=None, computerStatus=None, filesystemStatus=None, totalEvents=None, contestNames=None, daemonTaskId=None, parentDeploymentConversationId=None, introMessage=None, previewInfo=None, history={}, hostedArtifacts={}):
|
|
46
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, ownerUserId=None, ownerOrgId=None, createdAt=None, lastEventCreatedAt=None, hasHistory=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, conversationType=None, metadata=None, llmDisplayName=None, llmBotIcon=None, searchSuggestions=None, chatllmTaskId=None, conversationStatus=None, computerStatus=None, filesystemStatus=None, totalEvents=None, contestNames=None, daemonTaskId=None, parentDeploymentConversationId=None, introMessage=None, previewInfo=None, latestContext=None, history={}, hostedArtifacts={}):
|
|
46
47
|
super().__init__(client, deploymentConversationId)
|
|
47
48
|
self.deployment_conversation_id = deploymentConversationId
|
|
48
49
|
self.name = name
|
|
@@ -73,6 +74,7 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
73
74
|
self.parent_deployment_conversation_id = parentDeploymentConversationId
|
|
74
75
|
self.intro_message = introMessage
|
|
75
76
|
self.preview_info = previewInfo
|
|
77
|
+
self.latest_context = latestContext
|
|
76
78
|
self.history = client._build_class(
|
|
77
79
|
DeploymentConversationEvent, history)
|
|
78
80
|
self.hosted_artifacts = client._build_class(
|
|
@@ -80,8 +82,8 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
80
82
|
self.deprecated_keys = {}
|
|
81
83
|
|
|
82
84
|
def __repr__(self):
|
|
83
|
-
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'owner_user_id': repr(self.owner_user_id), f'owner_org_id': repr(self.owner_org_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'has_history': repr(self.has_history), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'conversation_warning': repr(self.conversation_warning), f'conversation_type': repr(
|
|
84
|
-
self.
|
|
85
|
+
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'owner_user_id': repr(self.owner_user_id), f'owner_org_id': repr(self.owner_org_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'has_history': repr(self.has_history), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'conversation_warning': repr(self.conversation_warning), f'conversation_type': repr(self.conversation_type), f'metadata': repr(
|
|
86
|
+
self.metadata), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'search_suggestions': repr(self.search_suggestions), f'chatllm_task_id': repr(self.chatllm_task_id), f'conversation_status': repr(self.conversation_status), f'computer_status': repr(self.computer_status), f'filesystem_status': repr(self.filesystem_status), f'total_events': repr(self.total_events), f'contest_names': repr(self.contest_names), f'daemon_task_id': repr(self.daemon_task_id), f'parent_deployment_conversation_id': repr(self.parent_deployment_conversation_id), f'intro_message': repr(self.intro_message), f'preview_info': repr(self.preview_info), f'latest_context': repr(self.latest_context), f'history': repr(self.history), f'hosted_artifacts': repr(self.hosted_artifacts)}
|
|
85
87
|
class_name = "DeploymentConversation"
|
|
86
88
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
87
89
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -95,7 +97,7 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
95
97
|
dict: The dict value representation of the class parameters
|
|
96
98
|
"""
|
|
97
99
|
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'owner_user_id': self.owner_user_id, 'owner_org_id': self.owner_org_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'has_history': self.has_history, 'external_session_id': self.external_session_id, 'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'conversation_type': self.conversation_type, 'metadata': self.metadata,
|
|
98
|
-
'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'search_suggestions': self.search_suggestions, 'chatllm_task_id': self.chatllm_task_id, 'conversation_status': self.conversation_status, 'computer_status': self.computer_status, 'filesystem_status': self.filesystem_status, 'total_events': self.total_events, 'contest_names': self.contest_names, 'daemon_task_id': self.daemon_task_id, 'parent_deployment_conversation_id': self.parent_deployment_conversation_id, 'intro_message': self.intro_message, 'preview_info': self.preview_info, 'history': self._get_attribute_as_dict(self.history), 'hosted_artifacts': self._get_attribute_as_dict(self.hosted_artifacts)}
|
|
100
|
+
'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'search_suggestions': self.search_suggestions, 'chatllm_task_id': self.chatllm_task_id, 'conversation_status': self.conversation_status, 'computer_status': self.computer_status, 'filesystem_status': self.filesystem_status, 'total_events': self.total_events, 'contest_names': self.contest_names, 'daemon_task_id': self.daemon_task_id, 'parent_deployment_conversation_id': self.parent_deployment_conversation_id, 'intro_message': self.intro_message, 'preview_info': self.preview_info, 'latest_context': self.latest_context, 'history': self._get_attribute_as_dict(self.history), 'hosted_artifacts': self._get_attribute_as_dict(self.hosted_artifacts)}
|
|
99
101
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
100
102
|
|
|
101
103
|
def get(self, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False, start: int = None, limit: int = None, include_all_versions: bool = False):
|
|
@@ -10,20 +10,22 @@ class HostnameInfo(AbstractApiClass):
|
|
|
10
10
|
isRootDomain (bool): Whether the hostname is a root domain
|
|
11
11
|
registrar (str): The registrar of the domain
|
|
12
12
|
suggestedFlow (str): Suggested flow for the domain
|
|
13
|
+
isCnameSupported (bool): Whether CNAME is supported for the domain
|
|
13
14
|
isAutomaticFlowAvailable (bool): Whether entri is supported for the domain
|
|
14
15
|
"""
|
|
15
16
|
|
|
16
|
-
def __init__(self, client, isRootDomain=None, registrar=None, suggestedFlow=None, isAutomaticFlowAvailable=None):
|
|
17
|
+
def __init__(self, client, isRootDomain=None, registrar=None, suggestedFlow=None, isCnameSupported=None, isAutomaticFlowAvailable=None):
|
|
17
18
|
super().__init__(client, None)
|
|
18
19
|
self.is_root_domain = isRootDomain
|
|
19
20
|
self.registrar = registrar
|
|
20
21
|
self.suggested_flow = suggestedFlow
|
|
22
|
+
self.is_cname_supported = isCnameSupported
|
|
21
23
|
self.is_automatic_flow_available = isAutomaticFlowAvailable
|
|
22
24
|
self.deprecated_keys = {}
|
|
23
25
|
|
|
24
26
|
def __repr__(self):
|
|
25
27
|
repr_dict = {f'is_root_domain': repr(self.is_root_domain), f'registrar': repr(self.registrar), f'suggested_flow': repr(
|
|
26
|
-
self.suggested_flow), f'is_automatic_flow_available': repr(self.is_automatic_flow_available)}
|
|
28
|
+
self.suggested_flow), f'is_cname_supported': repr(self.is_cname_supported), f'is_automatic_flow_available': repr(self.is_automatic_flow_available)}
|
|
27
29
|
class_name = "HostnameInfo"
|
|
28
30
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
29
31
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -36,6 +38,6 @@ class HostnameInfo(AbstractApiClass):
|
|
|
36
38
|
Returns:
|
|
37
39
|
dict: The dict value representation of the class parameters
|
|
38
40
|
"""
|
|
39
|
-
resp = {'is_root_domain': self.is_root_domain, 'registrar': self.registrar,
|
|
40
|
-
'
|
|
41
|
+
resp = {'is_root_domain': self.is_root_domain, 'registrar': self.registrar, 'suggested_flow': self.suggested_flow,
|
|
42
|
+
'is_cname_supported': self.is_cname_supported, 'is_automatic_flow_available': self.is_automatic_flow_available}
|
|
41
43
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -9,18 +9,20 @@ class ImageGenSettings(AbstractApiClass):
|
|
|
9
9
|
Args:
|
|
10
10
|
client (ApiClient): An authenticated API Client instance
|
|
11
11
|
settings (dict): The settings for each model.
|
|
12
|
+
warnings (dict): The warnings for each model.
|
|
12
13
|
model (ImageGenModel): Dropdown for models available for image generation.
|
|
13
14
|
"""
|
|
14
15
|
|
|
15
|
-
def __init__(self, client, settings=None, model={}):
|
|
16
|
+
def __init__(self, client, settings=None, warnings=None, model={}):
|
|
16
17
|
super().__init__(client, None)
|
|
17
18
|
self.settings = settings
|
|
19
|
+
self.warnings = warnings
|
|
18
20
|
self.model = client._build_class(ImageGenModel, model)
|
|
19
21
|
self.deprecated_keys = {}
|
|
20
22
|
|
|
21
23
|
def __repr__(self):
|
|
22
|
-
repr_dict = {f'settings': repr(
|
|
23
|
-
self.
|
|
24
|
+
repr_dict = {f'settings': repr(self.settings), f'warnings': repr(
|
|
25
|
+
self.warnings), f'model': repr(self.model)}
|
|
24
26
|
class_name = "ImageGenSettings"
|
|
25
27
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
26
28
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -33,6 +35,6 @@ class ImageGenSettings(AbstractApiClass):
|
|
|
33
35
|
Returns:
|
|
34
36
|
dict: The dict value representation of the class parameters
|
|
35
37
|
"""
|
|
36
|
-
resp = {'settings': self.settings,
|
|
38
|
+
resp = {'settings': self.settings, 'warnings': self.warnings,
|
|
37
39
|
'model': self._get_attribute_as_dict(self.model)}
|
|
38
40
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -154,6 +154,16 @@ class Project(AbstractApiClass):
|
|
|
154
154
|
"""
|
|
155
155
|
return self.client.infer_feature_mappings(self.project_id, feature_group_id)
|
|
156
156
|
|
|
157
|
+
def add_scope_for_user(self, email: str, scope: list):
|
|
158
|
+
"""
|
|
159
|
+
Add a user to a project.
|
|
160
|
+
|
|
161
|
+
Args:
|
|
162
|
+
email (str): The user's email.
|
|
163
|
+
scope (list): The list of project scopes.
|
|
164
|
+
"""
|
|
165
|
+
return self.client.add_project_scope_for_user(self.project_id, email, scope)
|
|
166
|
+
|
|
157
167
|
def describe_feature_group(self, feature_group_id: str):
|
|
158
168
|
"""
|
|
159
169
|
Describe a feature group associated with a project
|
|
@@ -9,19 +9,17 @@ class VideoGenCosts(AbstractApiClass):
|
|
|
9
9
|
client (ApiClient): An authenticated API Client instance
|
|
10
10
|
modelCosts (dict): The costs of the video gen models in credits
|
|
11
11
|
expensiveModels (list): The list of video gen models that are expensive
|
|
12
|
-
warningMessages (dict): The warning messages for certain video gen models
|
|
13
12
|
"""
|
|
14
13
|
|
|
15
|
-
def __init__(self, client, modelCosts=None, expensiveModels=None
|
|
14
|
+
def __init__(self, client, modelCosts=None, expensiveModels=None):
|
|
16
15
|
super().__init__(client, None)
|
|
17
16
|
self.model_costs = modelCosts
|
|
18
17
|
self.expensive_models = expensiveModels
|
|
19
|
-
self.warning_messages = warningMessages
|
|
20
18
|
self.deprecated_keys = {}
|
|
21
19
|
|
|
22
20
|
def __repr__(self):
|
|
23
|
-
repr_dict = {f'model_costs': repr(
|
|
24
|
-
self.
|
|
21
|
+
repr_dict = {f'model_costs': repr(
|
|
22
|
+
self.model_costs), f'expensive_models': repr(self.expensive_models)}
|
|
25
23
|
class_name = "VideoGenCosts"
|
|
26
24
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
27
25
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -34,6 +32,6 @@ class VideoGenCosts(AbstractApiClass):
|
|
|
34
32
|
Returns:
|
|
35
33
|
dict: The dict value representation of the class parameters
|
|
36
34
|
"""
|
|
37
|
-
resp = {'model_costs': self.model_costs,
|
|
38
|
-
'
|
|
35
|
+
resp = {'model_costs': self.model_costs,
|
|
36
|
+
'expensive_models': self.expensive_models}
|
|
39
37
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -9,18 +9,20 @@ class VideoGenSettings(AbstractApiClass):
|
|
|
9
9
|
Args:
|
|
10
10
|
client (ApiClient): An authenticated API Client instance
|
|
11
11
|
settings (dict): The settings for each model.
|
|
12
|
+
warnings (dict): The warnings for each model.
|
|
12
13
|
model (VideoGenModel): Dropdown for models available for video generation.
|
|
13
14
|
"""
|
|
14
15
|
|
|
15
|
-
def __init__(self, client, settings=None, model={}):
|
|
16
|
+
def __init__(self, client, settings=None, warnings=None, model={}):
|
|
16
17
|
super().__init__(client, None)
|
|
17
18
|
self.settings = settings
|
|
19
|
+
self.warnings = warnings
|
|
18
20
|
self.model = client._build_class(VideoGenModel, model)
|
|
19
21
|
self.deprecated_keys = {}
|
|
20
22
|
|
|
21
23
|
def __repr__(self):
|
|
22
|
-
repr_dict = {f'settings': repr(
|
|
23
|
-
self.
|
|
24
|
+
repr_dict = {f'settings': repr(self.settings), f'warnings': repr(
|
|
25
|
+
self.warnings), f'model': repr(self.model)}
|
|
24
26
|
class_name = "VideoGenSettings"
|
|
25
27
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
26
28
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -33,6 +35,6 @@ class VideoGenSettings(AbstractApiClass):
|
|
|
33
35
|
Returns:
|
|
34
36
|
dict: The dict value representation of the class parameters
|
|
35
37
|
"""
|
|
36
|
-
resp = {'settings': self.settings,
|
|
38
|
+
resp = {'settings': self.settings, 'warnings': self.warnings,
|
|
37
39
|
'model': self._get_attribute_as_dict(self.model)}
|
|
38
40
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|