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,1199 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
from __future__ import absolute_import
|
|
6
|
+
|
|
7
|
+
from oci._vendor import requests # noqa: F401
|
|
8
|
+
from oci._vendor import six
|
|
9
|
+
|
|
10
|
+
from oci import retry # noqa: F401
|
|
11
|
+
from oci.base_client import BaseClient
|
|
12
|
+
from oci.config import get_config_value_or_default, validate_config
|
|
13
|
+
from oci.signer import Signer
|
|
14
|
+
from oci.util import Sentinel, get_signer_from_authentication_type, AUTHENTICATION_TYPE_FIELD_NAME
|
|
15
|
+
from .models import aidataplatform_dp_type_mapping
|
|
16
|
+
missing = Sentinel("Missing")
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class NotebookClient(object):
|
|
20
|
+
"""
|
|
21
|
+
Use the AI Data Platform Data Plane API to manage workspaces and objects in the workspace.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
def __init__(self, config, **kwargs):
|
|
25
|
+
"""
|
|
26
|
+
Creates a new service client
|
|
27
|
+
|
|
28
|
+
:param dict config:
|
|
29
|
+
Configuration keys and values as per `SDK and Tool Configuration <https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm>`__.
|
|
30
|
+
The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
|
|
31
|
+
the dict using :py:meth:`~oci.config.validate_config`
|
|
32
|
+
|
|
33
|
+
:param str service_endpoint: (optional)
|
|
34
|
+
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
|
|
35
|
+
not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
|
|
36
|
+
need to specify a service endpoint.
|
|
37
|
+
|
|
38
|
+
:param timeout: (optional)
|
|
39
|
+
The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided
|
|
40
|
+
as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If
|
|
41
|
+
a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout.
|
|
42
|
+
:type timeout: float or tuple(float, float)
|
|
43
|
+
|
|
44
|
+
:param signer: (optional)
|
|
45
|
+
The signer to use when signing requests made by the service client. The default is to use a :py:class:`~oci.signer.Signer` based on the values
|
|
46
|
+
provided in the config parameter.
|
|
47
|
+
|
|
48
|
+
One use case for this parameter is for `Instance Principals authentication <https://docs.cloud.oracle.com/Content/Identity/Tasks/callingservicesfrominstances.htm>`__
|
|
49
|
+
by passing an instance of :py:class:`~oci.auth.signers.InstancePrincipalsSecurityTokenSigner` as the value for this keyword argument
|
|
50
|
+
:type signer: :py:class:`~oci.signer.AbstractBaseSigner`
|
|
51
|
+
|
|
52
|
+
:param obj retry_strategy: (optional)
|
|
53
|
+
A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default.
|
|
54
|
+
Retry strategies can also be applied at the operation level by passing a ``retry_strategy`` keyword argument as part of calling the operation.
|
|
55
|
+
Any value provided at the operation level will override whatever is specified at the client level.
|
|
56
|
+
|
|
57
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
58
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
59
|
+
"""
|
|
60
|
+
validate_config(config, signer=kwargs.get('signer'))
|
|
61
|
+
if 'signer' in kwargs:
|
|
62
|
+
signer = kwargs['signer']
|
|
63
|
+
|
|
64
|
+
elif AUTHENTICATION_TYPE_FIELD_NAME in config:
|
|
65
|
+
signer = get_signer_from_authentication_type(config)
|
|
66
|
+
|
|
67
|
+
else:
|
|
68
|
+
signer = Signer(
|
|
69
|
+
tenancy=config["tenancy"],
|
|
70
|
+
user=config["user"],
|
|
71
|
+
fingerprint=config["fingerprint"],
|
|
72
|
+
private_key_file_location=config.get("key_file"),
|
|
73
|
+
pass_phrase=get_config_value_or_default(config, "pass_phrase"),
|
|
74
|
+
private_key_content=config.get("key_content")
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
base_client_init_kwargs = {
|
|
78
|
+
'regional_client': True,
|
|
79
|
+
'service_endpoint': kwargs.get('service_endpoint'),
|
|
80
|
+
'timeout': kwargs.get('timeout'),
|
|
81
|
+
'base_path': '/20260430',
|
|
82
|
+
'service_endpoint_template': 'https://datalake.{region}.oci.{secondLevelDomain}',
|
|
83
|
+
'skip_deserialization': kwargs.get('skip_deserialization', False)
|
|
84
|
+
}
|
|
85
|
+
self.base_client = BaseClient("notebook", config, signer, aidataplatform_dp_type_mapping, **base_client_init_kwargs)
|
|
86
|
+
self.retry_strategy = kwargs.get('retry_strategy', retry.DEFAULT_RETRY_STRATEGY)
|
|
87
|
+
|
|
88
|
+
def create_content(self, ai_data_platform_id, workspace_key, content_path, create_content_details, **kwargs):
|
|
89
|
+
"""
|
|
90
|
+
Creates a new, untitled, empty file or directory, or copies an existing notebook to a specified path. For example, a POST call to /api/contents/path with body containing copy_from set to /path/to/OtherNotebook.ipynb creates a new copy of OtherNotebook at the specified path.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
:param str ai_data_platform_id: (required)
|
|
94
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
95
|
+
|
|
96
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
97
|
+
|
|
98
|
+
:param str workspace_key: (required)
|
|
99
|
+
The key of the Workspace
|
|
100
|
+
|
|
101
|
+
:param str content_path: (required)
|
|
102
|
+
The path to the notebook file.
|
|
103
|
+
|
|
104
|
+
:param oci.aidataplatform_dp.models.CreateContentDetails create_content_details: (required)
|
|
105
|
+
Notebook content to create a new notebook.
|
|
106
|
+
|
|
107
|
+
:param str opc_retry_token: (optional)
|
|
108
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
109
|
+
server error without risk of running that same action again. Retry tokens expire after 24
|
|
110
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
111
|
+
has been deleted and removed from the system, then a retry of the original creation request
|
|
112
|
+
might be rejected.
|
|
113
|
+
|
|
114
|
+
:param str opc_request_id: (optional)
|
|
115
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
116
|
+
Oracle about a particular request, please provide the request ID.
|
|
117
|
+
The only valid characters for request IDs are letters, numbers,
|
|
118
|
+
underscore, and dash.
|
|
119
|
+
|
|
120
|
+
:param bool should_update_recent: (optional)
|
|
121
|
+
A flag to identify if the recent list should be updated.
|
|
122
|
+
|
|
123
|
+
:param str datalake_tenant_id: (optional)
|
|
124
|
+
The tenant ID header.
|
|
125
|
+
|
|
126
|
+
:param obj retry_strategy: (optional)
|
|
127
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
128
|
+
|
|
129
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
130
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
131
|
+
|
|
132
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
133
|
+
|
|
134
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Content`
|
|
135
|
+
:rtype: :class:`~oci.response.Response`
|
|
136
|
+
"""
|
|
137
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}"
|
|
138
|
+
method = "POST"
|
|
139
|
+
|
|
140
|
+
# Don't accept unknown kwargs
|
|
141
|
+
expected_kwargs = [
|
|
142
|
+
"retry_strategy",
|
|
143
|
+
"opc_retry_token",
|
|
144
|
+
"opc_request_id",
|
|
145
|
+
"should_update_recent",
|
|
146
|
+
"datalake_tenant_id"
|
|
147
|
+
]
|
|
148
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
149
|
+
if extra_kwargs:
|
|
150
|
+
raise ValueError(
|
|
151
|
+
"create_content got unknown kwargs: {!r}".format(extra_kwargs))
|
|
152
|
+
|
|
153
|
+
path_params = {
|
|
154
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
155
|
+
"workspaceKey": workspace_key,
|
|
156
|
+
"contentPath": content_path
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
160
|
+
|
|
161
|
+
for (k, v) in six.iteritems(path_params):
|
|
162
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
163
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
164
|
+
|
|
165
|
+
header_params = {
|
|
166
|
+
"accept": "application/json",
|
|
167
|
+
"content-type": "application/json",
|
|
168
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
|
169
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
|
170
|
+
"should-update-recent": kwargs.get("should_update_recent", missing),
|
|
171
|
+
"datalake-tenant-id": kwargs.get("datalake_tenant_id", missing)
|
|
172
|
+
}
|
|
173
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
174
|
+
|
|
175
|
+
retry_strategy = self.retry_strategy
|
|
176
|
+
if kwargs.get('retry_strategy'):
|
|
177
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
178
|
+
|
|
179
|
+
if retry_strategy:
|
|
180
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
|
181
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
|
182
|
+
return retry_strategy.make_retrying_call(
|
|
183
|
+
self.base_client.call_api,
|
|
184
|
+
resource_path=resource_path,
|
|
185
|
+
method=method,
|
|
186
|
+
path_params=path_params,
|
|
187
|
+
header_params=header_params,
|
|
188
|
+
body=create_content_details,
|
|
189
|
+
response_type="Content")
|
|
190
|
+
else:
|
|
191
|
+
return self.base_client.call_api(
|
|
192
|
+
resource_path=resource_path,
|
|
193
|
+
method=method,
|
|
194
|
+
path_params=path_params,
|
|
195
|
+
header_params=header_params,
|
|
196
|
+
body=create_content_details,
|
|
197
|
+
response_type="Content")
|
|
198
|
+
|
|
199
|
+
def create_session(self, ai_data_platform_id, workspace_key, create_session_details, **kwargs):
|
|
200
|
+
"""
|
|
201
|
+
Creates a new session or returns an existing session if a session for the given path already exists.
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
:param str ai_data_platform_id: (required)
|
|
205
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
206
|
+
|
|
207
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
208
|
+
|
|
209
|
+
:param str workspace_key: (required)
|
|
210
|
+
The key of the Workspace
|
|
211
|
+
|
|
212
|
+
:param oci.aidataplatform_dp.models.CreateSessionDetails create_session_details: (required)
|
|
213
|
+
Details to create a new session.
|
|
214
|
+
|
|
215
|
+
:param str opc_retry_token: (optional)
|
|
216
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
217
|
+
server error without risk of running that same action again. Retry tokens expire after 24
|
|
218
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
219
|
+
has been deleted and removed from the system, then a retry of the original creation request
|
|
220
|
+
might be rejected.
|
|
221
|
+
|
|
222
|
+
:param str opc_request_id: (optional)
|
|
223
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
224
|
+
Oracle about a particular request, please provide the request ID.
|
|
225
|
+
The only valid characters for request IDs are letters, numbers,
|
|
226
|
+
underscore, and dash.
|
|
227
|
+
|
|
228
|
+
:param str datalake_tenant_id: (optional)
|
|
229
|
+
The tenant ID header.
|
|
230
|
+
|
|
231
|
+
:param obj retry_strategy: (optional)
|
|
232
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
233
|
+
|
|
234
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
235
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
236
|
+
|
|
237
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
238
|
+
|
|
239
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Session`
|
|
240
|
+
:rtype: :class:`~oci.response.Response`
|
|
241
|
+
"""
|
|
242
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions"
|
|
243
|
+
method = "POST"
|
|
244
|
+
|
|
245
|
+
# Don't accept unknown kwargs
|
|
246
|
+
expected_kwargs = [
|
|
247
|
+
"retry_strategy",
|
|
248
|
+
"opc_retry_token",
|
|
249
|
+
"opc_request_id",
|
|
250
|
+
"datalake_tenant_id"
|
|
251
|
+
]
|
|
252
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
253
|
+
if extra_kwargs:
|
|
254
|
+
raise ValueError(
|
|
255
|
+
"create_session got unknown kwargs: {!r}".format(extra_kwargs))
|
|
256
|
+
|
|
257
|
+
path_params = {
|
|
258
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
259
|
+
"workspaceKey": workspace_key
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
263
|
+
|
|
264
|
+
for (k, v) in six.iteritems(path_params):
|
|
265
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
266
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
267
|
+
|
|
268
|
+
header_params = {
|
|
269
|
+
"accept": "application/json",
|
|
270
|
+
"content-type": "application/json",
|
|
271
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
|
272
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
|
273
|
+
"datalake-tenant-id": kwargs.get("datalake_tenant_id", missing)
|
|
274
|
+
}
|
|
275
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
276
|
+
|
|
277
|
+
retry_strategy = self.retry_strategy
|
|
278
|
+
if kwargs.get('retry_strategy'):
|
|
279
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
280
|
+
|
|
281
|
+
if retry_strategy:
|
|
282
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
|
283
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
|
284
|
+
return retry_strategy.make_retrying_call(
|
|
285
|
+
self.base_client.call_api,
|
|
286
|
+
resource_path=resource_path,
|
|
287
|
+
method=method,
|
|
288
|
+
path_params=path_params,
|
|
289
|
+
header_params=header_params,
|
|
290
|
+
body=create_session_details,
|
|
291
|
+
response_type="Session")
|
|
292
|
+
else:
|
|
293
|
+
return self.base_client.call_api(
|
|
294
|
+
resource_path=resource_path,
|
|
295
|
+
method=method,
|
|
296
|
+
path_params=path_params,
|
|
297
|
+
header_params=header_params,
|
|
298
|
+
body=create_session_details,
|
|
299
|
+
response_type="Session")
|
|
300
|
+
|
|
301
|
+
def delete_content(self, ai_data_platform_id, workspace_key, content_path, **kwargs):
|
|
302
|
+
"""
|
|
303
|
+
Deletes a notebook file or directory.
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
:param str ai_data_platform_id: (required)
|
|
307
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
308
|
+
|
|
309
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
310
|
+
|
|
311
|
+
:param str workspace_key: (required)
|
|
312
|
+
The key of the Workspace
|
|
313
|
+
|
|
314
|
+
:param str content_path: (required)
|
|
315
|
+
The path to the notebook file.
|
|
316
|
+
|
|
317
|
+
:param str opc_request_id: (optional)
|
|
318
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
319
|
+
Oracle about a particular request, please provide the request ID.
|
|
320
|
+
The only valid characters for request IDs are letters, numbers,
|
|
321
|
+
underscore, and dash.
|
|
322
|
+
|
|
323
|
+
:param str if_match: (optional)
|
|
324
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
325
|
+
`if-match` parameter to the value of the etag from a previous GET or POST response for
|
|
326
|
+
that resource. The resource will be updated or deleted only if the etag you provide
|
|
327
|
+
matches the resource's current etag value.
|
|
328
|
+
|
|
329
|
+
:param obj retry_strategy: (optional)
|
|
330
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
331
|
+
|
|
332
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
333
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
334
|
+
|
|
335
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
336
|
+
|
|
337
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
|
338
|
+
:rtype: :class:`~oci.response.Response`
|
|
339
|
+
"""
|
|
340
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}"
|
|
341
|
+
method = "DELETE"
|
|
342
|
+
|
|
343
|
+
# Don't accept unknown kwargs
|
|
344
|
+
expected_kwargs = [
|
|
345
|
+
"retry_strategy",
|
|
346
|
+
"opc_request_id",
|
|
347
|
+
"if_match"
|
|
348
|
+
]
|
|
349
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
350
|
+
if extra_kwargs:
|
|
351
|
+
raise ValueError(
|
|
352
|
+
"delete_content got unknown kwargs: {!r}".format(extra_kwargs))
|
|
353
|
+
|
|
354
|
+
path_params = {
|
|
355
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
356
|
+
"workspaceKey": workspace_key,
|
|
357
|
+
"contentPath": content_path
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
361
|
+
|
|
362
|
+
for (k, v) in six.iteritems(path_params):
|
|
363
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
364
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
365
|
+
|
|
366
|
+
header_params = {
|
|
367
|
+
"accept": "application/json",
|
|
368
|
+
"content-type": "application/json",
|
|
369
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
|
370
|
+
"if-match": kwargs.get("if_match", missing)
|
|
371
|
+
}
|
|
372
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
373
|
+
|
|
374
|
+
retry_strategy = self.retry_strategy
|
|
375
|
+
if kwargs.get('retry_strategy'):
|
|
376
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
377
|
+
|
|
378
|
+
if retry_strategy:
|
|
379
|
+
return retry_strategy.make_retrying_call(
|
|
380
|
+
self.base_client.call_api,
|
|
381
|
+
resource_path=resource_path,
|
|
382
|
+
method=method,
|
|
383
|
+
path_params=path_params,
|
|
384
|
+
header_params=header_params)
|
|
385
|
+
else:
|
|
386
|
+
return self.base_client.call_api(
|
|
387
|
+
resource_path=resource_path,
|
|
388
|
+
method=method,
|
|
389
|
+
path_params=path_params,
|
|
390
|
+
header_params=header_params)
|
|
391
|
+
|
|
392
|
+
def delete_session(self, ai_data_platform_id, workspace_key, session_id, **kwargs):
|
|
393
|
+
"""
|
|
394
|
+
Delete a session with given session ID.
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
:param str ai_data_platform_id: (required)
|
|
398
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
399
|
+
|
|
400
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
401
|
+
|
|
402
|
+
:param str workspace_key: (required)
|
|
403
|
+
The key of the Workspace
|
|
404
|
+
|
|
405
|
+
:param str session_id: (required)
|
|
406
|
+
The ID of the Data Lake Notebook Session
|
|
407
|
+
|
|
408
|
+
:param str opc_request_id: (optional)
|
|
409
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
410
|
+
Oracle about a particular request, please provide the request ID.
|
|
411
|
+
The only valid characters for request IDs are letters, numbers,
|
|
412
|
+
underscore, and dash.
|
|
413
|
+
|
|
414
|
+
:param str if_match: (optional)
|
|
415
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
416
|
+
`if-match` parameter to the value of the etag from a previous GET or POST response for
|
|
417
|
+
that resource. The resource will be updated or deleted only if the etag you provide
|
|
418
|
+
matches the resource's current etag value.
|
|
419
|
+
|
|
420
|
+
:param obj retry_strategy: (optional)
|
|
421
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
422
|
+
|
|
423
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
424
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
425
|
+
|
|
426
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
427
|
+
|
|
428
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
|
429
|
+
:rtype: :class:`~oci.response.Response`
|
|
430
|
+
"""
|
|
431
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId}"
|
|
432
|
+
method = "DELETE"
|
|
433
|
+
|
|
434
|
+
# Don't accept unknown kwargs
|
|
435
|
+
expected_kwargs = [
|
|
436
|
+
"retry_strategy",
|
|
437
|
+
"opc_request_id",
|
|
438
|
+
"if_match"
|
|
439
|
+
]
|
|
440
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
441
|
+
if extra_kwargs:
|
|
442
|
+
raise ValueError(
|
|
443
|
+
"delete_session got unknown kwargs: {!r}".format(extra_kwargs))
|
|
444
|
+
|
|
445
|
+
path_params = {
|
|
446
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
447
|
+
"workspaceKey": workspace_key,
|
|
448
|
+
"sessionId": session_id
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
452
|
+
|
|
453
|
+
for (k, v) in six.iteritems(path_params):
|
|
454
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
455
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
456
|
+
|
|
457
|
+
header_params = {
|
|
458
|
+
"accept": "application/json",
|
|
459
|
+
"content-type": "application/json",
|
|
460
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
|
461
|
+
"if-match": kwargs.get("if_match", missing)
|
|
462
|
+
}
|
|
463
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
464
|
+
|
|
465
|
+
retry_strategy = self.retry_strategy
|
|
466
|
+
if kwargs.get('retry_strategy'):
|
|
467
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
468
|
+
|
|
469
|
+
if retry_strategy:
|
|
470
|
+
return retry_strategy.make_retrying_call(
|
|
471
|
+
self.base_client.call_api,
|
|
472
|
+
resource_path=resource_path,
|
|
473
|
+
method=method,
|
|
474
|
+
path_params=path_params,
|
|
475
|
+
header_params=header_params)
|
|
476
|
+
else:
|
|
477
|
+
return self.base_client.call_api(
|
|
478
|
+
resource_path=resource_path,
|
|
479
|
+
method=method,
|
|
480
|
+
path_params=path_params,
|
|
481
|
+
header_params=header_params)
|
|
482
|
+
|
|
483
|
+
def export_contents(self, ai_data_platform_id, workspace_key, content_path, export_contents_details, **kwargs):
|
|
484
|
+
"""
|
|
485
|
+
Exports the notebook file contents. You can optionally specify HTML or ipynb format through the request payload. If no format is specified, ipynb is used by default.
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
:param str ai_data_platform_id: (required)
|
|
489
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
490
|
+
|
|
491
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
492
|
+
|
|
493
|
+
:param str workspace_key: (required)
|
|
494
|
+
The key of the Workspace
|
|
495
|
+
|
|
496
|
+
:param str content_path: (required)
|
|
497
|
+
The path to the notebook file.
|
|
498
|
+
|
|
499
|
+
:param oci.aidataplatform_dp.models.ExportContentsDetails export_contents_details: (required)
|
|
500
|
+
Payload to export contents of a file.
|
|
501
|
+
|
|
502
|
+
:param str opc_request_id: (optional)
|
|
503
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
504
|
+
Oracle about a particular request, please provide the request ID.
|
|
505
|
+
The only valid characters for request IDs are letters, numbers,
|
|
506
|
+
underscore, and dash.
|
|
507
|
+
|
|
508
|
+
:param obj retry_strategy: (optional)
|
|
509
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
510
|
+
|
|
511
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
512
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
513
|
+
|
|
514
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
515
|
+
|
|
516
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.ExportedContents`
|
|
517
|
+
:rtype: :class:`~oci.response.Response`
|
|
518
|
+
"""
|
|
519
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/actions/export/contents/{contentPath}"
|
|
520
|
+
method = "POST"
|
|
521
|
+
|
|
522
|
+
# Don't accept unknown kwargs
|
|
523
|
+
expected_kwargs = [
|
|
524
|
+
"retry_strategy",
|
|
525
|
+
"opc_request_id"
|
|
526
|
+
]
|
|
527
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
528
|
+
if extra_kwargs:
|
|
529
|
+
raise ValueError(
|
|
530
|
+
"export_contents got unknown kwargs: {!r}".format(extra_kwargs))
|
|
531
|
+
|
|
532
|
+
path_params = {
|
|
533
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
534
|
+
"workspaceKey": workspace_key,
|
|
535
|
+
"contentPath": content_path
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
539
|
+
|
|
540
|
+
for (k, v) in six.iteritems(path_params):
|
|
541
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
542
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
543
|
+
|
|
544
|
+
header_params = {
|
|
545
|
+
"accept": "application/json",
|
|
546
|
+
"content-type": "application/json",
|
|
547
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
548
|
+
}
|
|
549
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
550
|
+
|
|
551
|
+
retry_strategy = self.retry_strategy
|
|
552
|
+
if kwargs.get('retry_strategy'):
|
|
553
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
554
|
+
|
|
555
|
+
if retry_strategy:
|
|
556
|
+
return retry_strategy.make_retrying_call(
|
|
557
|
+
self.base_client.call_api,
|
|
558
|
+
resource_path=resource_path,
|
|
559
|
+
method=method,
|
|
560
|
+
path_params=path_params,
|
|
561
|
+
header_params=header_params,
|
|
562
|
+
body=export_contents_details,
|
|
563
|
+
response_type="ExportedContents")
|
|
564
|
+
else:
|
|
565
|
+
return self.base_client.call_api(
|
|
566
|
+
resource_path=resource_path,
|
|
567
|
+
method=method,
|
|
568
|
+
path_params=path_params,
|
|
569
|
+
header_params=header_params,
|
|
570
|
+
body=export_contents_details,
|
|
571
|
+
response_type="ExportedContents")
|
|
572
|
+
|
|
573
|
+
def get_content(self, ai_data_platform_id, workspace_key, content_path, **kwargs):
|
|
574
|
+
"""
|
|
575
|
+
Returns a list of contents for a given file or directory. You can optionally specify a type and/or format argument via URL parameter.
|
|
576
|
+
When given, the Content service returns a model in the requested type and/or format. If the request cannot be satisfied, for example if type=text
|
|
577
|
+
is requested, but the file is binary, then the request returns a 400 message and a JSON response with a Reason field identifying the issue. The value
|
|
578
|
+
of the Reason field is \u2018bad format\u2019 or \u2018bad type\u2019, depending on what was requested.
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
:param str ai_data_platform_id: (required)
|
|
582
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
583
|
+
|
|
584
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
585
|
+
|
|
586
|
+
:param str workspace_key: (required)
|
|
587
|
+
The key of the Workspace
|
|
588
|
+
|
|
589
|
+
:param str content_path: (required)
|
|
590
|
+
The path to the notebook file.
|
|
591
|
+
|
|
592
|
+
:param str opc_request_id: (optional)
|
|
593
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
594
|
+
Oracle about a particular request, please provide the request ID.
|
|
595
|
+
The only valid characters for request IDs are letters, numbers,
|
|
596
|
+
underscore, and dash.
|
|
597
|
+
|
|
598
|
+
:param str type: (optional)
|
|
599
|
+
Content type. Either file, directory, or notebook.
|
|
600
|
+
|
|
601
|
+
Allowed values are: "file", "directory", "notebook"
|
|
602
|
+
|
|
603
|
+
:param str format: (optional)
|
|
604
|
+
The format in which content should be returned. Either text, base64, or JSON.
|
|
605
|
+
|
|
606
|
+
Allowed values are: "text", "base64", "json"
|
|
607
|
+
|
|
608
|
+
:param int content: (optional)
|
|
609
|
+
Returns content based on param value. When set to 0, content is NOT returned. When set to 1, content is returned.
|
|
610
|
+
|
|
611
|
+
:param int hash: (optional)
|
|
612
|
+
Returns hash hexdigest string of content and the hash algorithm. 0 for no hash, 1 for return hash. 0 is default. It may be ignored by the content manager.
|
|
613
|
+
|
|
614
|
+
:param bool should_update_recent: (optional)
|
|
615
|
+
A flag to identify if the recent list should be updated.
|
|
616
|
+
|
|
617
|
+
:param obj retry_strategy: (optional)
|
|
618
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
619
|
+
|
|
620
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
621
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
622
|
+
|
|
623
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
624
|
+
|
|
625
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Content`
|
|
626
|
+
:rtype: :class:`~oci.response.Response`
|
|
627
|
+
"""
|
|
628
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}"
|
|
629
|
+
method = "GET"
|
|
630
|
+
|
|
631
|
+
# Don't accept unknown kwargs
|
|
632
|
+
expected_kwargs = [
|
|
633
|
+
"retry_strategy",
|
|
634
|
+
"opc_request_id",
|
|
635
|
+
"type",
|
|
636
|
+
"format",
|
|
637
|
+
"content",
|
|
638
|
+
"hash",
|
|
639
|
+
"should_update_recent"
|
|
640
|
+
]
|
|
641
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
642
|
+
if extra_kwargs:
|
|
643
|
+
raise ValueError(
|
|
644
|
+
"get_content got unknown kwargs: {!r}".format(extra_kwargs))
|
|
645
|
+
|
|
646
|
+
path_params = {
|
|
647
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
648
|
+
"workspaceKey": workspace_key,
|
|
649
|
+
"contentPath": content_path
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
653
|
+
|
|
654
|
+
for (k, v) in six.iteritems(path_params):
|
|
655
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
656
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
657
|
+
|
|
658
|
+
if 'type' in kwargs:
|
|
659
|
+
type_allowed_values = ["file", "directory", "notebook"]
|
|
660
|
+
if kwargs['type'] not in type_allowed_values:
|
|
661
|
+
raise ValueError(
|
|
662
|
+
"Invalid value for `type`, must be one of {0}".format(type_allowed_values)
|
|
663
|
+
)
|
|
664
|
+
|
|
665
|
+
if 'format' in kwargs:
|
|
666
|
+
format_allowed_values = ["text", "base64", "json"]
|
|
667
|
+
if kwargs['format'] not in format_allowed_values:
|
|
668
|
+
raise ValueError(
|
|
669
|
+
"Invalid value for `format`, must be one of {0}".format(format_allowed_values)
|
|
670
|
+
)
|
|
671
|
+
|
|
672
|
+
query_params = {
|
|
673
|
+
"type": kwargs.get("type", missing),
|
|
674
|
+
"format": kwargs.get("format", missing),
|
|
675
|
+
"content": kwargs.get("content", missing),
|
|
676
|
+
"hash": kwargs.get("hash", missing)
|
|
677
|
+
}
|
|
678
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
|
679
|
+
|
|
680
|
+
header_params = {
|
|
681
|
+
"accept": "application/json",
|
|
682
|
+
"content-type": "application/json",
|
|
683
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
|
684
|
+
"should-update-recent": kwargs.get("should_update_recent", missing)
|
|
685
|
+
}
|
|
686
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
687
|
+
|
|
688
|
+
retry_strategy = self.retry_strategy
|
|
689
|
+
if kwargs.get('retry_strategy'):
|
|
690
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
691
|
+
|
|
692
|
+
if retry_strategy:
|
|
693
|
+
return retry_strategy.make_retrying_call(
|
|
694
|
+
self.base_client.call_api,
|
|
695
|
+
resource_path=resource_path,
|
|
696
|
+
method=method,
|
|
697
|
+
path_params=path_params,
|
|
698
|
+
query_params=query_params,
|
|
699
|
+
header_params=header_params,
|
|
700
|
+
response_type="Content")
|
|
701
|
+
else:
|
|
702
|
+
return self.base_client.call_api(
|
|
703
|
+
resource_path=resource_path,
|
|
704
|
+
method=method,
|
|
705
|
+
path_params=path_params,
|
|
706
|
+
query_params=query_params,
|
|
707
|
+
header_params=header_params,
|
|
708
|
+
response_type="Content")
|
|
709
|
+
|
|
710
|
+
def get_session(self, ai_data_platform_id, workspace_key, session_id, **kwargs):
|
|
711
|
+
"""
|
|
712
|
+
Returns session details for a given session ID.
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
:param str ai_data_platform_id: (required)
|
|
716
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
717
|
+
|
|
718
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
719
|
+
|
|
720
|
+
:param str workspace_key: (required)
|
|
721
|
+
The key of the Workspace
|
|
722
|
+
|
|
723
|
+
:param str session_id: (required)
|
|
724
|
+
The ID of the Data Lake Notebook Session
|
|
725
|
+
|
|
726
|
+
:param str opc_request_id: (optional)
|
|
727
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
728
|
+
Oracle about a particular request, please provide the request ID.
|
|
729
|
+
The only valid characters for request IDs are letters, numbers,
|
|
730
|
+
underscore, and dash.
|
|
731
|
+
|
|
732
|
+
:param obj retry_strategy: (optional)
|
|
733
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
734
|
+
|
|
735
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
736
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
737
|
+
|
|
738
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
739
|
+
|
|
740
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Session`
|
|
741
|
+
:rtype: :class:`~oci.response.Response`
|
|
742
|
+
"""
|
|
743
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId}"
|
|
744
|
+
method = "GET"
|
|
745
|
+
|
|
746
|
+
# Don't accept unknown kwargs
|
|
747
|
+
expected_kwargs = [
|
|
748
|
+
"retry_strategy",
|
|
749
|
+
"opc_request_id"
|
|
750
|
+
]
|
|
751
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
752
|
+
if extra_kwargs:
|
|
753
|
+
raise ValueError(
|
|
754
|
+
"get_session got unknown kwargs: {!r}".format(extra_kwargs))
|
|
755
|
+
|
|
756
|
+
path_params = {
|
|
757
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
758
|
+
"workspaceKey": workspace_key,
|
|
759
|
+
"sessionId": session_id
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
763
|
+
|
|
764
|
+
for (k, v) in six.iteritems(path_params):
|
|
765
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
766
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
767
|
+
|
|
768
|
+
header_params = {
|
|
769
|
+
"accept": "application/json",
|
|
770
|
+
"content-type": "application/json",
|
|
771
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
772
|
+
}
|
|
773
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
774
|
+
|
|
775
|
+
retry_strategy = self.retry_strategy
|
|
776
|
+
if kwargs.get('retry_strategy'):
|
|
777
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
778
|
+
|
|
779
|
+
if retry_strategy:
|
|
780
|
+
return retry_strategy.make_retrying_call(
|
|
781
|
+
self.base_client.call_api,
|
|
782
|
+
resource_path=resource_path,
|
|
783
|
+
method=method,
|
|
784
|
+
path_params=path_params,
|
|
785
|
+
header_params=header_params,
|
|
786
|
+
response_type="Session")
|
|
787
|
+
else:
|
|
788
|
+
return self.base_client.call_api(
|
|
789
|
+
resource_path=resource_path,
|
|
790
|
+
method=method,
|
|
791
|
+
path_params=path_params,
|
|
792
|
+
header_params=header_params,
|
|
793
|
+
response_type="Session")
|
|
794
|
+
|
|
795
|
+
def list_sessions(self, ai_data_platform_id, workspace_key, **kwargs):
|
|
796
|
+
"""
|
|
797
|
+
Returns a list of all available sessions.
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
:param str ai_data_platform_id: (required)
|
|
801
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
802
|
+
|
|
803
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
804
|
+
|
|
805
|
+
:param str workspace_key: (required)
|
|
806
|
+
The key of the Workspace
|
|
807
|
+
|
|
808
|
+
:param str cluster_id: (optional)
|
|
809
|
+
Cluster ID attached to a session.
|
|
810
|
+
|
|
811
|
+
:param str path: (optional)
|
|
812
|
+
Notebook file path attached to a session.
|
|
813
|
+
|
|
814
|
+
:param str opc_request_id: (optional)
|
|
815
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
816
|
+
Oracle about a particular request, please provide the request ID.
|
|
817
|
+
The only valid characters for request IDs are letters, numbers,
|
|
818
|
+
underscore, and dash.
|
|
819
|
+
|
|
820
|
+
:param str agent_flow_key: (optional)
|
|
821
|
+
Agent flow key of the attached agent flow.
|
|
822
|
+
|
|
823
|
+
:param obj retry_strategy: (optional)
|
|
824
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
825
|
+
|
|
826
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
827
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
828
|
+
|
|
829
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
830
|
+
|
|
831
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.SessionCollection`
|
|
832
|
+
:rtype: :class:`~oci.response.Response`
|
|
833
|
+
"""
|
|
834
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions"
|
|
835
|
+
method = "GET"
|
|
836
|
+
|
|
837
|
+
# Don't accept unknown kwargs
|
|
838
|
+
expected_kwargs = [
|
|
839
|
+
"retry_strategy",
|
|
840
|
+
"cluster_id",
|
|
841
|
+
"path",
|
|
842
|
+
"opc_request_id",
|
|
843
|
+
"agent_flow_key"
|
|
844
|
+
]
|
|
845
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
846
|
+
if extra_kwargs:
|
|
847
|
+
raise ValueError(
|
|
848
|
+
"list_sessions got unknown kwargs: {!r}".format(extra_kwargs))
|
|
849
|
+
|
|
850
|
+
path_params = {
|
|
851
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
852
|
+
"workspaceKey": workspace_key
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
856
|
+
|
|
857
|
+
for (k, v) in six.iteritems(path_params):
|
|
858
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
859
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
860
|
+
|
|
861
|
+
query_params = {
|
|
862
|
+
"cluster_id": kwargs.get("cluster_id", missing),
|
|
863
|
+
"path": kwargs.get("path", missing),
|
|
864
|
+
"agentFlowKey": kwargs.get("agent_flow_key", missing)
|
|
865
|
+
}
|
|
866
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
|
867
|
+
|
|
868
|
+
header_params = {
|
|
869
|
+
"accept": "application/json",
|
|
870
|
+
"content-type": "application/json",
|
|
871
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
872
|
+
}
|
|
873
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
874
|
+
|
|
875
|
+
retry_strategy = self.retry_strategy
|
|
876
|
+
if kwargs.get('retry_strategy'):
|
|
877
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
878
|
+
|
|
879
|
+
if retry_strategy:
|
|
880
|
+
return retry_strategy.make_retrying_call(
|
|
881
|
+
self.base_client.call_api,
|
|
882
|
+
resource_path=resource_path,
|
|
883
|
+
method=method,
|
|
884
|
+
path_params=path_params,
|
|
885
|
+
query_params=query_params,
|
|
886
|
+
header_params=header_params,
|
|
887
|
+
response_type="SessionCollection")
|
|
888
|
+
else:
|
|
889
|
+
return self.base_client.call_api(
|
|
890
|
+
resource_path=resource_path,
|
|
891
|
+
method=method,
|
|
892
|
+
path_params=path_params,
|
|
893
|
+
query_params=query_params,
|
|
894
|
+
header_params=header_params,
|
|
895
|
+
response_type="SessionCollection")
|
|
896
|
+
|
|
897
|
+
def modify_content(self, ai_data_platform_id, workspace_key, content_path, modify_content_details, **kwargs):
|
|
898
|
+
"""
|
|
899
|
+
Renames a file or directory without re-uploading content.
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
:param str ai_data_platform_id: (required)
|
|
903
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
904
|
+
|
|
905
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
906
|
+
|
|
907
|
+
:param str workspace_key: (required)
|
|
908
|
+
The key of the Workspace
|
|
909
|
+
|
|
910
|
+
:param str content_path: (required)
|
|
911
|
+
The path to the notebook file.
|
|
912
|
+
|
|
913
|
+
:param oci.aidataplatform_dp.models.ModifyContentDetails modify_content_details: (required)
|
|
914
|
+
New path for file or directory.
|
|
915
|
+
|
|
916
|
+
:param bool should_update_recent: (optional)
|
|
917
|
+
A flag to identify if the recent list should be updated.
|
|
918
|
+
|
|
919
|
+
:param str if_match: (optional)
|
|
920
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
921
|
+
`if-match` parameter to the value of the etag from a previous GET or POST response for
|
|
922
|
+
that resource. The resource will be updated or deleted only if the etag you provide
|
|
923
|
+
matches the resource's current etag value.
|
|
924
|
+
|
|
925
|
+
:param str opc_request_id: (optional)
|
|
926
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
927
|
+
Oracle about a particular request, please provide the request ID.
|
|
928
|
+
The only valid characters for request IDs are letters, numbers,
|
|
929
|
+
underscore, and dash.
|
|
930
|
+
|
|
931
|
+
:param obj retry_strategy: (optional)
|
|
932
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
933
|
+
|
|
934
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
935
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
936
|
+
|
|
937
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
938
|
+
|
|
939
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Content`
|
|
940
|
+
:rtype: :class:`~oci.response.Response`
|
|
941
|
+
"""
|
|
942
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}"
|
|
943
|
+
method = "PATCH"
|
|
944
|
+
|
|
945
|
+
# Don't accept unknown kwargs
|
|
946
|
+
expected_kwargs = [
|
|
947
|
+
"retry_strategy",
|
|
948
|
+
"should_update_recent",
|
|
949
|
+
"if_match",
|
|
950
|
+
"opc_request_id"
|
|
951
|
+
]
|
|
952
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
953
|
+
if extra_kwargs:
|
|
954
|
+
raise ValueError(
|
|
955
|
+
"modify_content got unknown kwargs: {!r}".format(extra_kwargs))
|
|
956
|
+
|
|
957
|
+
path_params = {
|
|
958
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
959
|
+
"workspaceKey": workspace_key,
|
|
960
|
+
"contentPath": content_path
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
964
|
+
|
|
965
|
+
for (k, v) in six.iteritems(path_params):
|
|
966
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
967
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
968
|
+
|
|
969
|
+
header_params = {
|
|
970
|
+
"accept": "application/json",
|
|
971
|
+
"content-type": "application/json",
|
|
972
|
+
"should-update-recent": kwargs.get("should_update_recent", missing),
|
|
973
|
+
"if-match": kwargs.get("if_match", missing),
|
|
974
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
975
|
+
}
|
|
976
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
977
|
+
|
|
978
|
+
retry_strategy = self.retry_strategy
|
|
979
|
+
if kwargs.get('retry_strategy'):
|
|
980
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
981
|
+
|
|
982
|
+
if retry_strategy:
|
|
983
|
+
return retry_strategy.make_retrying_call(
|
|
984
|
+
self.base_client.call_api,
|
|
985
|
+
resource_path=resource_path,
|
|
986
|
+
method=method,
|
|
987
|
+
path_params=path_params,
|
|
988
|
+
header_params=header_params,
|
|
989
|
+
body=modify_content_details,
|
|
990
|
+
response_type="Content")
|
|
991
|
+
else:
|
|
992
|
+
return self.base_client.call_api(
|
|
993
|
+
resource_path=resource_path,
|
|
994
|
+
method=method,
|
|
995
|
+
path_params=path_params,
|
|
996
|
+
header_params=header_params,
|
|
997
|
+
body=modify_content_details,
|
|
998
|
+
response_type="Content")
|
|
999
|
+
|
|
1000
|
+
def patch_session(self, ai_data_platform_id, workspace_key, session_id, patch_session_details, **kwargs):
|
|
1001
|
+
"""
|
|
1002
|
+
Patches a session with a given ID with the provided details. You can use this to rename a session.
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
:param str ai_data_platform_id: (required)
|
|
1006
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
1007
|
+
|
|
1008
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
1009
|
+
|
|
1010
|
+
:param str workspace_key: (required)
|
|
1011
|
+
The key of the Workspace
|
|
1012
|
+
|
|
1013
|
+
:param str session_id: (required)
|
|
1014
|
+
The ID of the Data Lake Notebook Session
|
|
1015
|
+
|
|
1016
|
+
:param oci.aidataplatform_dp.models.PatchSessionDetails patch_session_details: (required)
|
|
1017
|
+
Details to patch for an existing session.
|
|
1018
|
+
|
|
1019
|
+
:param str if_match: (optional)
|
|
1020
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
1021
|
+
`if-match` parameter to the value of the etag from a previous GET or POST response for
|
|
1022
|
+
that resource. The resource will be updated or deleted only if the etag you provide
|
|
1023
|
+
matches the resource's current etag value.
|
|
1024
|
+
|
|
1025
|
+
:param str opc_request_id: (optional)
|
|
1026
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
1027
|
+
Oracle about a particular request, please provide the request ID.
|
|
1028
|
+
The only valid characters for request IDs are letters, numbers,
|
|
1029
|
+
underscore, and dash.
|
|
1030
|
+
|
|
1031
|
+
:param obj retry_strategy: (optional)
|
|
1032
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
1033
|
+
|
|
1034
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
1035
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
1036
|
+
|
|
1037
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
1038
|
+
|
|
1039
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Session`
|
|
1040
|
+
:rtype: :class:`~oci.response.Response`
|
|
1041
|
+
"""
|
|
1042
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId}"
|
|
1043
|
+
method = "PATCH"
|
|
1044
|
+
|
|
1045
|
+
# Don't accept unknown kwargs
|
|
1046
|
+
expected_kwargs = [
|
|
1047
|
+
"retry_strategy",
|
|
1048
|
+
"if_match",
|
|
1049
|
+
"opc_request_id"
|
|
1050
|
+
]
|
|
1051
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
1052
|
+
if extra_kwargs:
|
|
1053
|
+
raise ValueError(
|
|
1054
|
+
"patch_session got unknown kwargs: {!r}".format(extra_kwargs))
|
|
1055
|
+
|
|
1056
|
+
path_params = {
|
|
1057
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
1058
|
+
"workspaceKey": workspace_key,
|
|
1059
|
+
"sessionId": session_id
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
1063
|
+
|
|
1064
|
+
for (k, v) in six.iteritems(path_params):
|
|
1065
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
1066
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
1067
|
+
|
|
1068
|
+
header_params = {
|
|
1069
|
+
"accept": "application/json",
|
|
1070
|
+
"content-type": "application/json",
|
|
1071
|
+
"if-match": kwargs.get("if_match", missing),
|
|
1072
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
1073
|
+
}
|
|
1074
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
1075
|
+
|
|
1076
|
+
retry_strategy = self.retry_strategy
|
|
1077
|
+
if kwargs.get('retry_strategy'):
|
|
1078
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
1079
|
+
|
|
1080
|
+
if retry_strategy:
|
|
1081
|
+
return retry_strategy.make_retrying_call(
|
|
1082
|
+
self.base_client.call_api,
|
|
1083
|
+
resource_path=resource_path,
|
|
1084
|
+
method=method,
|
|
1085
|
+
path_params=path_params,
|
|
1086
|
+
header_params=header_params,
|
|
1087
|
+
body=patch_session_details,
|
|
1088
|
+
response_type="Session")
|
|
1089
|
+
else:
|
|
1090
|
+
return self.base_client.call_api(
|
|
1091
|
+
resource_path=resource_path,
|
|
1092
|
+
method=method,
|
|
1093
|
+
path_params=path_params,
|
|
1094
|
+
header_params=header_params,
|
|
1095
|
+
body=patch_session_details,
|
|
1096
|
+
response_type="Session")
|
|
1097
|
+
|
|
1098
|
+
def update_content(self, ai_data_platform_id, workspace_key, content_path, update_content_details, **kwargs):
|
|
1099
|
+
"""
|
|
1100
|
+
Updates the contents of an existing notebook with the provided details or saves a new notebook.
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
:param str ai_data_platform_id: (required)
|
|
1104
|
+
The `OCID`__ of the AI Data Platform (Data Lake) instance.
|
|
1105
|
+
|
|
1106
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
|
1107
|
+
|
|
1108
|
+
:param str workspace_key: (required)
|
|
1109
|
+
The key of the Workspace
|
|
1110
|
+
|
|
1111
|
+
:param str content_path: (required)
|
|
1112
|
+
The path to the notebook file.
|
|
1113
|
+
|
|
1114
|
+
:param oci.aidataplatform_dp.models.UpdateContentDetails update_content_details: (required)
|
|
1115
|
+
Details to update the notebook content model file.
|
|
1116
|
+
|
|
1117
|
+
:param str if_match: (optional)
|
|
1118
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
1119
|
+
`if-match` parameter to the value of the etag from a previous GET or POST response for
|
|
1120
|
+
that resource. The resource will be updated or deleted only if the etag you provide
|
|
1121
|
+
matches the resource's current etag value.
|
|
1122
|
+
|
|
1123
|
+
:param bool should_update_recent: (optional)
|
|
1124
|
+
A flag to identify if the recent list should be updated.
|
|
1125
|
+
|
|
1126
|
+
:param str opc_request_id: (optional)
|
|
1127
|
+
Unique Oracle-assigned identifier for the request. If you need to contact
|
|
1128
|
+
Oracle about a particular request, please provide the request ID.
|
|
1129
|
+
The only valid characters for request IDs are letters, numbers,
|
|
1130
|
+
underscore, and dash.
|
|
1131
|
+
|
|
1132
|
+
:param obj retry_strategy: (optional)
|
|
1133
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
|
1134
|
+
|
|
1135
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
|
|
1136
|
+
is also available. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__.
|
|
1137
|
+
|
|
1138
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
|
1139
|
+
|
|
1140
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.aidataplatform_dp.models.Content`
|
|
1141
|
+
:rtype: :class:`~oci.response.Response`
|
|
1142
|
+
"""
|
|
1143
|
+
resource_path = "/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}"
|
|
1144
|
+
method = "PUT"
|
|
1145
|
+
|
|
1146
|
+
# Don't accept unknown kwargs
|
|
1147
|
+
expected_kwargs = [
|
|
1148
|
+
"retry_strategy",
|
|
1149
|
+
"if_match",
|
|
1150
|
+
"should_update_recent",
|
|
1151
|
+
"opc_request_id"
|
|
1152
|
+
]
|
|
1153
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
|
1154
|
+
if extra_kwargs:
|
|
1155
|
+
raise ValueError(
|
|
1156
|
+
"update_content got unknown kwargs: {!r}".format(extra_kwargs))
|
|
1157
|
+
|
|
1158
|
+
path_params = {
|
|
1159
|
+
"aiDataPlatformId": ai_data_platform_id,
|
|
1160
|
+
"workspaceKey": workspace_key,
|
|
1161
|
+
"contentPath": content_path
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
|
1165
|
+
|
|
1166
|
+
for (k, v) in six.iteritems(path_params):
|
|
1167
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
|
1168
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
|
1169
|
+
|
|
1170
|
+
header_params = {
|
|
1171
|
+
"accept": "application/json",
|
|
1172
|
+
"content-type": "application/json",
|
|
1173
|
+
"if-match": kwargs.get("if_match", missing),
|
|
1174
|
+
"should-update-recent": kwargs.get("should_update_recent", missing),
|
|
1175
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
|
1176
|
+
}
|
|
1177
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
|
1178
|
+
|
|
1179
|
+
retry_strategy = self.retry_strategy
|
|
1180
|
+
if kwargs.get('retry_strategy'):
|
|
1181
|
+
retry_strategy = kwargs.get('retry_strategy')
|
|
1182
|
+
|
|
1183
|
+
if retry_strategy:
|
|
1184
|
+
return retry_strategy.make_retrying_call(
|
|
1185
|
+
self.base_client.call_api,
|
|
1186
|
+
resource_path=resource_path,
|
|
1187
|
+
method=method,
|
|
1188
|
+
path_params=path_params,
|
|
1189
|
+
header_params=header_params,
|
|
1190
|
+
body=update_content_details,
|
|
1191
|
+
response_type="Content")
|
|
1192
|
+
else:
|
|
1193
|
+
return self.base_client.call_api(
|
|
1194
|
+
resource_path=resource_path,
|
|
1195
|
+
method=method,
|
|
1196
|
+
path_params=path_params,
|
|
1197
|
+
header_params=header_params,
|
|
1198
|
+
body=update_content_details,
|
|
1199
|
+
response_type="Content")
|