aidp-python-client 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aidp_python_client/aidataplatform_dp/__init__.py +44 -0
- aidp_python_client/aidataplatform_dp/async_operations_client.py +322 -0
- aidp_python_client/aidataplatform_dp/async_operations_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/audit_client.py +294 -0
- aidp_python_client/aidataplatform_dp/audit_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/bundle_client.py +711 -0
- aidp_python_client/aidataplatform_dp/bundle_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/catalog_client.py +1071 -0
- aidp_python_client/aidataplatform_dp/catalog_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/cluster_client.py +1873 -0
- aidp_python_client/aidataplatform_dp/cluster_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/credentials_client.py +620 -0
- aidp_python_client/aidataplatform_dp/credentials_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/delta_share_client.py +2210 -0
- aidp_python_client/aidataplatform_dp/delta_share_client_composite_operations.py +110 -0
- aidp_python_client/aidataplatform_dp/git_client.py +1819 -0
- aidp_python_client/aidataplatform_dp/git_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/ml_ops_client.py +4689 -0
- aidp_python_client/aidataplatform_dp/ml_ops_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/models/__init__.py +1618 -0
- aidp_python_client/aidataplatform_dp/models/active_cluster_resources.py +194 -0
- aidp_python_client/aidataplatform_dp/models/add_member_to_role_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/admin_setting.py +159 -0
- aidp_python_client/aidataplatform_dp/models/admin_setting_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/admin_setting_summary.py +277 -0
- aidp_python_client/aidataplatform_dp/models/adw_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/adw_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/adw_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/adw_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/agent_card_capabilities_detail.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_card_config_detail.py +248 -0
- aidp_python_client/aidataplatform_dp/models/agent_card_preview_response.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_card_skill_detail.py +194 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow.py +803 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_attachment.py +101 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_compute.py +170 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_dependency.py +132 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_dependency_item.py +132 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_deployment.py +577 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_deployment_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_deployment_summary.py +461 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_detachment.py +101 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_diagram.py +287 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_edge.py +411 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_guardrails_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_guardrails_summary.py +335 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_node.py +661 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_permission_summary.py +336 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session.py +467 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session_context.py +66 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session_metric.py +872 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session_metrics_range.py +163 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_session_summary.py +440 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_summary.py +647 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_validation_issue.py +399 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_validation_metadata.py +257 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_validation_options.py +101 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_validation_result.py +203 -0
- aidp_python_client/aidataplatform_dp/models/agent_flow_validation_summary.py +194 -0
- aidp_python_client/aidataplatform_dp/models/agent_node.py +332 -0
- aidp_python_client/aidataplatform_dp/models/agent_provider.py +101 -0
- aidp_python_client/aidataplatform_dp/models/aggregated_data_point.py +101 -0
- aidp_python_client/aidataplatform_dp/models/aggregated_time_series_data_point.py +101 -0
- aidp_python_client/aidataplatform_dp/models/ai_compute_override_item.py +194 -0
- aidp_python_client/aidataplatform_dp/models/ai_data_platform.py +42 -0
- aidp_python_client/aidataplatform_dp/models/ai_model.py +251 -0
- aidp_python_client/aidataplatform_dp/models/airflow_cell_config.py +101 -0
- aidp_python_client/aidataplatform_dp/models/alh_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/alh_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/alh_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/alh_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/allowed_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/artifact_file_info.py +132 -0
- aidp_python_client/aidataplatform_dp/models/artifact_list.py +132 -0
- aidp_python_client/aidataplatform_dp/models/assign_agent_flow_permission_details.py +187 -0
- aidp_python_client/aidataplatform_dp/models/assign_catalog_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/assign_cluster_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/assign_create_workspace_permission_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/assign_credential_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/assign_job_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/assign_knowledge_base_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/assign_master_catalog_permission_details.py +129 -0
- aidp_python_client/aidataplatform_dp/models/assign_recipient_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/assign_role_permission_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/assign_schema_permission_details.py +137 -0
- aidp_python_client/aidataplatform_dp/models/assign_share_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/assign_table_permission_details.py +195 -0
- aidp_python_client/aidataplatform_dp/models/assign_tool_permission_details.py +183 -0
- aidp_python_client/aidataplatform_dp/models/assign_view_permission_details.py +183 -0
- aidp_python_client/aidataplatform_dp/models/assign_volume_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/assign_workspace_object_permission_details.py +156 -0
- aidp_python_client/aidataplatform_dp/models/assign_workspace_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/async_operation.py +747 -0
- aidp_python_client/aidataplatform_dp/models/async_operation_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/async_operation_summary.py +685 -0
- aidp_python_client/aidataplatform_dp/models/atp_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/atp_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/atp_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/atp_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/attach_compute_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/attach_master_catalog_to_cluster_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/attach_to_notebook_config.py +70 -0
- aidp_python_client/aidataplatform_dp/models/attach_workspace_object_to_cluster_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/attached_session.py +195 -0
- aidp_python_client/aidataplatform_dp/models/audit_log_search_result_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/audit_log_search_result_summary.py +542 -0
- aidp_python_client/aidataplatform_dp/models/auth.py +124 -0
- aidp_python_client/aidataplatform_dp/models/auto_scale.py +101 -0
- aidp_python_client/aidataplatform_dp/models/bearer_token_auth.py +80 -0
- aidp_python_client/aidataplatform_dp/models/bucket_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/bucket_summary.py +204 -0
- aidp_python_client/aidataplatform_dp/models/bundle.py +42 -0
- aidp_python_client/aidataplatform_dp/models/bundle_deployed_resource.py +148 -0
- aidp_python_client/aidataplatform_dp/models/bundle_deployment_status.py +218 -0
- aidp_python_client/aidataplatform_dp/models/bundle_overrides.py +101 -0
- aidp_python_client/aidataplatform_dp/models/bundle_overrides_with_path.py +97 -0
- aidp_python_client/aidataplatform_dp/models/bundle_validation_result.py +153 -0
- aidp_python_client/aidataplatform_dp/models/bundled_resource.py +118 -0
- aidp_python_client/aidataplatform_dp/models/catalog.py +548 -0
- aidp_python_client/aidataplatform_dp/models/catalog_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/catalog_connection_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/catalog_migration_detail.py +211 -0
- aidp_python_client/aidataplatform_dp/models/catalog_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/catalog_permission_summary.py +207 -0
- aidp_python_client/aidataplatform_dp/models/catalog_summary.py +569 -0
- aidp_python_client/aidataplatform_dp/models/catalog_test_connection_details.py +165 -0
- aidp_python_client/aidataplatform_dp/models/category_config.py +184 -0
- aidp_python_client/aidataplatform_dp/models/chat_message.py +184 -0
- aidp_python_client/aidataplatform_dp/models/checkout_branch_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/clear_outputs_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/cluster.py +757 -0
- aidp_python_client/aidataplatform_dp/models/cluster_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/cluster_event.py +116 -0
- aidp_python_client/aidataplatform_dp/models/cluster_execution_context_availability_event.py +80 -0
- aidp_python_client/aidataplatform_dp/models/cluster_instance.py +102 -0
- aidp_python_client/aidataplatform_dp/models/cluster_library_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/cluster_library_details.py +156 -0
- aidp_python_client/aidataplatform_dp/models/cluster_library_summary.py +261 -0
- aidp_python_client/aidataplatform_dp/models/cluster_log_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/cluster_logs_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/cluster_patch_event.py +205 -0
- aidp_python_client/aidataplatform_dp/models/cluster_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/cluster_permission_summary.py +203 -0
- aidp_python_client/aidataplatform_dp/models/cluster_runtime_config.py +130 -0
- aidp_python_client/aidataplatform_dp/models/cluster_spec.py +124 -0
- aidp_python_client/aidataplatform_dp/models/cluster_state_event.py +157 -0
- aidp_python_client/aidataplatform_dp/models/cluster_summary.py +690 -0
- aidp_python_client/aidataplatform_dp/models/commit_push_details.py +194 -0
- aidp_python_client/aidataplatform_dp/models/compute_dependency.py +80 -0
- aidp_python_client/aidataplatform_dp/models/compute_override_item.py +194 -0
- aidp_python_client/aidataplatform_dp/models/conflict_resolve_details.py +122 -0
- aidp_python_client/aidataplatform_dp/models/content.py +502 -0
- aidp_python_client/aidataplatform_dp/models/content_moderation_category_config.py +217 -0
- aidp_python_client/aidataplatform_dp/models/content_moderation_config.py +149 -0
- aidp_python_client/aidataplatform_dp/models/content_moderation_policy.py +117 -0
- aidp_python_client/aidataplatform_dp/models/continuous.py +86 -0
- aidp_python_client/aidataplatform_dp/models/copy_agent_flow_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/copy_workspace_object_details.py +225 -0
- aidp_python_client/aidataplatform_dp/models/create_admin_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_flow_compute_details.py +77 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_flow_details.py +381 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_flow_edge_details.py +262 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_flow_node_details.py +482 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_flow_session_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_agent_node_details.py +266 -0
- aidp_python_client/aidataplatform_dp/models/create_bundle_details.py +165 -0
- aidp_python_client/aidataplatform_dp/models/create_catalog_details.py +275 -0
- aidp_python_client/aidataplatform_dp/models/create_cluster_details.py +228 -0
- aidp_python_client/aidataplatform_dp/models/create_connection_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/create_content_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/create_custom_tool_details.py +190 -0
- aidp_python_client/aidataplatform_dp/models/create_custom_tool_node_details.py +208 -0
- aidp_python_client/aidataplatform_dp/models/create_data_lake_credential_details.py +180 -0
- aidp_python_client/aidataplatform_dp/models/create_data_table_details.py +417 -0
- aidp_python_client/aidataplatform_dp/models/create_experiment_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/create_experiment_response_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/create_experiment_run_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/create_experiment_run_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/create_git_branch.py +256 -0
- aidp_python_client/aidataplatform_dp/models/create_git_branch_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/create_git_folder_details.py +225 -0
- aidp_python_client/aidataplatform_dp/models/create_http_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_http_tool_node_details.py +208 -0
- aidp_python_client/aidataplatform_dp/models/create_job_details.py +426 -0
- aidp_python_client/aidataplatform_dp/models/create_job_run_details.py +248 -0
- aidp_python_client/aidataplatform_dp/models/create_knowledge_base_details.py +516 -0
- aidp_python_client/aidataplatform_dp/models/create_knowledge_base_job_details.py +290 -0
- aidp_python_client/aidataplatform_dp/models/create_knowledge_base_job_run_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/create_master_catalog_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/create_mcp_tool_node_details.py +208 -0
- aidp_python_client/aidataplatform_dp/models/create_model_version_details.py +256 -0
- aidp_python_client/aidataplatform_dp/models/create_model_version_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/create_nl_to_sql_tool_details.py +124 -0
- aidp_python_client/aidataplatform_dp/models/create_or_update_bundle_overrides_details.py +97 -0
- aidp_python_client/aidataplatform_dp/models/create_prompt_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_prompt_tool_node_details.py +208 -0
- aidp_python_client/aidataplatform_dp/models/create_rag_tool_details.py +124 -0
- aidp_python_client/aidataplatform_dp/models/create_rag_tool_node_details.py +204 -0
- aidp_python_client/aidataplatform_dp/models/create_recipient_details.py +134 -0
- aidp_python_client/aidataplatform_dp/models/create_registered_model_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/create_registered_model_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/create_role_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/create_schema_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/create_session_details.py +252 -0
- aidp_python_client/aidataplatform_dp/models/create_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_share_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/create_spark_cluster_details.py +243 -0
- aidp_python_client/aidataplatform_dp/models/create_sql_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_sql_tool_node_details.py +208 -0
- aidp_python_client/aidataplatform_dp/models/create_table_details.py +358 -0
- aidp_python_client/aidataplatform_dp/models/create_tool_details.py +237 -0
- aidp_python_client/aidataplatform_dp/models/create_user_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/create_view_details.py +256 -0
- aidp_python_client/aidataplatform_dp/models/create_volume_details.py +242 -0
- aidp_python_client/aidataplatform_dp/models/create_workspace_details.py +165 -0
- aidp_python_client/aidataplatform_dp/models/create_workspace_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/create_workspace_permission_summary.py +152 -0
- aidp_python_client/aidataplatform_dp/models/credential.py +420 -0
- aidp_python_client/aidataplatform_dp/models/credential_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/credential_details.py +117 -0
- aidp_python_client/aidataplatform_dp/models/credential_summary.py +362 -0
- aidp_python_client/aidataplatform_dp/models/credential_v2.py +422 -0
- aidp_python_client/aidataplatform_dp/models/credential_v2_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/credential_v2_name_and_secret_key.py +102 -0
- aidp_python_client/aidataplatform_dp/models/credential_v2_summary.py +364 -0
- aidp_python_client/aidataplatform_dp/models/credentials_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/custom_pii_rule.py +256 -0
- aidp_python_client/aidataplatform_dp/models/custom_result.py +163 -0
- aidp_python_client/aidataplatform_dp/models/custom_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/custom_tool.py +246 -0
- aidp_python_client/aidataplatform_dp/models/custom_tool_configuration.py +283 -0
- aidp_python_client/aidataplatform_dp/models/custom_tool_entry.py +225 -0
- aidp_python_client/aidataplatform_dp/models/custom_tool_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/dac_endpoint_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/dac_endpoint_summary.py +458 -0
- aidp_python_client/aidataplatform_dp/models/data_lake.py +48 -0
- aidp_python_client/aidataplatform_dp/models/data_lake_cluster_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/data_lake_cluster_summary.py +132 -0
- aidp_python_client/aidataplatform_dp/models/data_lake_metadata.py +163 -0
- aidp_python_client/aidataplatform_dp/models/dataset.py +225 -0
- aidp_python_client/aidataplatform_dp/models/dataset_input.py +97 -0
- aidp_python_client/aidataplatform_dp/models/de_provision_user_schemas_details.py +48 -0
- aidp_python_client/aidataplatform_dp/models/default_cluster.py +438 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_run_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_run_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_run_tag_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_run_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_tag_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/delete_experiment_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_model_version_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/delete_model_version_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_model_version_tag_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/delete_model_version_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_registered_model_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/delete_registered_model_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/delete_registered_model_tag_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/delete_registered_model_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/denied_topic.py +132 -0
- aidp_python_client/aidataplatform_dp/models/denied_topics_policy.py +117 -0
- aidp_python_client/aidataplatform_dp/models/dependency.py +116 -0
- aidp_python_client/aidataplatform_dp/models/depends_on.py +101 -0
- aidp_python_client/aidataplatform_dp/models/deploy_agent_flow_details.py +269 -0
- aidp_python_client/aidataplatform_dp/models/deploy_bundle_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/detach_compute_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/detach_workspace_object_from_cluster_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/download_cluster_logs_details.py +404 -0
- aidp_python_client/aidataplatform_dp/models/download_file_with_par_result.py +353 -0
- aidp_python_client/aidataplatform_dp/models/driver_config.py +128 -0
- aidp_python_client/aidataplatform_dp/models/embedding_model_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/exadata_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/exadata_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/exadata_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/exadata_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/execute_database_user_workflows_details.py +99 -0
- aidp_python_client/aidataplatform_dp/models/execute_sql_command_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/experiment.py +256 -0
- aidp_python_client/aidataplatform_dp/models/experiment_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_response.py +66 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run.py +147 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_data.py +132 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_info.py +381 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_inputs.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_metric.py +163 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_metric_history_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_outputs.py +70 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_param.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_run_tag_key.py +70 -0
- aidp_python_client/aidataplatform_dp/models/experiment_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/experiment_tag_key.py +70 -0
- aidp_python_client/aidataplatform_dp/models/export_contents_details.py +87 -0
- aidp_python_client/aidataplatform_dp/models/export_task_run_output_details.py +87 -0
- aidp_python_client/aidataplatform_dp/models/exported_contents.py +181 -0
- aidp_python_client/aidataplatform_dp/models/exported_task_run_output_contents.py +181 -0
- aidp_python_client/aidataplatform_dp/models/expression.py +101 -0
- aidp_python_client/aidataplatform_dp/models/external_agent_node.py +216 -0
- aidp_python_client/aidataplatform_dp/models/external_catalog_migration_result.py +194 -0
- aidp_python_client/aidataplatform_dp/models/external_table_definition.py +215 -0
- aidp_python_client/aidataplatform_dp/models/feature.py +101 -0
- aidp_python_client/aidataplatform_dp/models/feature_status_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/feature_status_result.py +66 -0
- aidp_python_client/aidataplatform_dp/models/feature_status_summary.py +132 -0
- aidp_python_client/aidataplatform_dp/models/fetch_bundle_deployment_status_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/fetch_mcp_objects_details.py +352 -0
- aidp_python_client/aidataplatform_dp/models/fetch_mcp_objects_result.py +181 -0
- aidp_python_client/aidataplatform_dp/models/fetch_output_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/field_info.py +125 -0
- aidp_python_client/aidataplatform_dp/models/file_dependency.py +80 -0
- aidp_python_client/aidataplatform_dp/models/filter_types.py +101 -0
- aidp_python_client/aidataplatform_dp/models/generate_temp_file_upload_target_response_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/get_bundle_overrides_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/get_experiment_run_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/get_model_version_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/get_registered_model_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/git_account_user_setting.py +210 -0
- aidp_python_client/aidataplatform_dp/models/git_branch.py +225 -0
- aidp_python_client/aidataplatform_dp/models/git_branch_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/git_branch_summary.py +101 -0
- aidp_python_client/aidataplatform_dp/models/git_config.py +187 -0
- aidp_python_client/aidataplatform_dp/models/git_diff_detail.py +249 -0
- aidp_python_client/aidataplatform_dp/models/git_diff_summary.py +270 -0
- aidp_python_client/aidataplatform_dp/models/git_diff_summary_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/git_folder.py +225 -0
- aidp_python_client/aidataplatform_dp/models/git_folder_metadatum.py +101 -0
- aidp_python_client/aidataplatform_dp/models/git_merge_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/git_operation_state.py +381 -0
- aidp_python_client/aidataplatform_dp/models/git_pull_details.py +215 -0
- aidp_python_client/aidataplatform_dp/models/git_rebase_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/git_repair_work_tree_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/git_repository.py +225 -0
- aidp_python_client/aidataplatform_dp/models/git_reset_details.py +184 -0
- aidp_python_client/aidataplatform_dp/models/git_restore_branch_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/grouped_search_criteria.py +252 -0
- aidp_python_client/aidataplatform_dp/models/guardrail_node.py +216 -0
- aidp_python_client/aidataplatform_dp/models/guardrails_configuration.py +163 -0
- aidp_python_client/aidataplatform_dp/models/history_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/history_summary.py +256 -0
- aidp_python_client/aidataplatform_dp/models/http_result.py +256 -0
- aidp_python_client/aidataplatform_dp/models/http_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/http_tool.py +184 -0
- aidp_python_client/aidataplatform_dp/models/http_tool_configuration.py +312 -0
- aidp_python_client/aidataplatform_dp/models/http_tool_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/human_in_the_loop_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/iam_user_credential_user_setting.py +204 -0
- aidp_python_client/aidataplatform_dp/models/identity_domain_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/identity_domain_summary.py +188 -0
- aidp_python_client/aidataplatform_dp/models/identity_group_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/identity_group_summary.py +101 -0
- aidp_python_client/aidataplatform_dp/models/identity_user_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/identity_user_summary.py +132 -0
- aidp_python_client/aidataplatform_dp/models/if_else_task.py +185 -0
- aidp_python_client/aidataplatform_dp/models/infer_schema.py +70 -0
- aidp_python_client/aidataplatform_dp/models/infer_schema_column.py +163 -0
- aidp_python_client/aidataplatform_dp/models/infer_schema_properties.py +101 -0
- aidp_python_client/aidataplatform_dp/models/infer_schema_with_preview.py +101 -0
- aidp_python_client/aidataplatform_dp/models/init_script_path.py +70 -0
- aidp_python_client/aidataplatform_dp/models/input_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/install_cluster_library_details.py +88 -0
- aidp_python_client/aidataplatform_dp/models/is_principal_admin.py +70 -0
- aidp_python_client/aidataplatform_dp/models/is_principal_aidp_admin.py +70 -0
- aidp_python_client/aidataplatform_dp/models/jar_task.py +381 -0
- aidp_python_client/aidataplatform_dp/models/job.py +652 -0
- aidp_python_client/aidataplatform_dp/models/job_cluster.py +128 -0
- aidp_python_client/aidataplatform_dp/models/job_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/job_dependency.py +111 -0
- aidp_python_client/aidataplatform_dp/models/job_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/job_permission_summary.py +207 -0
- aidp_python_client/aidataplatform_dp/models/job_run.py +1178 -0
- aidp_python_client/aidataplatform_dp/models/job_run_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/job_run_summary.py +454 -0
- aidp_python_client/aidataplatform_dp/models/job_summary.py +442 -0
- aidp_python_client/aidataplatform_dp/models/job_task.py +185 -0
- aidp_python_client/aidataplatform_dp/models/kafka_topic_schema.py +258 -0
- aidp_python_client/aidataplatform_dp/models/kafka_topic_schema_summary.py +190 -0
- aidp_python_client/aidataplatform_dp/models/kb_v_hnsw_index_details.py +200 -0
- aidp_python_client/aidataplatform_dp/models/kb_v_ivf_index_details.py +200 -0
- aidp_python_client/aidataplatform_dp/models/kernel.py +242 -0
- aidp_python_client/aidataplatform_dp/models/kernel_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/kernel_summary.py +202 -0
- aidp_python_client/aidataplatform_dp/models/keyed_time_series.py +101 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base.py +1339 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job.py +656 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_run.py +502 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_run_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_run_data.py +211 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_run_summary.py +502 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_job_summary.py +546 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_permission_summary.py +274 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_source_metadata_details.py +428 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_summary.py +452 -0
- aidp_python_client/aidataplatform_dp/models/knowledge_base_vector_index_details.py +141 -0
- aidp_python_client/aidataplatform_dp/models/libraries.py +70 -0
- aidp_python_client/aidataplatform_dp/models/lifecycle_state.py +294 -0
- aidp_python_client/aidataplatform_dp/models/list_experiment_runs_details.py +268 -0
- aidp_python_client/aidataplatform_dp/models/list_experiments_details.py +231 -0
- aidp_python_client/aidataplatform_dp/models/list_filter.py +194 -0
- aidp_python_client/aidataplatform_dp/models/list_logged_models_details.py +196 -0
- aidp_python_client/aidataplatform_dp/models/list_permissions_with_resource_details.py +206 -0
- aidp_python_client/aidataplatform_dp/models/llm_config.py +132 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_batch_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_batch_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_inputs_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_inputs_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_metric_details.py +194 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_metric_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_model_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_model_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_param_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/log_experiment_run_param_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/log_group.py +132 -0
- aidp_python_client/aidataplatform_dp/models/logged_model.py +97 -0
- aidp_python_client/aidataplatform_dp/models/logged_model_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/logged_model_info.py +349 -0
- aidp_python_client/aidataplatform_dp/models/logged_model_order.py +101 -0
- aidp_python_client/aidataplatform_dp/models/logged_model_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/logging_config.py +99 -0
- aidp_python_client/aidataplatform_dp/models/manage_agent_flow_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_audit_logs_details.py +118 -0
- aidp_python_client/aidataplatform_dp/models/manage_catalog_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_cluster_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_create_workspace_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_credential_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_job_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_knowledge_base_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_master_catalog_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_recipient_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_role_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_schema_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_share_access_details.py +118 -0
- aidp_python_client/aidataplatform_dp/models/manage_share_data_asset_details.py +263 -0
- aidp_python_client/aidataplatform_dp/models/manage_share_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_table_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_tool_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_view_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_volume_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_workspace_object_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/manage_workspace_permission_details.py +93 -0
- aidp_python_client/aidataplatform_dp/models/managed_table_definition.py +110 -0
- aidp_python_client/aidataplatform_dp/models/master_catalog.py +357 -0
- aidp_python_client/aidataplatform_dp/models/master_catalog_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/master_catalog_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/master_catalog_permission_summary.py +216 -0
- aidp_python_client/aidataplatform_dp/models/master_catalog_summary.py +351 -0
- aidp_python_client/aidataplatform_dp/models/mcp_object.py +178 -0
- aidp_python_client/aidataplatform_dp/models/mcp_prompt_object.py +94 -0
- aidp_python_client/aidataplatform_dp/models/mcp_resource_object.py +94 -0
- aidp_python_client/aidataplatform_dp/models/mcp_result.py +70 -0
- aidp_python_client/aidataplatform_dp/models/mcp_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/mcp_tool.py +184 -0
- aidp_python_client/aidataplatform_dp/models/mcp_tool_configuration.py +159 -0
- aidp_python_client/aidataplatform_dp/models/mcp_tool_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/mcp_tool_object.py +94 -0
- aidp_python_client/aidataplatform_dp/models/memory_configuration.py +128 -0
- aidp_python_client/aidataplatform_dp/models/memory_limit_configuration.py +110 -0
- aidp_python_client/aidataplatform_dp/models/memory_limit_configuration_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/metrics_summary.py +287 -0
- aidp_python_client/aidataplatform_dp/models/mkdir_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/model.py +470 -0
- aidp_python_client/aidataplatform_dp/models/model_input.py +70 -0
- aidp_python_client/aidataplatform_dp/models/model_metric.py +163 -0
- aidp_python_client/aidataplatform_dp/models/model_output.py +101 -0
- aidp_python_client/aidataplatform_dp/models/model_param.py +101 -0
- aidp_python_client/aidataplatform_dp/models/model_parameter.py +97 -0
- aidp_python_client/aidataplatform_dp/models/model_parameter_detail.py +132 -0
- aidp_python_client/aidataplatform_dp/models/model_parameter_response.py +363 -0
- aidp_python_client/aidataplatform_dp/models/model_summary.py +238 -0
- aidp_python_client/aidataplatform_dp/models/model_version.py +613 -0
- aidp_python_client/aidataplatform_dp/models/model_version_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/model_version_deployment_job_state.py +258 -0
- aidp_python_client/aidataplatform_dp/models/model_version_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/model_version_tag_key.py +70 -0
- aidp_python_client/aidataplatform_dp/models/models_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/modify_content_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/move_workspace_object_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/nested_agent_flow_node.py +243 -0
- aidp_python_client/aidataplatform_dp/models/new_cluster_configuration.py +190 -0
- aidp_python_client/aidataplatform_dp/models/nl_to_sql_tool.py +180 -0
- aidp_python_client/aidataplatform_dp/models/nl_to_sql_tool_configuration.py +225 -0
- aidp_python_client/aidataplatform_dp/models/nl_to_sql_tool_input_schema.py +70 -0
- aidp_python_client/aidataplatform_dp/models/no_auth.py +49 -0
- aidp_python_client/aidataplatform_dp/models/node_input.py +246 -0
- aidp_python_client/aidataplatform_dp/models/node_io.py +158 -0
- aidp_python_client/aidataplatform_dp/models/node_io_color.py +149 -0
- aidp_python_client/aidataplatform_dp/models/node_output.py +215 -0
- aidp_python_client/aidataplatform_dp/models/notebook_task.py +319 -0
- aidp_python_client/aidataplatform_dp/models/notify_cluster_event_handler_details.py +253 -0
- aidp_python_client/aidataplatform_dp/models/o_auth.py +173 -0
- aidp_python_client/aidataplatform_dp/models/o_auth_admin_setting.py +111 -0
- aidp_python_client/aidataplatform_dp/models/o_auth_configuration.py +132 -0
- aidp_python_client/aidataplatform_dp/models/oac_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/oac_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/oac_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/oac_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/object_recent_search_summary.py +70 -0
- aidp_python_client/aidataplatform_dp/models/object_search_summary.py +516 -0
- aidp_python_client/aidataplatform_dp/models/object_suggest_summary.py +287 -0
- aidp_python_client/aidataplatform_dp/models/oci_logging.py +80 -0
- aidp_python_client/aidataplatform_dp/models/oci_resource_principal_auth.py +49 -0
- aidp_python_client/aidataplatform_dp/models/oracle_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/oracle_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/oracle_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/oracle_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/output_parameter.py +101 -0
- aidp_python_client/aidataplatform_dp/models/par_details.py +195 -0
- aidp_python_client/aidataplatform_dp/models/parameter.py +101 -0
- aidp_python_client/aidataplatform_dp/models/patch_cluster_library_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/patch_session_details.py +252 -0
- aidp_python_client/aidataplatform_dp/models/perform_infer_schema_details.py +204 -0
- aidp_python_client/aidataplatform_dp/models/permission_assignees.py +122 -0
- aidp_python_client/aidataplatform_dp/models/permission_summary.py +274 -0
- aidp_python_client/aidataplatform_dp/models/permission_with_resource_details.py +288 -0
- aidp_python_client/aidataplatform_dp/models/pii_category.py +209 -0
- aidp_python_client/aidataplatform_dp/models/pii_detection_policy.py +148 -0
- aidp_python_client/aidataplatform_dp/models/playground_cache.py +70 -0
- aidp_python_client/aidataplatform_dp/models/point.py +101 -0
- aidp_python_client/aidataplatform_dp/models/preview_agent_flow_agent_card_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/principals_with_workspace_access_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/principals_with_workspace_access_summary.py +153 -0
- aidp_python_client/aidataplatform_dp/models/prompt_attacks_prevention_policy.py +86 -0
- aidp_python_client/aidataplatform_dp/models/prompt_result.py +101 -0
- aidp_python_client/aidataplatform_dp/models/prompt_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/prompt_tool.py +184 -0
- aidp_python_client/aidataplatform_dp/models/prompt_tool_configuration.py +128 -0
- aidp_python_client/aidataplatform_dp/models/prompt_tool_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/provision_user_schema_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/purge_bundle_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/python_task.py +319 -0
- aidp_python_client/aidataplatform_dp/models/queue.py +70 -0
- aidp_python_client/aidataplatform_dp/models/rag_result.py +101 -0
- aidp_python_client/aidataplatform_dp/models/rag_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/rag_tool.py +180 -0
- aidp_python_client/aidataplatform_dp/models/rag_tool_configuration.py +221 -0
- aidp_python_client/aidataplatform_dp/models/rag_tool_input_schema.py +70 -0
- aidp_python_client/aidataplatform_dp/models/rag_tool_node.py +181 -0
- aidp_python_client/aidataplatform_dp/models/range_filter.py +201 -0
- aidp_python_client/aidataplatform_dp/models/recent_resource_item.py +283 -0
- aidp_python_client/aidataplatform_dp/models/recent_search_results_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/recent_searches_criteria.py +70 -0
- aidp_python_client/aidataplatform_dp/models/recently_accessed.py +101 -0
- aidp_python_client/aidataplatform_dp/models/recently_accessed_resource.py +101 -0
- aidp_python_client/aidataplatform_dp/models/recipient.py +402 -0
- aidp_python_client/aidataplatform_dp/models/recipient_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/recipient_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/recipient_permission_summary.py +203 -0
- aidp_python_client/aidataplatform_dp/models/recipient_summary.py +369 -0
- aidp_python_client/aidataplatform_dp/models/registered_model.py +346 -0
- aidp_python_client/aidataplatform_dp/models/registered_model_alias.py +101 -0
- aidp_python_client/aidataplatform_dp/models/registered_model_collection.py +101 -0
- aidp_python_client/aidataplatform_dp/models/registered_model_tag.py +101 -0
- aidp_python_client/aidataplatform_dp/models/registered_model_tag_key.py +70 -0
- aidp_python_client/aidataplatform_dp/models/remove_member_from_role_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/rename_registered_model_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/rename_registered_model_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/rename_table_field_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/rename_workspace_object_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/repair_history.py +361 -0
- aidp_python_client/aidataplatform_dp/models/repair_job_run_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/reset_git_folder_state_details.py +157 -0
- aidp_python_client/aidataplatform_dp/models/restart_cluster_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/restore_experiment_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/restore_experiment_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/restore_experiment_run_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/restore_experiment_run_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/retrieved_chunk.py +132 -0
- aidp_python_client/aidataplatform_dp/models/revoke_agent_flow_permission_details.py +187 -0
- aidp_python_client/aidataplatform_dp/models/revoke_catalog_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/revoke_cluster_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/revoke_create_workspace_permission_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/revoke_credential_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/revoke_job_permission_details.py +125 -0
- aidp_python_client/aidataplatform_dp/models/revoke_knowledge_base_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/revoke_master_catalog_permission_details.py +129 -0
- aidp_python_client/aidataplatform_dp/models/revoke_recipient_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/revoke_role_permission_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/revoke_schema_permission_details.py +137 -0
- aidp_python_client/aidataplatform_dp/models/revoke_share_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/revoke_table_permission_details.py +195 -0
- aidp_python_client/aidataplatform_dp/models/revoke_tool_permission_details.py +183 -0
- aidp_python_client/aidataplatform_dp/models/revoke_view_permission_details.py +183 -0
- aidp_python_client/aidataplatform_dp/models/revoke_volume_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/revoke_workspace_object_permission_details.py +156 -0
- aidp_python_client/aidataplatform_dp/models/revoke_workspace_permission_details.py +121 -0
- aidp_python_client/aidataplatform_dp/models/role.py +439 -0
- aidp_python_client/aidataplatform_dp/models/role_assignee.py +152 -0
- aidp_python_client/aidataplatform_dp/models/role_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/role_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/role_permission_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/role_summary.py +396 -0
- aidp_python_client/aidataplatform_dp/models/run_output_data.py +313 -0
- aidp_python_client/aidataplatform_dp/models/safety_policy.py +337 -0
- aidp_python_client/aidataplatform_dp/models/scan.py +101 -0
- aidp_python_client/aidataplatform_dp/models/schedule.py +148 -0
- aidp_python_client/aidataplatform_dp/models/schema.py +551 -0
- aidp_python_client/aidataplatform_dp/models/schema_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/schema_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/schema_permission_summary.py +285 -0
- aidp_python_client/aidataplatform_dp/models/schema_summary.py +536 -0
- aidp_python_client/aidataplatform_dp/models/search_audit_logs_details.py +626 -0
- aidp_python_client/aidataplatform_dp/models/search_cluster_logs_details.py +437 -0
- aidp_python_client/aidataplatform_dp/models/search_criteria.py +221 -0
- aidp_python_client/aidataplatform_dp/models/search_object_type.py +101 -0
- aidp_python_client/aidataplatform_dp/models/search_result.py +70 -0
- aidp_python_client/aidataplatform_dp/models/search_result_summary.py +101 -0
- aidp_python_client/aidataplatform_dp/models/search_results_collection.py +163 -0
- aidp_python_client/aidataplatform_dp/models/search_results_group_by_collection.py +163 -0
- aidp_python_client/aidataplatform_dp/models/secret_pair.py +101 -0
- aidp_python_client/aidataplatform_dp/models/secret_token_credential_details.py +81 -0
- aidp_python_client/aidataplatform_dp/models/service_account_credential_details.py +236 -0
- aidp_python_client/aidataplatform_dp/models/session.py +324 -0
- aidp_python_client/aidataplatform_dp/models/session_chat_history_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/session_chat_history_summary.py +287 -0
- aidp_python_client/aidataplatform_dp/models/session_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/session_configuration.py +97 -0
- aidp_python_client/aidataplatform_dp/models/session_retention_configuration.py +132 -0
- aidp_python_client/aidataplatform_dp/models/session_summary.py +283 -0
- aidp_python_client/aidataplatform_dp/models/session_variable.py +101 -0
- aidp_python_client/aidataplatform_dp/models/session_variable_details.py +225 -0
- aidp_python_client/aidataplatform_dp/models/set_experiment_run_tag_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/set_experiment_run_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/set_experiment_tag_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/set_experiment_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/set_model_version_tag_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/set_model_version_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/set_registered_model_tag_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/set_registered_model_tag_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/setting.py +159 -0
- aidp_python_client/aidataplatform_dp/models/setting_data.py +115 -0
- aidp_python_client/aidataplatform_dp/models/shape_config.py +132 -0
- aidp_python_client/aidataplatform_dp/models/share.py +396 -0
- aidp_python_client/aidataplatform_dp/models/share_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/share_data_asset_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/share_data_asset_summary.py +311 -0
- aidp_python_client/aidataplatform_dp/models/share_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/share_permission_summary.py +203 -0
- aidp_python_client/aidataplatform_dp/models/share_summary.py +365 -0
- aidp_python_client/aidataplatform_dp/models/sort_details.py +143 -0
- aidp_python_client/aidataplatform_dp/models/span_details.py +345 -0
- aidp_python_client/aidataplatform_dp/models/span_status.py +101 -0
- aidp_python_client/aidataplatform_dp/models/spark_cluster.py +497 -0
- aidp_python_client/aidataplatform_dp/models/spark_runtime_config.py +155 -0
- aidp_python_client/aidataplatform_dp/models/sql_result.py +70 -0
- aidp_python_client/aidataplatform_dp/models/sql_test_tool_result.py +76 -0
- aidp_python_client/aidataplatform_dp/models/sql_tool.py +184 -0
- aidp_python_client/aidataplatform_dp/models/sql_tool_configuration.py +194 -0
- aidp_python_client/aidataplatform_dp/models/sql_tool_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/standard_schema.py +134 -0
- aidp_python_client/aidataplatform_dp/models/standard_schema_summary.py +128 -0
- aidp_python_client/aidataplatform_dp/models/standard_table.py +177 -0
- aidp_python_client/aidataplatform_dp/models/standard_table_summary.py +107 -0
- aidp_python_client/aidataplatform_dp/models/start_cluster_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/start_node.py +185 -0
- aidp_python_client/aidataplatform_dp/models/state.py +231 -0
- aidp_python_client/aidataplatform_dp/models/stop_agent_flow_session_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/stop_cluster_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/subscription_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/suggest_criteria.py +101 -0
- aidp_python_client/aidataplatform_dp/models/suggest_results_collection.py +132 -0
- aidp_python_client/aidataplatform_dp/models/summarize_metrics_data_details.py +308 -0
- aidp_python_client/aidataplatform_dp/models/summarize_metrics_response.py +70 -0
- aidp_python_client/aidataplatform_dp/models/supervisor_agent_node.py +363 -0
- aidp_python_client/aidataplatform_dp/models/sync_bundle_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/table.py +737 -0
- aidp_python_client/aidataplatform_dp/models/table_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/table_field_details.py +194 -0
- aidp_python_client/aidataplatform_dp/models/table_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/table_permission_summary.py +347 -0
- aidp_python_client/aidataplatform_dp/models/table_property.py +101 -0
- aidp_python_client/aidataplatform_dp/models/table_summary.py +435 -0
- aidp_python_client/aidataplatform_dp/models/task.py +357 -0
- aidp_python_client/aidataplatform_dp/models/task_execution_result.py +221 -0
- aidp_python_client/aidataplatform_dp/models/task_run.py +771 -0
- aidp_python_client/aidataplatform_dp/models/task_run_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/task_run_output.py +288 -0
- aidp_python_client/aidataplatform_dp/models/task_run_retry.py +345 -0
- aidp_python_client/aidataplatform_dp/models/task_run_summary.py +407 -0
- aidp_python_client/aidataplatform_dp/models/test_custom_tool_details.py +141 -0
- aidp_python_client/aidataplatform_dp/models/test_http_tool_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/test_mcp_connection.py +49 -0
- aidp_python_client/aidataplatform_dp/models/test_mcp_external_tool.py +107 -0
- aidp_python_client/aidataplatform_dp/models/test_mcp_operation.py +108 -0
- aidp_python_client/aidataplatform_dp/models/test_mcp_tool_details.py +168 -0
- aidp_python_client/aidataplatform_dp/models/test_prompt_tool_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/test_rag_tool_details.py +114 -0
- aidp_python_client/aidataplatform_dp/models/test_sql_tool_details.py +110 -0
- aidp_python_client/aidataplatform_dp/models/test_tool_details.py +171 -0
- aidp_python_client/aidataplatform_dp/models/test_tool_param_values.py +70 -0
- aidp_python_client/aidataplatform_dp/models/test_tool_result.py +140 -0
- aidp_python_client/aidataplatform_dp/models/time_created.py +42 -0
- aidp_python_client/aidataplatform_dp/models/time_updated.py +42 -0
- aidp_python_client/aidataplatform_dp/models/tool.py +489 -0
- aidp_python_client/aidataplatform_dp/models/tool_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/tool_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/tool_permission_summary.py +332 -0
- aidp_python_client/aidataplatform_dp/models/tool_summary.py +355 -0
- aidp_python_client/aidataplatform_dp/models/trace_details.py +225 -0
- aidp_python_client/aidataplatform_dp/models/trace_event.py +132 -0
- aidp_python_client/aidataplatform_dp/models/transition_model_version_stage_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/transition_model_version_stage_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/txt_file_definition.py +101 -0
- aidp_python_client/aidataplatform_dp/models/uninstall_cluster_library_details.py +88 -0
- aidp_python_client/aidataplatform_dp/models/update_admin_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_compute_details.py +77 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_deployment_details.py +242 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_deployment_metadata_details.py +97 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_details.py +395 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_node_details.py +451 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_session_details.py +159 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_flow_session_playground_cache_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/update_agent_node_details.py +259 -0
- aidp_python_client/aidataplatform_dp/models/update_catalog_details.py +159 -0
- aidp_python_client/aidataplatform_dp/models/update_cluster_async_operation_status_details.py +293 -0
- aidp_python_client/aidataplatform_dp/models/update_cluster_details.py +228 -0
- aidp_python_client/aidataplatform_dp/models/update_connection_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/update_content_details.py +252 -0
- aidp_python_client/aidataplatform_dp/models/update_custom_tool_details.py +190 -0
- aidp_python_client/aidataplatform_dp/models/update_custom_tool_node_details.py +201 -0
- aidp_python_client/aidataplatform_dp/models/update_data_lake_credential_details.py +180 -0
- aidp_python_client/aidataplatform_dp/models/update_dir_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_run_details.py +196 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_run_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_run_tags_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_run_tags_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_tags_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_experiment_tags_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/update_file_metadata_details.py +126 -0
- aidp_python_client/aidataplatform_dp/models/update_git_repository_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_http_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_http_tool_node_details.py +143 -0
- aidp_python_client/aidataplatform_dp/models/update_job_details.py +426 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_add_source_details.py +366 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_delete_source_details.py +118 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_details.py +176 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_metadata_update_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_source_update_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/update_knowledge_base_source_update_details_item.py +141 -0
- aidp_python_client/aidataplatform_dp/models/update_master_catalog_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/update_mcp_tool_node_details.py +143 -0
- aidp_python_client/aidataplatform_dp/models/update_model_version_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_model_version_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/update_model_version_tags_details.py +163 -0
- aidp_python_client/aidataplatform_dp/models/update_model_version_tags_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/update_nl_to_sql_tool_details.py +124 -0
- aidp_python_client/aidataplatform_dp/models/update_prompt_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_prompt_tool_node_details.py +143 -0
- aidp_python_client/aidataplatform_dp/models/update_rag_tool_details.py +124 -0
- aidp_python_client/aidataplatform_dp/models/update_rag_tool_node_details.py +139 -0
- aidp_python_client/aidataplatform_dp/models/update_recipient_details.py +134 -0
- aidp_python_client/aidataplatform_dp/models/update_registered_model_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_registered_model_response_details.py +66 -0
- aidp_python_client/aidataplatform_dp/models/update_registered_model_tags_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_registered_model_tags_response_details.py +42 -0
- aidp_python_client/aidataplatform_dp/models/update_role_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_schema_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/update_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_share_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_spark_cluster_details.py +216 -0
- aidp_python_client/aidataplatform_dp/models/update_sql_tool_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_sql_tool_node_details.py +143 -0
- aidp_python_client/aidataplatform_dp/models/update_table_details.py +287 -0
- aidp_python_client/aidataplatform_dp/models/update_table_field_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_tool_details.py +237 -0
- aidp_python_client/aidataplatform_dp/models/update_user_setting_details.py +128 -0
- aidp_python_client/aidataplatform_dp/models/update_view_details.py +130 -0
- aidp_python_client/aidataplatform_dp/models/update_volume_details.py +101 -0
- aidp_python_client/aidataplatform_dp/models/update_workspace_async_operation_status_details.py +196 -0
- aidp_python_client/aidataplatform_dp/models/update_workspace_details.py +165 -0
- aidp_python_client/aidataplatform_dp/models/upload_file_with_par_details.py +188 -0
- aidp_python_client/aidataplatform_dp/models/upload_file_with_par_result.py +353 -0
- aidp_python_client/aidataplatform_dp/models/user_setting.py +159 -0
- aidp_python_client/aidataplatform_dp/models/user_setting_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/user_setting_summary.py +276 -0
- aidp_python_client/aidataplatform_dp/models/validate_agent_flow_diagram_details.py +203 -0
- aidp_python_client/aidataplatform_dp/models/validate_agent_flow_response.py +101 -0
- aidp_python_client/aidataplatform_dp/models/validate_bundle_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/validate_view_sql_details.py +70 -0
- aidp_python_client/aidataplatform_dp/models/validation_error.py +163 -0
- aidp_python_client/aidataplatform_dp/models/vault_reference_credential_details.py +81 -0
- aidp_python_client/aidataplatform_dp/models/view.py +489 -0
- aidp_python_client/aidataplatform_dp/models/view_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/view_field_details.py +194 -0
- aidp_python_client/aidataplatform_dp/models/view_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/view_permission_summary.py +347 -0
- aidp_python_client/aidataplatform_dp/models/view_property.py +101 -0
- aidp_python_client/aidataplatform_dp/models/view_sql_parse_details.py +132 -0
- aidp_python_client/aidataplatform_dp/models/view_summary.py +303 -0
- aidp_python_client/aidataplatform_dp/models/view_update_details.py +225 -0
- aidp_python_client/aidataplatform_dp/models/volume.py +559 -0
- aidp_python_client/aidataplatform_dp/models/volume_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/volume_file.py +42 -0
- aidp_python_client/aidataplatform_dp/models/volume_file_cluster_library_summary.py +139 -0
- aidp_python_client/aidataplatform_dp/models/volume_file_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/volume_file_summary.py +408 -0
- aidp_python_client/aidataplatform_dp/models/volume_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/volume_permission_summary.py +273 -0
- aidp_python_client/aidataplatform_dp/models/volume_summary.py +435 -0
- aidp_python_client/aidataplatform_dp/models/word_filters_policy.py +148 -0
- aidp_python_client/aidataplatform_dp/models/worker_config.py +159 -0
- aidp_python_client/aidataplatform_dp/models/workspace.py +665 -0
- aidp_python_client/aidataplatform_dp/models/workspace_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/workspace_file_cluster_library_summary.py +139 -0
- aidp_python_client/aidataplatform_dp/models/workspace_network_configuration_details.py +134 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object.py +42 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_details.py +342 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_permission_summary.py +238 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_search_results_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_search_summary.py +423 -0
- aidp_python_client/aidataplatform_dp/models/workspace_object_summary.py +392 -0
- aidp_python_client/aidataplatform_dp/models/workspace_permission_collection.py +70 -0
- aidp_python_client/aidataplatform_dp/models/workspace_permission_summary.py +203 -0
- aidp_python_client/aidataplatform_dp/models/workspace_search_criteria.py +252 -0
- aidp_python_client/aidataplatform_dp/models/workspace_summary.py +567 -0
- aidp_python_client/aidataplatform_dp/notebook_client.py +1199 -0
- aidp_python_client/aidataplatform_dp/notebook_client_composite_operations.py +70 -0
- aidp_python_client/aidataplatform_dp/role_client.py +965 -0
- aidp_python_client/aidataplatform_dp/role_client_composite_operations.py +113 -0
- aidp_python_client/aidataplatform_dp/schema_client.py +3023 -0
- aidp_python_client/aidataplatform_dp/schema_client_composite_operations.py +159 -0
- aidp_python_client/aidataplatform_dp/user_setting_client.py +610 -0
- aidp_python_client/aidataplatform_dp/user_setting_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/volume_client.py +1838 -0
- aidp_python_client/aidataplatform_dp/volume_client_composite_operations.py +113 -0
- aidp_python_client/aidataplatform_dp/workflow_client.py +2220 -0
- aidp_python_client/aidataplatform_dp/workflow_client_composite_operations.py +24 -0
- aidp_python_client/aidataplatform_dp/workspace_client.py +1294 -0
- aidp_python_client/aidataplatform_dp/workspace_client_composite_operations.py +162 -0
- aidp_python_client/aidataplatform_dp/workspace_object_client.py +1595 -0
- aidp_python_client/aidataplatform_dp/workspace_object_client_composite_operations.py +24 -0
- aidp_python_client/service_endpoints.py +22 -0
- aidp_python_client-1.0.0.dist-info/METADATA +9 -0
- aidp_python_client-1.0.0.dist-info/RECORD +847 -0
- aidp_python_client-1.0.0.dist-info/WHEEL +5 -0
- aidp_python_client-1.0.0.dist-info/licenses/LICENSE.txt +35 -0
- aidp_python_client-1.0.0.dist-info/licenses/NOTICE.txt +1 -0
- aidp_python_client-1.0.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1339 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
|
7
|
+
from oci.decorators import init_model_state_from_kwargs
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@init_model_state_from_kwargs
|
|
11
|
+
class KnowledgeBase(object):
|
|
12
|
+
"""
|
|
13
|
+
Description of KnowledgeBase.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
#: A constant which can be used with the type property of a KnowledgeBase.
|
|
17
|
+
#: This constant has a value of "NATIVE"
|
|
18
|
+
TYPE_NATIVE = "NATIVE"
|
|
19
|
+
|
|
20
|
+
#: A constant which can be used with the modality property of a KnowledgeBase.
|
|
21
|
+
#: This constant has a value of "TEXT"
|
|
22
|
+
MODALITY_TEXT = "TEXT"
|
|
23
|
+
|
|
24
|
+
#: A constant which can be used with the embedding_model_source_type property of a KnowledgeBase.
|
|
25
|
+
#: This constant has a value of "ADW_23_AI"
|
|
26
|
+
EMBEDDING_MODEL_SOURCE_TYPE_ADW_23_AI = "ADW_23_AI"
|
|
27
|
+
|
|
28
|
+
#: A constant which can be used with the embedding_model_source_type property of a KnowledgeBase.
|
|
29
|
+
#: This constant has a value of "ADW_26_AI"
|
|
30
|
+
EMBEDDING_MODEL_SOURCE_TYPE_ADW_26_AI = "ADW_26_AI"
|
|
31
|
+
|
|
32
|
+
#: A constant which can be used with the embedding_model_source_type property of a KnowledgeBase.
|
|
33
|
+
#: This constant has a value of "GEN_AI"
|
|
34
|
+
EMBEDDING_MODEL_SOURCE_TYPE_GEN_AI = "GEN_AI"
|
|
35
|
+
|
|
36
|
+
#: A constant which can be used with the vector_db_type property of a KnowledgeBase.
|
|
37
|
+
#: This constant has a value of "ADW_23_AI"
|
|
38
|
+
VECTOR_DB_TYPE_ADW_23_AI = "ADW_23_AI"
|
|
39
|
+
|
|
40
|
+
#: A constant which can be used with the vector_db_type property of a KnowledgeBase.
|
|
41
|
+
#: This constant has a value of "ADW_26_AI"
|
|
42
|
+
VECTOR_DB_TYPE_ADW_26_AI = "ADW_26_AI"
|
|
43
|
+
|
|
44
|
+
#: A constant which can be used with the index_type property of a KnowledgeBase.
|
|
45
|
+
#: This constant has a value of "HNSW"
|
|
46
|
+
INDEX_TYPE_HNSW = "HNSW"
|
|
47
|
+
|
|
48
|
+
#: A constant which can be used with the index_type property of a KnowledgeBase.
|
|
49
|
+
#: This constant has a value of "IVF"
|
|
50
|
+
INDEX_TYPE_IVF = "IVF"
|
|
51
|
+
|
|
52
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
53
|
+
#: This constant has a value of "CREATING"
|
|
54
|
+
LIFECYCLE_STATE_CREATING = "CREATING"
|
|
55
|
+
|
|
56
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
57
|
+
#: This constant has a value of "ACTIVE"
|
|
58
|
+
LIFECYCLE_STATE_ACTIVE = "ACTIVE"
|
|
59
|
+
|
|
60
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
61
|
+
#: This constant has a value of "UPDATING"
|
|
62
|
+
LIFECYCLE_STATE_UPDATING = "UPDATING"
|
|
63
|
+
|
|
64
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
65
|
+
#: This constant has a value of "DELETING"
|
|
66
|
+
LIFECYCLE_STATE_DELETING = "DELETING"
|
|
67
|
+
|
|
68
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
69
|
+
#: This constant has a value of "NEEDS_ATTENTION"
|
|
70
|
+
LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
|
|
71
|
+
|
|
72
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
73
|
+
#: This constant has a value of "DELETED"
|
|
74
|
+
LIFECYCLE_STATE_DELETED = "DELETED"
|
|
75
|
+
|
|
76
|
+
#: A constant which can be used with the lifecycle_state property of a KnowledgeBase.
|
|
77
|
+
#: This constant has a value of "FAILED"
|
|
78
|
+
LIFECYCLE_STATE_FAILED = "FAILED"
|
|
79
|
+
|
|
80
|
+
def __init__(self, **kwargs):
|
|
81
|
+
"""
|
|
82
|
+
Initializes a new KnowledgeBase object with values from keyword arguments.
|
|
83
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
|
84
|
+
|
|
85
|
+
:param key:
|
|
86
|
+
The value to assign to the key property of this KnowledgeBase.
|
|
87
|
+
:type key: str
|
|
88
|
+
|
|
89
|
+
:param display_name:
|
|
90
|
+
The value to assign to the display_name property of this KnowledgeBase.
|
|
91
|
+
:type display_name: str
|
|
92
|
+
|
|
93
|
+
:param description:
|
|
94
|
+
The value to assign to the description property of this KnowledgeBase.
|
|
95
|
+
:type description: str
|
|
96
|
+
|
|
97
|
+
:param catalog_key:
|
|
98
|
+
The value to assign to the catalog_key property of this KnowledgeBase.
|
|
99
|
+
:type catalog_key: str
|
|
100
|
+
|
|
101
|
+
:param schema_key:
|
|
102
|
+
The value to assign to the schema_key property of this KnowledgeBase.
|
|
103
|
+
:type schema_key: str
|
|
104
|
+
|
|
105
|
+
:param type:
|
|
106
|
+
The value to assign to the type property of this KnowledgeBase.
|
|
107
|
+
Allowed values for this property are: "NATIVE"
|
|
108
|
+
:type type: str
|
|
109
|
+
|
|
110
|
+
:param workspace_key:
|
|
111
|
+
The value to assign to the workspace_key property of this KnowledgeBase.
|
|
112
|
+
:type workspace_key: str
|
|
113
|
+
|
|
114
|
+
:param cluster_key:
|
|
115
|
+
The value to assign to the cluster_key property of this KnowledgeBase.
|
|
116
|
+
:type cluster_key: str
|
|
117
|
+
|
|
118
|
+
:param modality:
|
|
119
|
+
The value to assign to the modality property of this KnowledgeBase.
|
|
120
|
+
Allowed values for this property are: "TEXT"
|
|
121
|
+
:type modality: str
|
|
122
|
+
|
|
123
|
+
:param embedding_model_source_type:
|
|
124
|
+
The value to assign to the embedding_model_source_type property of this KnowledgeBase.
|
|
125
|
+
Allowed values for this property are: "ADW_23_AI", "ADW_26_AI", "GEN_AI"
|
|
126
|
+
:type embedding_model_source_type: str
|
|
127
|
+
|
|
128
|
+
:param embedding_model_name:
|
|
129
|
+
The value to assign to the embedding_model_name property of this KnowledgeBase.
|
|
130
|
+
:type embedding_model_name: str
|
|
131
|
+
|
|
132
|
+
:param vector_db_type:
|
|
133
|
+
The value to assign to the vector_db_type property of this KnowledgeBase.
|
|
134
|
+
Allowed values for this property are: "ADW_23_AI", "ADW_26_AI"
|
|
135
|
+
:type vector_db_type: str
|
|
136
|
+
|
|
137
|
+
:param vector_table:
|
|
138
|
+
The value to assign to the vector_table property of this KnowledgeBase.
|
|
139
|
+
:type vector_table: str
|
|
140
|
+
|
|
141
|
+
:param doc_table:
|
|
142
|
+
The value to assign to the doc_table property of this KnowledgeBase.
|
|
143
|
+
:type doc_table: str
|
|
144
|
+
|
|
145
|
+
:param chunk_size:
|
|
146
|
+
The value to assign to the chunk_size property of this KnowledgeBase.
|
|
147
|
+
:type chunk_size: int
|
|
148
|
+
|
|
149
|
+
:param chunk_overlap:
|
|
150
|
+
The value to assign to the chunk_overlap property of this KnowledgeBase.
|
|
151
|
+
:type chunk_overlap: int
|
|
152
|
+
|
|
153
|
+
:param source_file_pattern:
|
|
154
|
+
The value to assign to the source_file_pattern property of this KnowledgeBase.
|
|
155
|
+
:type source_file_pattern: str
|
|
156
|
+
|
|
157
|
+
:param time_last_embedding:
|
|
158
|
+
The value to assign to the time_last_embedding property of this KnowledgeBase.
|
|
159
|
+
:type time_last_embedding: datetime
|
|
160
|
+
|
|
161
|
+
:param index_type:
|
|
162
|
+
The value to assign to the index_type property of this KnowledgeBase.
|
|
163
|
+
Allowed values for this property are: "HNSW", "IVF"
|
|
164
|
+
:type index_type: str
|
|
165
|
+
|
|
166
|
+
:param index_name:
|
|
167
|
+
The value to assign to the index_name property of this KnowledgeBase.
|
|
168
|
+
:type index_name: str
|
|
169
|
+
|
|
170
|
+
:param time_last_indexing:
|
|
171
|
+
The value to assign to the time_last_indexing property of this KnowledgeBase.
|
|
172
|
+
:type time_last_indexing: datetime
|
|
173
|
+
|
|
174
|
+
:param index_distance:
|
|
175
|
+
The value to assign to the index_distance property of this KnowledgeBase.
|
|
176
|
+
:type index_distance: str
|
|
177
|
+
|
|
178
|
+
:param index_target_accuracy:
|
|
179
|
+
The value to assign to the index_target_accuracy property of this KnowledgeBase.
|
|
180
|
+
:type index_target_accuracy: int
|
|
181
|
+
|
|
182
|
+
:param index_neighbor_partitions:
|
|
183
|
+
The value to assign to the index_neighbor_partitions property of this KnowledgeBase.
|
|
184
|
+
:type index_neighbor_partitions: int
|
|
185
|
+
|
|
186
|
+
:param index_neighbors:
|
|
187
|
+
The value to assign to the index_neighbors property of this KnowledgeBase.
|
|
188
|
+
:type index_neighbors: int
|
|
189
|
+
|
|
190
|
+
:param index_ef_construction:
|
|
191
|
+
The value to assign to the index_ef_construction property of this KnowledgeBase.
|
|
192
|
+
:type index_ef_construction: int
|
|
193
|
+
|
|
194
|
+
:param index_neighbor_partition_probes:
|
|
195
|
+
The value to assign to the index_neighbor_partition_probes property of this KnowledgeBase.
|
|
196
|
+
:type index_neighbor_partition_probes: int
|
|
197
|
+
|
|
198
|
+
:param time_created:
|
|
199
|
+
The value to assign to the time_created property of this KnowledgeBase.
|
|
200
|
+
:type time_created: datetime
|
|
201
|
+
|
|
202
|
+
:param time_updated:
|
|
203
|
+
The value to assign to the time_updated property of this KnowledgeBase.
|
|
204
|
+
:type time_updated: datetime
|
|
205
|
+
|
|
206
|
+
:param created_by:
|
|
207
|
+
The value to assign to the created_by property of this KnowledgeBase.
|
|
208
|
+
:type created_by: str
|
|
209
|
+
|
|
210
|
+
:param updated_by:
|
|
211
|
+
The value to assign to the updated_by property of this KnowledgeBase.
|
|
212
|
+
:type updated_by: str
|
|
213
|
+
|
|
214
|
+
:param current_processed_items:
|
|
215
|
+
The value to assign to the current_processed_items property of this KnowledgeBase.
|
|
216
|
+
:type current_processed_items: int
|
|
217
|
+
|
|
218
|
+
:param lifecycle_state:
|
|
219
|
+
The value to assign to the lifecycle_state property of this KnowledgeBase.
|
|
220
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "NEEDS_ATTENTION", "DELETED", "FAILED"
|
|
221
|
+
:type lifecycle_state: str
|
|
222
|
+
|
|
223
|
+
:param lifecycle_state_details:
|
|
224
|
+
The value to assign to the lifecycle_state_details property of this KnowledgeBase.
|
|
225
|
+
:type lifecycle_state_details: str
|
|
226
|
+
|
|
227
|
+
:param version:
|
|
228
|
+
The value to assign to the version property of this KnowledgeBase.
|
|
229
|
+
:type version: int
|
|
230
|
+
|
|
231
|
+
:param sources:
|
|
232
|
+
The value to assign to the sources property of this KnowledgeBase.
|
|
233
|
+
:type sources: list[oci.aidataplatform_dp.models.KnowledgeBaseSourceMetadataDetails]
|
|
234
|
+
|
|
235
|
+
:param index_details:
|
|
236
|
+
The value to assign to the index_details property of this KnowledgeBase.
|
|
237
|
+
:type index_details: oci.aidataplatform_dp.models.KnowledgeBaseVectorIndexDetails
|
|
238
|
+
|
|
239
|
+
:param system_tags:
|
|
240
|
+
The value to assign to the system_tags property of this KnowledgeBase.
|
|
241
|
+
:type system_tags: dict(str, dict(str, object))
|
|
242
|
+
|
|
243
|
+
"""
|
|
244
|
+
self.swagger_types = {
|
|
245
|
+
'key': 'str',
|
|
246
|
+
'display_name': 'str',
|
|
247
|
+
'description': 'str',
|
|
248
|
+
'catalog_key': 'str',
|
|
249
|
+
'schema_key': 'str',
|
|
250
|
+
'type': 'str',
|
|
251
|
+
'workspace_key': 'str',
|
|
252
|
+
'cluster_key': 'str',
|
|
253
|
+
'modality': 'str',
|
|
254
|
+
'embedding_model_source_type': 'str',
|
|
255
|
+
'embedding_model_name': 'str',
|
|
256
|
+
'vector_db_type': 'str',
|
|
257
|
+
'vector_table': 'str',
|
|
258
|
+
'doc_table': 'str',
|
|
259
|
+
'chunk_size': 'int',
|
|
260
|
+
'chunk_overlap': 'int',
|
|
261
|
+
'source_file_pattern': 'str',
|
|
262
|
+
'time_last_embedding': 'datetime',
|
|
263
|
+
'index_type': 'str',
|
|
264
|
+
'index_name': 'str',
|
|
265
|
+
'time_last_indexing': 'datetime',
|
|
266
|
+
'index_distance': 'str',
|
|
267
|
+
'index_target_accuracy': 'int',
|
|
268
|
+
'index_neighbor_partitions': 'int',
|
|
269
|
+
'index_neighbors': 'int',
|
|
270
|
+
'index_ef_construction': 'int',
|
|
271
|
+
'index_neighbor_partition_probes': 'int',
|
|
272
|
+
'time_created': 'datetime',
|
|
273
|
+
'time_updated': 'datetime',
|
|
274
|
+
'created_by': 'str',
|
|
275
|
+
'updated_by': 'str',
|
|
276
|
+
'current_processed_items': 'int',
|
|
277
|
+
'lifecycle_state': 'str',
|
|
278
|
+
'lifecycle_state_details': 'str',
|
|
279
|
+
'version': 'int',
|
|
280
|
+
'sources': 'list[KnowledgeBaseSourceMetadataDetails]',
|
|
281
|
+
'index_details': 'KnowledgeBaseVectorIndexDetails',
|
|
282
|
+
'system_tags': 'dict(str, dict(str, object))'
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
self.attribute_map = {
|
|
286
|
+
'key': 'key',
|
|
287
|
+
'display_name': 'displayName',
|
|
288
|
+
'description': 'description',
|
|
289
|
+
'catalog_key': 'catalogKey',
|
|
290
|
+
'schema_key': 'schemaKey',
|
|
291
|
+
'type': 'type',
|
|
292
|
+
'workspace_key': 'workspaceKey',
|
|
293
|
+
'cluster_key': 'clusterKey',
|
|
294
|
+
'modality': 'modality',
|
|
295
|
+
'embedding_model_source_type': 'embeddingModelSourceType',
|
|
296
|
+
'embedding_model_name': 'embeddingModelName',
|
|
297
|
+
'vector_db_type': 'vectorDbType',
|
|
298
|
+
'vector_table': 'vectorTable',
|
|
299
|
+
'doc_table': 'docTable',
|
|
300
|
+
'chunk_size': 'chunkSize',
|
|
301
|
+
'chunk_overlap': 'chunkOverlap',
|
|
302
|
+
'source_file_pattern': 'sourceFilePattern',
|
|
303
|
+
'time_last_embedding': 'timeLastEmbedding',
|
|
304
|
+
'index_type': 'indexType',
|
|
305
|
+
'index_name': 'indexName',
|
|
306
|
+
'time_last_indexing': 'timeLastIndexing',
|
|
307
|
+
'index_distance': 'indexDistance',
|
|
308
|
+
'index_target_accuracy': 'indexTargetAccuracy',
|
|
309
|
+
'index_neighbor_partitions': 'indexNeighborPartitions',
|
|
310
|
+
'index_neighbors': 'indexNeighbors',
|
|
311
|
+
'index_ef_construction': 'indexEfConstruction',
|
|
312
|
+
'index_neighbor_partition_probes': 'indexNeighborPartitionProbes',
|
|
313
|
+
'time_created': 'timeCreated',
|
|
314
|
+
'time_updated': 'timeUpdated',
|
|
315
|
+
'created_by': 'createdBy',
|
|
316
|
+
'updated_by': 'updatedBy',
|
|
317
|
+
'current_processed_items': 'currentProcessedItems',
|
|
318
|
+
'lifecycle_state': 'lifecycleState',
|
|
319
|
+
'lifecycle_state_details': 'lifecycleStateDetails',
|
|
320
|
+
'version': 'version',
|
|
321
|
+
'sources': 'sources',
|
|
322
|
+
'index_details': 'indexDetails',
|
|
323
|
+
'system_tags': 'systemTags'
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
self._key = None
|
|
327
|
+
self._display_name = None
|
|
328
|
+
self._description = None
|
|
329
|
+
self._catalog_key = None
|
|
330
|
+
self._schema_key = None
|
|
331
|
+
self._type = None
|
|
332
|
+
self._workspace_key = None
|
|
333
|
+
self._cluster_key = None
|
|
334
|
+
self._modality = None
|
|
335
|
+
self._embedding_model_source_type = None
|
|
336
|
+
self._embedding_model_name = None
|
|
337
|
+
self._vector_db_type = None
|
|
338
|
+
self._vector_table = None
|
|
339
|
+
self._doc_table = None
|
|
340
|
+
self._chunk_size = None
|
|
341
|
+
self._chunk_overlap = None
|
|
342
|
+
self._source_file_pattern = None
|
|
343
|
+
self._time_last_embedding = None
|
|
344
|
+
self._index_type = None
|
|
345
|
+
self._index_name = None
|
|
346
|
+
self._time_last_indexing = None
|
|
347
|
+
self._index_distance = None
|
|
348
|
+
self._index_target_accuracy = None
|
|
349
|
+
self._index_neighbor_partitions = None
|
|
350
|
+
self._index_neighbors = None
|
|
351
|
+
self._index_ef_construction = None
|
|
352
|
+
self._index_neighbor_partition_probes = None
|
|
353
|
+
self._time_created = None
|
|
354
|
+
self._time_updated = None
|
|
355
|
+
self._created_by = None
|
|
356
|
+
self._updated_by = None
|
|
357
|
+
self._current_processed_items = None
|
|
358
|
+
self._lifecycle_state = None
|
|
359
|
+
self._lifecycle_state_details = None
|
|
360
|
+
self._version = None
|
|
361
|
+
self._sources = None
|
|
362
|
+
self._index_details = None
|
|
363
|
+
self._system_tags = None
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
def key(self):
|
|
367
|
+
"""
|
|
368
|
+
**[Required]** Gets the key of this KnowledgeBase.
|
|
369
|
+
The Unique identifier for this KnowledgeBase resource
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
:return: The key of this KnowledgeBase.
|
|
373
|
+
:rtype: str
|
|
374
|
+
"""
|
|
375
|
+
return self._key
|
|
376
|
+
|
|
377
|
+
@key.setter
|
|
378
|
+
def key(self, key):
|
|
379
|
+
"""
|
|
380
|
+
Sets the key of this KnowledgeBase.
|
|
381
|
+
The Unique identifier for this KnowledgeBase resource
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
:param key: The key of this KnowledgeBase.
|
|
385
|
+
:type: str
|
|
386
|
+
"""
|
|
387
|
+
self._key = key
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
def display_name(self):
|
|
391
|
+
"""
|
|
392
|
+
**[Required]** Gets the display_name of this KnowledgeBase.
|
|
393
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
:return: The display_name of this KnowledgeBase.
|
|
397
|
+
:rtype: str
|
|
398
|
+
"""
|
|
399
|
+
return self._display_name
|
|
400
|
+
|
|
401
|
+
@display_name.setter
|
|
402
|
+
def display_name(self, display_name):
|
|
403
|
+
"""
|
|
404
|
+
Sets the display_name of this KnowledgeBase.
|
|
405
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
:param display_name: The display_name of this KnowledgeBase.
|
|
409
|
+
:type: str
|
|
410
|
+
"""
|
|
411
|
+
self._display_name = display_name
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
def description(self):
|
|
415
|
+
"""
|
|
416
|
+
Gets the description of this KnowledgeBase.
|
|
417
|
+
A user-friendly description about this KnowledgeBase resource
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
:return: The description of this KnowledgeBase.
|
|
421
|
+
:rtype: str
|
|
422
|
+
"""
|
|
423
|
+
return self._description
|
|
424
|
+
|
|
425
|
+
@description.setter
|
|
426
|
+
def description(self, description):
|
|
427
|
+
"""
|
|
428
|
+
Sets the description of this KnowledgeBase.
|
|
429
|
+
A user-friendly description about this KnowledgeBase resource
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
:param description: The description of this KnowledgeBase.
|
|
433
|
+
:type: str
|
|
434
|
+
"""
|
|
435
|
+
self._description = description
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
def catalog_key(self):
|
|
439
|
+
"""
|
|
440
|
+
**[Required]** Gets the catalog_key of this KnowledgeBase.
|
|
441
|
+
The key of the catalog containing the KnowledgeBase.
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
:return: The catalog_key of this KnowledgeBase.
|
|
445
|
+
:rtype: str
|
|
446
|
+
"""
|
|
447
|
+
return self._catalog_key
|
|
448
|
+
|
|
449
|
+
@catalog_key.setter
|
|
450
|
+
def catalog_key(self, catalog_key):
|
|
451
|
+
"""
|
|
452
|
+
Sets the catalog_key of this KnowledgeBase.
|
|
453
|
+
The key of the catalog containing the KnowledgeBase.
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
:param catalog_key: The catalog_key of this KnowledgeBase.
|
|
457
|
+
:type: str
|
|
458
|
+
"""
|
|
459
|
+
self._catalog_key = catalog_key
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
def schema_key(self):
|
|
463
|
+
"""
|
|
464
|
+
**[Required]** Gets the schema_key of this KnowledgeBase.
|
|
465
|
+
The key of the schema containing the KnowledgeBase.
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
:return: The schema_key of this KnowledgeBase.
|
|
469
|
+
:rtype: str
|
|
470
|
+
"""
|
|
471
|
+
return self._schema_key
|
|
472
|
+
|
|
473
|
+
@schema_key.setter
|
|
474
|
+
def schema_key(self, schema_key):
|
|
475
|
+
"""
|
|
476
|
+
Sets the schema_key of this KnowledgeBase.
|
|
477
|
+
The key of the schema containing the KnowledgeBase.
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
:param schema_key: The schema_key of this KnowledgeBase.
|
|
481
|
+
:type: str
|
|
482
|
+
"""
|
|
483
|
+
self._schema_key = schema_key
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
def type(self):
|
|
487
|
+
"""
|
|
488
|
+
Gets the type of this KnowledgeBase.
|
|
489
|
+
type of Knowledgebase
|
|
490
|
+
|
|
491
|
+
Allowed values for this property are: "NATIVE"
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
:return: The type of this KnowledgeBase.
|
|
495
|
+
:rtype: str
|
|
496
|
+
"""
|
|
497
|
+
return self._type
|
|
498
|
+
|
|
499
|
+
@type.setter
|
|
500
|
+
def type(self, type):
|
|
501
|
+
"""
|
|
502
|
+
Sets the type of this KnowledgeBase.
|
|
503
|
+
type of Knowledgebase
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
:param type: The type of this KnowledgeBase.
|
|
507
|
+
:type: str
|
|
508
|
+
"""
|
|
509
|
+
allowed_values = ["NATIVE"]
|
|
510
|
+
if not value_allowed_none_or_none_sentinel(type, allowed_values):
|
|
511
|
+
raise ValueError(
|
|
512
|
+
"Invalid value for `type`, must be None or one of {0}"
|
|
513
|
+
.format(allowed_values)
|
|
514
|
+
)
|
|
515
|
+
self._type = type
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
def workspace_key(self):
|
|
519
|
+
"""
|
|
520
|
+
**[Required]** Gets the workspace_key of this KnowledgeBase.
|
|
521
|
+
The id of the workspace associated with the KnowledgeBase.
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
:return: The workspace_key of this KnowledgeBase.
|
|
525
|
+
:rtype: str
|
|
526
|
+
"""
|
|
527
|
+
return self._workspace_key
|
|
528
|
+
|
|
529
|
+
@workspace_key.setter
|
|
530
|
+
def workspace_key(self, workspace_key):
|
|
531
|
+
"""
|
|
532
|
+
Sets the workspace_key of this KnowledgeBase.
|
|
533
|
+
The id of the workspace associated with the KnowledgeBase.
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
:param workspace_key: The workspace_key of this KnowledgeBase.
|
|
537
|
+
:type: str
|
|
538
|
+
"""
|
|
539
|
+
self._workspace_key = workspace_key
|
|
540
|
+
|
|
541
|
+
@property
|
|
542
|
+
def cluster_key(self):
|
|
543
|
+
"""
|
|
544
|
+
**[Required]** Gets the cluster_key of this KnowledgeBase.
|
|
545
|
+
The id of the cluster associated with the KnowledgeBase.
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
:return: The cluster_key of this KnowledgeBase.
|
|
549
|
+
:rtype: str
|
|
550
|
+
"""
|
|
551
|
+
return self._cluster_key
|
|
552
|
+
|
|
553
|
+
@cluster_key.setter
|
|
554
|
+
def cluster_key(self, cluster_key):
|
|
555
|
+
"""
|
|
556
|
+
Sets the cluster_key of this KnowledgeBase.
|
|
557
|
+
The id of the cluster associated with the KnowledgeBase.
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
:param cluster_key: The cluster_key of this KnowledgeBase.
|
|
561
|
+
:type: str
|
|
562
|
+
"""
|
|
563
|
+
self._cluster_key = cluster_key
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
def modality(self):
|
|
567
|
+
"""
|
|
568
|
+
Gets the modality of this KnowledgeBase.
|
|
569
|
+
Modality of the data in this Knowledgebase
|
|
570
|
+
|
|
571
|
+
Allowed values for this property are: "TEXT"
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
:return: The modality of this KnowledgeBase.
|
|
575
|
+
:rtype: str
|
|
576
|
+
"""
|
|
577
|
+
return self._modality
|
|
578
|
+
|
|
579
|
+
@modality.setter
|
|
580
|
+
def modality(self, modality):
|
|
581
|
+
"""
|
|
582
|
+
Sets the modality of this KnowledgeBase.
|
|
583
|
+
Modality of the data in this Knowledgebase
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
:param modality: The modality of this KnowledgeBase.
|
|
587
|
+
:type: str
|
|
588
|
+
"""
|
|
589
|
+
allowed_values = ["TEXT"]
|
|
590
|
+
if not value_allowed_none_or_none_sentinel(modality, allowed_values):
|
|
591
|
+
raise ValueError(
|
|
592
|
+
"Invalid value for `modality`, must be None or one of {0}"
|
|
593
|
+
.format(allowed_values)
|
|
594
|
+
)
|
|
595
|
+
self._modality = modality
|
|
596
|
+
|
|
597
|
+
@property
|
|
598
|
+
def embedding_model_source_type(self):
|
|
599
|
+
"""
|
|
600
|
+
Gets the embedding_model_source_type of this KnowledgeBase.
|
|
601
|
+
Information about where embedding model is located
|
|
602
|
+
|
|
603
|
+
Allowed values for this property are: "ADW_23_AI", "ADW_26_AI", "GEN_AI"
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
:return: The embedding_model_source_type of this KnowledgeBase.
|
|
607
|
+
:rtype: str
|
|
608
|
+
"""
|
|
609
|
+
return self._embedding_model_source_type
|
|
610
|
+
|
|
611
|
+
@embedding_model_source_type.setter
|
|
612
|
+
def embedding_model_source_type(self, embedding_model_source_type):
|
|
613
|
+
"""
|
|
614
|
+
Sets the embedding_model_source_type of this KnowledgeBase.
|
|
615
|
+
Information about where embedding model is located
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
:param embedding_model_source_type: The embedding_model_source_type of this KnowledgeBase.
|
|
619
|
+
:type: str
|
|
620
|
+
"""
|
|
621
|
+
allowed_values = ["ADW_23_AI", "ADW_26_AI", "GEN_AI"]
|
|
622
|
+
if not value_allowed_none_or_none_sentinel(embedding_model_source_type, allowed_values):
|
|
623
|
+
raise ValueError(
|
|
624
|
+
"Invalid value for `embedding_model_source_type`, must be None or one of {0}"
|
|
625
|
+
.format(allowed_values)
|
|
626
|
+
)
|
|
627
|
+
self._embedding_model_source_type = embedding_model_source_type
|
|
628
|
+
|
|
629
|
+
@property
|
|
630
|
+
def embedding_model_name(self):
|
|
631
|
+
"""
|
|
632
|
+
Gets the embedding_model_name of this KnowledgeBase.
|
|
633
|
+
Name of the embedding model
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
:return: The embedding_model_name of this KnowledgeBase.
|
|
637
|
+
:rtype: str
|
|
638
|
+
"""
|
|
639
|
+
return self._embedding_model_name
|
|
640
|
+
|
|
641
|
+
@embedding_model_name.setter
|
|
642
|
+
def embedding_model_name(self, embedding_model_name):
|
|
643
|
+
"""
|
|
644
|
+
Sets the embedding_model_name of this KnowledgeBase.
|
|
645
|
+
Name of the embedding model
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
:param embedding_model_name: The embedding_model_name of this KnowledgeBase.
|
|
649
|
+
:type: str
|
|
650
|
+
"""
|
|
651
|
+
self._embedding_model_name = embedding_model_name
|
|
652
|
+
|
|
653
|
+
@property
|
|
654
|
+
def vector_db_type(self):
|
|
655
|
+
"""
|
|
656
|
+
Gets the vector_db_type of this KnowledgeBase.
|
|
657
|
+
Information about where embeddings of data are located
|
|
658
|
+
|
|
659
|
+
Allowed values for this property are: "ADW_23_AI", "ADW_26_AI"
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
:return: The vector_db_type of this KnowledgeBase.
|
|
663
|
+
:rtype: str
|
|
664
|
+
"""
|
|
665
|
+
return self._vector_db_type
|
|
666
|
+
|
|
667
|
+
@vector_db_type.setter
|
|
668
|
+
def vector_db_type(self, vector_db_type):
|
|
669
|
+
"""
|
|
670
|
+
Sets the vector_db_type of this KnowledgeBase.
|
|
671
|
+
Information about where embeddings of data are located
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
:param vector_db_type: The vector_db_type of this KnowledgeBase.
|
|
675
|
+
:type: str
|
|
676
|
+
"""
|
|
677
|
+
allowed_values = ["ADW_23_AI", "ADW_26_AI"]
|
|
678
|
+
if not value_allowed_none_or_none_sentinel(vector_db_type, allowed_values):
|
|
679
|
+
raise ValueError(
|
|
680
|
+
"Invalid value for `vector_db_type`, must be None or one of {0}"
|
|
681
|
+
.format(allowed_values)
|
|
682
|
+
)
|
|
683
|
+
self._vector_db_type = vector_db_type
|
|
684
|
+
|
|
685
|
+
@property
|
|
686
|
+
def vector_table(self):
|
|
687
|
+
"""
|
|
688
|
+
Gets the vector_table of this KnowledgeBase.
|
|
689
|
+
Name of the embedding table
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
:return: The vector_table of this KnowledgeBase.
|
|
693
|
+
:rtype: str
|
|
694
|
+
"""
|
|
695
|
+
return self._vector_table
|
|
696
|
+
|
|
697
|
+
@vector_table.setter
|
|
698
|
+
def vector_table(self, vector_table):
|
|
699
|
+
"""
|
|
700
|
+
Sets the vector_table of this KnowledgeBase.
|
|
701
|
+
Name of the embedding table
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
:param vector_table: The vector_table of this KnowledgeBase.
|
|
705
|
+
:type: str
|
|
706
|
+
"""
|
|
707
|
+
self._vector_table = vector_table
|
|
708
|
+
|
|
709
|
+
@property
|
|
710
|
+
def doc_table(self):
|
|
711
|
+
"""
|
|
712
|
+
Gets the doc_table of this KnowledgeBase.
|
|
713
|
+
Name of the table to track documents/records for which embeddings are generated
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
:return: The doc_table of this KnowledgeBase.
|
|
717
|
+
:rtype: str
|
|
718
|
+
"""
|
|
719
|
+
return self._doc_table
|
|
720
|
+
|
|
721
|
+
@doc_table.setter
|
|
722
|
+
def doc_table(self, doc_table):
|
|
723
|
+
"""
|
|
724
|
+
Sets the doc_table of this KnowledgeBase.
|
|
725
|
+
Name of the table to track documents/records for which embeddings are generated
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
:param doc_table: The doc_table of this KnowledgeBase.
|
|
729
|
+
:type: str
|
|
730
|
+
"""
|
|
731
|
+
self._doc_table = doc_table
|
|
732
|
+
|
|
733
|
+
@property
|
|
734
|
+
def chunk_size(self):
|
|
735
|
+
"""
|
|
736
|
+
Gets the chunk_size of this KnowledgeBase.
|
|
737
|
+
Chunk size at KnowledgeBase level which can be overridden by source level settings
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
:return: The chunk_size of this KnowledgeBase.
|
|
741
|
+
:rtype: int
|
|
742
|
+
"""
|
|
743
|
+
return self._chunk_size
|
|
744
|
+
|
|
745
|
+
@chunk_size.setter
|
|
746
|
+
def chunk_size(self, chunk_size):
|
|
747
|
+
"""
|
|
748
|
+
Sets the chunk_size of this KnowledgeBase.
|
|
749
|
+
Chunk size at KnowledgeBase level which can be overridden by source level settings
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
:param chunk_size: The chunk_size of this KnowledgeBase.
|
|
753
|
+
:type: int
|
|
754
|
+
"""
|
|
755
|
+
self._chunk_size = chunk_size
|
|
756
|
+
|
|
757
|
+
@property
|
|
758
|
+
def chunk_overlap(self):
|
|
759
|
+
"""
|
|
760
|
+
Gets the chunk_overlap of this KnowledgeBase.
|
|
761
|
+
Chunk Overlap at KnowledgeBase level which can be overridden by source level settings
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
:return: The chunk_overlap of this KnowledgeBase.
|
|
765
|
+
:rtype: int
|
|
766
|
+
"""
|
|
767
|
+
return self._chunk_overlap
|
|
768
|
+
|
|
769
|
+
@chunk_overlap.setter
|
|
770
|
+
def chunk_overlap(self, chunk_overlap):
|
|
771
|
+
"""
|
|
772
|
+
Sets the chunk_overlap of this KnowledgeBase.
|
|
773
|
+
Chunk Overlap at KnowledgeBase level which can be overridden by source level settings
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
:param chunk_overlap: The chunk_overlap of this KnowledgeBase.
|
|
777
|
+
:type: int
|
|
778
|
+
"""
|
|
779
|
+
self._chunk_overlap = chunk_overlap
|
|
780
|
+
|
|
781
|
+
@property
|
|
782
|
+
def source_file_pattern(self):
|
|
783
|
+
"""
|
|
784
|
+
Gets the source_file_pattern of this KnowledgeBase.
|
|
785
|
+
Applicable for Native KnowledgeBase where source type is KnowledgeBase
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
:return: The source_file_pattern of this KnowledgeBase.
|
|
789
|
+
:rtype: str
|
|
790
|
+
"""
|
|
791
|
+
return self._source_file_pattern
|
|
792
|
+
|
|
793
|
+
@source_file_pattern.setter
|
|
794
|
+
def source_file_pattern(self, source_file_pattern):
|
|
795
|
+
"""
|
|
796
|
+
Sets the source_file_pattern of this KnowledgeBase.
|
|
797
|
+
Applicable for Native KnowledgeBase where source type is KnowledgeBase
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
:param source_file_pattern: The source_file_pattern of this KnowledgeBase.
|
|
801
|
+
:type: str
|
|
802
|
+
"""
|
|
803
|
+
self._source_file_pattern = source_file_pattern
|
|
804
|
+
|
|
805
|
+
@property
|
|
806
|
+
def time_last_embedding(self):
|
|
807
|
+
"""
|
|
808
|
+
Gets the time_last_embedding of this KnowledgeBase.
|
|
809
|
+
Timestamp for last job run
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
:return: The time_last_embedding of this KnowledgeBase.
|
|
813
|
+
:rtype: datetime
|
|
814
|
+
"""
|
|
815
|
+
return self._time_last_embedding
|
|
816
|
+
|
|
817
|
+
@time_last_embedding.setter
|
|
818
|
+
def time_last_embedding(self, time_last_embedding):
|
|
819
|
+
"""
|
|
820
|
+
Sets the time_last_embedding of this KnowledgeBase.
|
|
821
|
+
Timestamp for last job run
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
:param time_last_embedding: The time_last_embedding of this KnowledgeBase.
|
|
825
|
+
:type: datetime
|
|
826
|
+
"""
|
|
827
|
+
self._time_last_embedding = time_last_embedding
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
def index_type(self):
|
|
831
|
+
"""
|
|
832
|
+
Gets the index_type of this KnowledgeBase.
|
|
833
|
+
Type of Index if present, supported types:
|
|
834
|
+
* HNSW (Hierarchical Navigable Small World)
|
|
835
|
+
* IVF (Inverted File)
|
|
836
|
+
|
|
837
|
+
Allowed values for this property are: "HNSW", "IVF"
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
:return: The index_type of this KnowledgeBase.
|
|
841
|
+
:rtype: str
|
|
842
|
+
"""
|
|
843
|
+
return self._index_type
|
|
844
|
+
|
|
845
|
+
@index_type.setter
|
|
846
|
+
def index_type(self, index_type):
|
|
847
|
+
"""
|
|
848
|
+
Sets the index_type of this KnowledgeBase.
|
|
849
|
+
Type of Index if present, supported types:
|
|
850
|
+
* HNSW (Hierarchical Navigable Small World)
|
|
851
|
+
* IVF (Inverted File)
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
:param index_type: The index_type of this KnowledgeBase.
|
|
855
|
+
:type: str
|
|
856
|
+
"""
|
|
857
|
+
allowed_values = ["HNSW", "IVF"]
|
|
858
|
+
if not value_allowed_none_or_none_sentinel(index_type, allowed_values):
|
|
859
|
+
raise ValueError(
|
|
860
|
+
"Invalid value for `index_type`, must be None or one of {0}"
|
|
861
|
+
.format(allowed_values)
|
|
862
|
+
)
|
|
863
|
+
self._index_type = index_type
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
def index_name(self):
|
|
867
|
+
"""
|
|
868
|
+
Gets the index_name of this KnowledgeBase.
|
|
869
|
+
Name of Index if present
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
:return: The index_name of this KnowledgeBase.
|
|
873
|
+
:rtype: str
|
|
874
|
+
"""
|
|
875
|
+
return self._index_name
|
|
876
|
+
|
|
877
|
+
@index_name.setter
|
|
878
|
+
def index_name(self, index_name):
|
|
879
|
+
"""
|
|
880
|
+
Sets the index_name of this KnowledgeBase.
|
|
881
|
+
Name of Index if present
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
:param index_name: The index_name of this KnowledgeBase.
|
|
885
|
+
:type: str
|
|
886
|
+
"""
|
|
887
|
+
self._index_name = index_name
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
def time_last_indexing(self):
|
|
891
|
+
"""
|
|
892
|
+
Gets the time_last_indexing of this KnowledgeBase.
|
|
893
|
+
Timestamp for last index
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
:return: The time_last_indexing of this KnowledgeBase.
|
|
897
|
+
:rtype: datetime
|
|
898
|
+
"""
|
|
899
|
+
return self._time_last_indexing
|
|
900
|
+
|
|
901
|
+
@time_last_indexing.setter
|
|
902
|
+
def time_last_indexing(self, time_last_indexing):
|
|
903
|
+
"""
|
|
904
|
+
Sets the time_last_indexing of this KnowledgeBase.
|
|
905
|
+
Timestamp for last index
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
:param time_last_indexing: The time_last_indexing of this KnowledgeBase.
|
|
909
|
+
:type: datetime
|
|
910
|
+
"""
|
|
911
|
+
self._time_last_indexing = time_last_indexing
|
|
912
|
+
|
|
913
|
+
@property
|
|
914
|
+
def index_distance(self):
|
|
915
|
+
"""
|
|
916
|
+
Gets the index_distance of this KnowledgeBase.
|
|
917
|
+
Distance metric for the vector index
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
:return: The index_distance of this KnowledgeBase.
|
|
921
|
+
:rtype: str
|
|
922
|
+
"""
|
|
923
|
+
return self._index_distance
|
|
924
|
+
|
|
925
|
+
@index_distance.setter
|
|
926
|
+
def index_distance(self, index_distance):
|
|
927
|
+
"""
|
|
928
|
+
Sets the index_distance of this KnowledgeBase.
|
|
929
|
+
Distance metric for the vector index
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
:param index_distance: The index_distance of this KnowledgeBase.
|
|
933
|
+
:type: str
|
|
934
|
+
"""
|
|
935
|
+
self._index_distance = index_distance
|
|
936
|
+
|
|
937
|
+
@property
|
|
938
|
+
def index_target_accuracy(self):
|
|
939
|
+
"""
|
|
940
|
+
Gets the index_target_accuracy of this KnowledgeBase.
|
|
941
|
+
Target accuracy percentage for the index (1-100)
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
:return: The index_target_accuracy of this KnowledgeBase.
|
|
945
|
+
:rtype: int
|
|
946
|
+
"""
|
|
947
|
+
return self._index_target_accuracy
|
|
948
|
+
|
|
949
|
+
@index_target_accuracy.setter
|
|
950
|
+
def index_target_accuracy(self, index_target_accuracy):
|
|
951
|
+
"""
|
|
952
|
+
Sets the index_target_accuracy of this KnowledgeBase.
|
|
953
|
+
Target accuracy percentage for the index (1-100)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
:param index_target_accuracy: The index_target_accuracy of this KnowledgeBase.
|
|
957
|
+
:type: int
|
|
958
|
+
"""
|
|
959
|
+
self._index_target_accuracy = index_target_accuracy
|
|
960
|
+
|
|
961
|
+
@property
|
|
962
|
+
def index_neighbor_partitions(self):
|
|
963
|
+
"""
|
|
964
|
+
Gets the index_neighbor_partitions of this KnowledgeBase.
|
|
965
|
+
Number of partitions (clusters) for IVF index
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
:return: The index_neighbor_partitions of this KnowledgeBase.
|
|
969
|
+
:rtype: int
|
|
970
|
+
"""
|
|
971
|
+
return self._index_neighbor_partitions
|
|
972
|
+
|
|
973
|
+
@index_neighbor_partitions.setter
|
|
974
|
+
def index_neighbor_partitions(self, index_neighbor_partitions):
|
|
975
|
+
"""
|
|
976
|
+
Sets the index_neighbor_partitions of this KnowledgeBase.
|
|
977
|
+
Number of partitions (clusters) for IVF index
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
:param index_neighbor_partitions: The index_neighbor_partitions of this KnowledgeBase.
|
|
981
|
+
:type: int
|
|
982
|
+
"""
|
|
983
|
+
self._index_neighbor_partitions = index_neighbor_partitions
|
|
984
|
+
|
|
985
|
+
@property
|
|
986
|
+
def index_neighbors(self):
|
|
987
|
+
"""
|
|
988
|
+
Gets the index_neighbors of this KnowledgeBase.
|
|
989
|
+
Maximum number of neighbors for HNSW index
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
:return: The index_neighbors of this KnowledgeBase.
|
|
993
|
+
:rtype: int
|
|
994
|
+
"""
|
|
995
|
+
return self._index_neighbors
|
|
996
|
+
|
|
997
|
+
@index_neighbors.setter
|
|
998
|
+
def index_neighbors(self, index_neighbors):
|
|
999
|
+
"""
|
|
1000
|
+
Sets the index_neighbors of this KnowledgeBase.
|
|
1001
|
+
Maximum number of neighbors for HNSW index
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
:param index_neighbors: The index_neighbors of this KnowledgeBase.
|
|
1005
|
+
:type: int
|
|
1006
|
+
"""
|
|
1007
|
+
self._index_neighbors = index_neighbors
|
|
1008
|
+
|
|
1009
|
+
@property
|
|
1010
|
+
def index_ef_construction(self):
|
|
1011
|
+
"""
|
|
1012
|
+
Gets the index_ef_construction of this KnowledgeBase.
|
|
1013
|
+
Maximum number of closest vector candidates for HNSW index construction
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
:return: The index_ef_construction of this KnowledgeBase.
|
|
1017
|
+
:rtype: int
|
|
1018
|
+
"""
|
|
1019
|
+
return self._index_ef_construction
|
|
1020
|
+
|
|
1021
|
+
@index_ef_construction.setter
|
|
1022
|
+
def index_ef_construction(self, index_ef_construction):
|
|
1023
|
+
"""
|
|
1024
|
+
Sets the index_ef_construction of this KnowledgeBase.
|
|
1025
|
+
Maximum number of closest vector candidates for HNSW index construction
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
:param index_ef_construction: The index_ef_construction of this KnowledgeBase.
|
|
1029
|
+
:type: int
|
|
1030
|
+
"""
|
|
1031
|
+
self._index_ef_construction = index_ef_construction
|
|
1032
|
+
|
|
1033
|
+
@property
|
|
1034
|
+
def index_neighbor_partition_probes(self):
|
|
1035
|
+
"""
|
|
1036
|
+
Gets the index_neighbor_partition_probes of this KnowledgeBase.
|
|
1037
|
+
Maximum number of partitions to probe for IVF index
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
:return: The index_neighbor_partition_probes of this KnowledgeBase.
|
|
1041
|
+
:rtype: int
|
|
1042
|
+
"""
|
|
1043
|
+
return self._index_neighbor_partition_probes
|
|
1044
|
+
|
|
1045
|
+
@index_neighbor_partition_probes.setter
|
|
1046
|
+
def index_neighbor_partition_probes(self, index_neighbor_partition_probes):
|
|
1047
|
+
"""
|
|
1048
|
+
Sets the index_neighbor_partition_probes of this KnowledgeBase.
|
|
1049
|
+
Maximum number of partitions to probe for IVF index
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
:param index_neighbor_partition_probes: The index_neighbor_partition_probes of this KnowledgeBase.
|
|
1053
|
+
:type: int
|
|
1054
|
+
"""
|
|
1055
|
+
self._index_neighbor_partition_probes = index_neighbor_partition_probes
|
|
1056
|
+
|
|
1057
|
+
@property
|
|
1058
|
+
def time_created(self):
|
|
1059
|
+
"""
|
|
1060
|
+
**[Required]** Gets the time_created of this KnowledgeBase.
|
|
1061
|
+
Timestamp when KnowledgeBase was created
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
:return: The time_created of this KnowledgeBase.
|
|
1065
|
+
:rtype: datetime
|
|
1066
|
+
"""
|
|
1067
|
+
return self._time_created
|
|
1068
|
+
|
|
1069
|
+
@time_created.setter
|
|
1070
|
+
def time_created(self, time_created):
|
|
1071
|
+
"""
|
|
1072
|
+
Sets the time_created of this KnowledgeBase.
|
|
1073
|
+
Timestamp when KnowledgeBase was created
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
:param time_created: The time_created of this KnowledgeBase.
|
|
1077
|
+
:type: datetime
|
|
1078
|
+
"""
|
|
1079
|
+
self._time_created = time_created
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
def time_updated(self):
|
|
1083
|
+
"""
|
|
1084
|
+
Gets the time_updated of this KnowledgeBase.
|
|
1085
|
+
Timestamp when KnowledgeBase was updated
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
:return: The time_updated of this KnowledgeBase.
|
|
1089
|
+
:rtype: datetime
|
|
1090
|
+
"""
|
|
1091
|
+
return self._time_updated
|
|
1092
|
+
|
|
1093
|
+
@time_updated.setter
|
|
1094
|
+
def time_updated(self, time_updated):
|
|
1095
|
+
"""
|
|
1096
|
+
Sets the time_updated of this KnowledgeBase.
|
|
1097
|
+
Timestamp when KnowledgeBase was updated
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
:param time_updated: The time_updated of this KnowledgeBase.
|
|
1101
|
+
:type: datetime
|
|
1102
|
+
"""
|
|
1103
|
+
self._time_updated = time_updated
|
|
1104
|
+
|
|
1105
|
+
@property
|
|
1106
|
+
def created_by(self):
|
|
1107
|
+
"""
|
|
1108
|
+
**[Required]** Gets the created_by of this KnowledgeBase.
|
|
1109
|
+
Identifier for KnowledgeBase creator
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
:return: The created_by of this KnowledgeBase.
|
|
1113
|
+
:rtype: str
|
|
1114
|
+
"""
|
|
1115
|
+
return self._created_by
|
|
1116
|
+
|
|
1117
|
+
@created_by.setter
|
|
1118
|
+
def created_by(self, created_by):
|
|
1119
|
+
"""
|
|
1120
|
+
Sets the created_by of this KnowledgeBase.
|
|
1121
|
+
Identifier for KnowledgeBase creator
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
:param created_by: The created_by of this KnowledgeBase.
|
|
1125
|
+
:type: str
|
|
1126
|
+
"""
|
|
1127
|
+
self._created_by = created_by
|
|
1128
|
+
|
|
1129
|
+
@property
|
|
1130
|
+
def updated_by(self):
|
|
1131
|
+
"""
|
|
1132
|
+
Gets the updated_by of this KnowledgeBase.
|
|
1133
|
+
Identifier for principal who updated the KnowledgeBase
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
:return: The updated_by of this KnowledgeBase.
|
|
1137
|
+
:rtype: str
|
|
1138
|
+
"""
|
|
1139
|
+
return self._updated_by
|
|
1140
|
+
|
|
1141
|
+
@updated_by.setter
|
|
1142
|
+
def updated_by(self, updated_by):
|
|
1143
|
+
"""
|
|
1144
|
+
Sets the updated_by of this KnowledgeBase.
|
|
1145
|
+
Identifier for principal who updated the KnowledgeBase
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
:param updated_by: The updated_by of this KnowledgeBase.
|
|
1149
|
+
:type: str
|
|
1150
|
+
"""
|
|
1151
|
+
self._updated_by = updated_by
|
|
1152
|
+
|
|
1153
|
+
@property
|
|
1154
|
+
def current_processed_items(self):
|
|
1155
|
+
"""
|
|
1156
|
+
Gets the current_processed_items of this KnowledgeBase.
|
|
1157
|
+
Count of items/documents processed by KB for which embeddings are present
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
:return: The current_processed_items of this KnowledgeBase.
|
|
1161
|
+
:rtype: int
|
|
1162
|
+
"""
|
|
1163
|
+
return self._current_processed_items
|
|
1164
|
+
|
|
1165
|
+
@current_processed_items.setter
|
|
1166
|
+
def current_processed_items(self, current_processed_items):
|
|
1167
|
+
"""
|
|
1168
|
+
Sets the current_processed_items of this KnowledgeBase.
|
|
1169
|
+
Count of items/documents processed by KB for which embeddings are present
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
:param current_processed_items: The current_processed_items of this KnowledgeBase.
|
|
1173
|
+
:type: int
|
|
1174
|
+
"""
|
|
1175
|
+
self._current_processed_items = current_processed_items
|
|
1176
|
+
|
|
1177
|
+
@property
|
|
1178
|
+
def lifecycle_state(self):
|
|
1179
|
+
"""
|
|
1180
|
+
Gets the lifecycle_state of this KnowledgeBase.
|
|
1181
|
+
Lifecycle of KnowledgeBase
|
|
1182
|
+
|
|
1183
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "NEEDS_ATTENTION", "DELETED", "FAILED"
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
:return: The lifecycle_state of this KnowledgeBase.
|
|
1187
|
+
:rtype: str
|
|
1188
|
+
"""
|
|
1189
|
+
return self._lifecycle_state
|
|
1190
|
+
|
|
1191
|
+
@lifecycle_state.setter
|
|
1192
|
+
def lifecycle_state(self, lifecycle_state):
|
|
1193
|
+
"""
|
|
1194
|
+
Sets the lifecycle_state of this KnowledgeBase.
|
|
1195
|
+
Lifecycle of KnowledgeBase
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
:param lifecycle_state: The lifecycle_state of this KnowledgeBase.
|
|
1199
|
+
:type: str
|
|
1200
|
+
"""
|
|
1201
|
+
allowed_values = ["CREATING", "ACTIVE", "UPDATING", "DELETING", "NEEDS_ATTENTION", "DELETED", "FAILED"]
|
|
1202
|
+
if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
|
|
1203
|
+
raise ValueError(
|
|
1204
|
+
"Invalid value for `lifecycle_state`, must be None or one of {0}"
|
|
1205
|
+
.format(allowed_values)
|
|
1206
|
+
)
|
|
1207
|
+
self._lifecycle_state = lifecycle_state
|
|
1208
|
+
|
|
1209
|
+
@property
|
|
1210
|
+
def lifecycle_state_details(self):
|
|
1211
|
+
"""
|
|
1212
|
+
Gets the lifecycle_state_details of this KnowledgeBase.
|
|
1213
|
+
Additional information about the current state of KnowledgeBase
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
:return: The lifecycle_state_details of this KnowledgeBase.
|
|
1217
|
+
:rtype: str
|
|
1218
|
+
"""
|
|
1219
|
+
return self._lifecycle_state_details
|
|
1220
|
+
|
|
1221
|
+
@lifecycle_state_details.setter
|
|
1222
|
+
def lifecycle_state_details(self, lifecycle_state_details):
|
|
1223
|
+
"""
|
|
1224
|
+
Sets the lifecycle_state_details of this KnowledgeBase.
|
|
1225
|
+
Additional information about the current state of KnowledgeBase
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
:param lifecycle_state_details: The lifecycle_state_details of this KnowledgeBase.
|
|
1229
|
+
:type: str
|
|
1230
|
+
"""
|
|
1231
|
+
self._lifecycle_state_details = lifecycle_state_details
|
|
1232
|
+
|
|
1233
|
+
@property
|
|
1234
|
+
def version(self):
|
|
1235
|
+
"""
|
|
1236
|
+
Gets the version of this KnowledgeBase.
|
|
1237
|
+
Version to track schemas of Embedding and Doc table
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
:return: The version of this KnowledgeBase.
|
|
1241
|
+
:rtype: int
|
|
1242
|
+
"""
|
|
1243
|
+
return self._version
|
|
1244
|
+
|
|
1245
|
+
@version.setter
|
|
1246
|
+
def version(self, version):
|
|
1247
|
+
"""
|
|
1248
|
+
Sets the version of this KnowledgeBase.
|
|
1249
|
+
Version to track schemas of Embedding and Doc table
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
:param version: The version of this KnowledgeBase.
|
|
1253
|
+
:type: int
|
|
1254
|
+
"""
|
|
1255
|
+
self._version = version
|
|
1256
|
+
|
|
1257
|
+
@property
|
|
1258
|
+
def sources(self):
|
|
1259
|
+
"""
|
|
1260
|
+
Gets the sources of this KnowledgeBase.
|
|
1261
|
+
Source information
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
:return: The sources of this KnowledgeBase.
|
|
1265
|
+
:rtype: list[oci.aidataplatform_dp.models.KnowledgeBaseSourceMetadataDetails]
|
|
1266
|
+
"""
|
|
1267
|
+
return self._sources
|
|
1268
|
+
|
|
1269
|
+
@sources.setter
|
|
1270
|
+
def sources(self, sources):
|
|
1271
|
+
"""
|
|
1272
|
+
Sets the sources of this KnowledgeBase.
|
|
1273
|
+
Source information
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
:param sources: The sources of this KnowledgeBase.
|
|
1277
|
+
:type: list[oci.aidataplatform_dp.models.KnowledgeBaseSourceMetadataDetails]
|
|
1278
|
+
"""
|
|
1279
|
+
self._sources = sources
|
|
1280
|
+
|
|
1281
|
+
@property
|
|
1282
|
+
def index_details(self):
|
|
1283
|
+
"""
|
|
1284
|
+
Gets the index_details of this KnowledgeBase.
|
|
1285
|
+
|
|
1286
|
+
:return: The index_details of this KnowledgeBase.
|
|
1287
|
+
:rtype: oci.aidataplatform_dp.models.KnowledgeBaseVectorIndexDetails
|
|
1288
|
+
"""
|
|
1289
|
+
return self._index_details
|
|
1290
|
+
|
|
1291
|
+
@index_details.setter
|
|
1292
|
+
def index_details(self, index_details):
|
|
1293
|
+
"""
|
|
1294
|
+
Sets the index_details of this KnowledgeBase.
|
|
1295
|
+
|
|
1296
|
+
:param index_details: The index_details of this KnowledgeBase.
|
|
1297
|
+
:type: oci.aidataplatform_dp.models.KnowledgeBaseVectorIndexDetails
|
|
1298
|
+
"""
|
|
1299
|
+
self._index_details = index_details
|
|
1300
|
+
|
|
1301
|
+
@property
|
|
1302
|
+
def system_tags(self):
|
|
1303
|
+
"""
|
|
1304
|
+
Gets the system_tags of this KnowledgeBase.
|
|
1305
|
+
System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
1306
|
+
|
|
1307
|
+
Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
:return: The system_tags of this KnowledgeBase.
|
|
1311
|
+
:rtype: dict(str, dict(str, object))
|
|
1312
|
+
"""
|
|
1313
|
+
return self._system_tags
|
|
1314
|
+
|
|
1315
|
+
@system_tags.setter
|
|
1316
|
+
def system_tags(self, system_tags):
|
|
1317
|
+
"""
|
|
1318
|
+
Sets the system_tags of this KnowledgeBase.
|
|
1319
|
+
System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
1320
|
+
|
|
1321
|
+
Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
:param system_tags: The system_tags of this KnowledgeBase.
|
|
1325
|
+
:type: dict(str, dict(str, object))
|
|
1326
|
+
"""
|
|
1327
|
+
self._system_tags = system_tags
|
|
1328
|
+
|
|
1329
|
+
def __repr__(self):
|
|
1330
|
+
return formatted_flat_dict(self)
|
|
1331
|
+
|
|
1332
|
+
def __eq__(self, other):
|
|
1333
|
+
if other is None:
|
|
1334
|
+
return False
|
|
1335
|
+
|
|
1336
|
+
return self.__dict__ == other.__dict__
|
|
1337
|
+
|
|
1338
|
+
def __ne__(self, other):
|
|
1339
|
+
return not self == other
|