oci 2.155.0__py3-none-any.whl → 2.155.1__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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataScienceClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/activate_model.py.html>`__ to see an example of how to use activate_model API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['modelId']
|
@@ -262,7 +262,7 @@ class DataScienceClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/activate_model_deployment.py.html>`__ to see an example of how to use activate_model_deployment API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['modelDeploymentId']
|
@@ -367,7 +367,7 @@ class DataScienceClient(object):
|
|
367
367
|
:rtype: :class:`~oci.response.Response`
|
368
368
|
|
369
369
|
:example:
|
370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
|
371
371
|
"""
|
372
372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
373
373
|
required_arguments = ['notebookSessionId']
|
@@ -473,7 +473,7 @@ class DataScienceClient(object):
|
|
473
473
|
:rtype: :class:`~oci.response.Response`
|
474
474
|
|
475
475
|
:example:
|
476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/activate_schedule.py.html>`__ to see an example of how to use activate_schedule API.
|
477
477
|
"""
|
478
478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
479
479
|
required_arguments = ['scheduleId']
|
@@ -583,7 +583,7 @@ class DataScienceClient(object):
|
|
583
583
|
:rtype: :class:`~oci.response.Response`
|
584
584
|
|
585
585
|
:example:
|
586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
|
587
587
|
"""
|
588
588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
589
589
|
required_arguments = ['jobRunId']
|
@@ -696,7 +696,7 @@ class DataScienceClient(object):
|
|
696
696
|
:rtype: :class:`~oci.response.Response`
|
697
697
|
|
698
698
|
:example:
|
699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
|
700
700
|
"""
|
701
701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
702
702
|
required_arguments = ['pipelineRunId']
|
@@ -814,7 +814,7 @@ class DataScienceClient(object):
|
|
814
814
|
:rtype: :class:`~oci.response.Response`
|
815
815
|
|
816
816
|
:example:
|
817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
818
818
|
"""
|
819
819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
820
820
|
required_arguments = ['workRequestId']
|
@@ -923,7 +923,7 @@ class DataScienceClient(object):
|
|
923
923
|
:rtype: :class:`~oci.response.Response`
|
924
924
|
|
925
925
|
:example:
|
926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
|
927
927
|
"""
|
928
928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
929
929
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -1038,7 +1038,7 @@ class DataScienceClient(object):
|
|
1038
1038
|
:rtype: :class:`~oci.response.Response`
|
1039
1039
|
|
1040
1040
|
:example:
|
1041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
1042
1042
|
"""
|
1043
1043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1044
1044
|
required_arguments = ['jobId']
|
@@ -1148,7 +1148,7 @@ class DataScienceClient(object):
|
|
1148
1148
|
:rtype: :class:`~oci.response.Response`
|
1149
1149
|
|
1150
1150
|
:example:
|
1151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
|
1152
1152
|
"""
|
1153
1153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1154
1154
|
required_arguments = ['jobRunId']
|
@@ -1259,7 +1259,7 @@ class DataScienceClient(object):
|
|
1259
1259
|
:rtype: :class:`~oci.response.Response`
|
1260
1260
|
|
1261
1261
|
:example:
|
1262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_ml_application_compartment.py.html>`__ to see an example of how to use change_ml_application_compartment API.
|
1263
1263
|
"""
|
1264
1264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1265
1265
|
required_arguments = ['mlApplicationId']
|
@@ -1375,7 +1375,7 @@ class DataScienceClient(object):
|
|
1375
1375
|
:rtype: :class:`~oci.response.Response`
|
1376
1376
|
|
1377
1377
|
:example:
|
1378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_ml_application_implementation_compartment.py.html>`__ to see an example of how to use change_ml_application_implementation_compartment API.
|
1379
1379
|
"""
|
1380
1380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1381
1381
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -1491,7 +1491,7 @@ class DataScienceClient(object):
|
|
1491
1491
|
:rtype: :class:`~oci.response.Response`
|
1492
1492
|
|
1493
1493
|
:example:
|
1494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_ml_application_instance_compartment.py.html>`__ to see an example of how to use change_ml_application_instance_compartment API.
|
1495
1495
|
"""
|
1496
1496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1497
1497
|
required_arguments = ['mlApplicationInstanceId']
|
@@ -1607,7 +1607,7 @@ class DataScienceClient(object):
|
|
1607
1607
|
:rtype: :class:`~oci.response.Response`
|
1608
1608
|
|
1609
1609
|
:example:
|
1610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_ml_application_instance_view_compartment.py.html>`__ to see an example of how to use change_ml_application_instance_view_compartment API.
|
1611
1611
|
"""
|
1612
1612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1613
1613
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -1725,7 +1725,7 @@ class DataScienceClient(object):
|
|
1725
1725
|
:rtype: :class:`~oci.response.Response`
|
1726
1726
|
|
1727
1727
|
:example:
|
1728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
1729
1729
|
"""
|
1730
1730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1731
1731
|
required_arguments = ['modelId']
|
@@ -1841,7 +1841,7 @@ class DataScienceClient(object):
|
|
1841
1841
|
:rtype: :class:`~oci.response.Response`
|
1842
1842
|
|
1843
1843
|
:example:
|
1844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
|
1845
1845
|
"""
|
1846
1846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1847
1847
|
required_arguments = ['modelDeploymentId']
|
@@ -1957,7 +1957,7 @@ class DataScienceClient(object):
|
|
1957
1957
|
:rtype: :class:`~oci.response.Response`
|
1958
1958
|
|
1959
1959
|
:example:
|
1960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
|
1961
1961
|
"""
|
1962
1962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1963
1963
|
required_arguments = ['modelVersionSetId']
|
@@ -2073,7 +2073,7 @@ class DataScienceClient(object):
|
|
2073
2073
|
:rtype: :class:`~oci.response.Response`
|
2074
2074
|
|
2075
2075
|
:example:
|
2076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
|
2077
2077
|
"""
|
2078
2078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2079
2079
|
required_arguments = ['notebookSessionId']
|
@@ -2186,7 +2186,7 @@ class DataScienceClient(object):
|
|
2186
2186
|
:rtype: :class:`~oci.response.Response`
|
2187
2187
|
|
2188
2188
|
:example:
|
2189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
|
2190
2190
|
"""
|
2191
2191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2192
2192
|
required_arguments = ['pipelineId']
|
@@ -2296,7 +2296,7 @@ class DataScienceClient(object):
|
|
2296
2296
|
:rtype: :class:`~oci.response.Response`
|
2297
2297
|
|
2298
2298
|
:example:
|
2299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
|
2300
2300
|
"""
|
2301
2301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2302
2302
|
required_arguments = ['pipelineRunId']
|
@@ -2409,7 +2409,7 @@ class DataScienceClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['projectId']
|
@@ -2523,7 +2523,7 @@ class DataScienceClient(object):
|
|
2523
2523
|
:rtype: :class:`~oci.response.Response`
|
2524
2524
|
|
2525
2525
|
:example:
|
2526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/change_schedule_compartment.py.html>`__ to see an example of how to use change_schedule_compartment API.
|
2527
2527
|
"""
|
2528
2528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2529
2529
|
required_arguments = ['scheduleId']
|
@@ -2629,7 +2629,7 @@ class DataScienceClient(object):
|
|
2629
2629
|
:rtype: :class:`~oci.response.Response`
|
2630
2630
|
|
2631
2631
|
:example:
|
2632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
|
2633
2633
|
"""
|
2634
2634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2635
2635
|
required_arguments = []
|
@@ -2723,7 +2723,7 @@ class DataScienceClient(object):
|
|
2723
2723
|
:rtype: :class:`~oci.response.Response`
|
2724
2724
|
|
2725
2725
|
:example:
|
2726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
|
2727
2727
|
"""
|
2728
2728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2729
2729
|
required_arguments = []
|
@@ -2836,7 +2836,7 @@ class DataScienceClient(object):
|
|
2836
2836
|
:rtype: :class:`~oci.response.Response`
|
2837
2837
|
|
2838
2838
|
:example:
|
2839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
|
2840
2840
|
"""
|
2841
2841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2842
2842
|
required_arguments = ['jobId']
|
@@ -2968,7 +2968,7 @@ class DataScienceClient(object):
|
|
2968
2968
|
:rtype: :class:`~oci.response.Response`
|
2969
2969
|
|
2970
2970
|
:example:
|
2971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
|
2972
2972
|
"""
|
2973
2973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2974
2974
|
required_arguments = []
|
@@ -3064,7 +3064,7 @@ class DataScienceClient(object):
|
|
3064
3064
|
:rtype: :class:`~oci.response.Response`
|
3065
3065
|
|
3066
3066
|
:example:
|
3067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_ml_application.py.html>`__ to see an example of how to use create_ml_application API.
|
3068
3068
|
"""
|
3069
3069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3070
3070
|
required_arguments = []
|
@@ -3158,7 +3158,7 @@ class DataScienceClient(object):
|
|
3158
3158
|
:rtype: :class:`~oci.response.Response`
|
3159
3159
|
|
3160
3160
|
:example:
|
3161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_ml_application_implementation.py.html>`__ to see an example of how to use create_ml_application_implementation API.
|
3162
3162
|
"""
|
3163
3163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3164
3164
|
required_arguments = []
|
@@ -3252,7 +3252,7 @@ class DataScienceClient(object):
|
|
3252
3252
|
:rtype: :class:`~oci.response.Response`
|
3253
3253
|
|
3254
3254
|
:example:
|
3255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_ml_application_instance.py.html>`__ to see an example of how to use create_ml_application_instance API.
|
3256
3256
|
"""
|
3257
3257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3258
3258
|
required_arguments = []
|
@@ -3346,7 +3346,7 @@ class DataScienceClient(object):
|
|
3346
3346
|
:rtype: :class:`~oci.response.Response`
|
3347
3347
|
|
3348
3348
|
:example:
|
3349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
|
3350
3350
|
"""
|
3351
3351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3352
3352
|
required_arguments = []
|
@@ -3471,7 +3471,7 @@ class DataScienceClient(object):
|
|
3471
3471
|
:rtype: :class:`~oci.response.Response`
|
3472
3472
|
|
3473
3473
|
:example:
|
3474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
|
3475
3475
|
"""
|
3476
3476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3477
3477
|
required_arguments = ['modelId']
|
@@ -3635,7 +3635,7 @@ class DataScienceClient(object):
|
|
3635
3635
|
:rtype: :class:`~oci.response.Response`
|
3636
3636
|
|
3637
3637
|
:example:
|
3638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use create_model_custom_metadatum_artifact API.
|
3639
3639
|
"""
|
3640
3640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3641
3641
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -3795,7 +3795,7 @@ class DataScienceClient(object):
|
|
3795
3795
|
:rtype: :class:`~oci.response.Response`
|
3796
3796
|
|
3797
3797
|
:example:
|
3798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use create_model_defined_metadatum_artifact API.
|
3799
3799
|
"""
|
3800
3800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3801
3801
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -3927,7 +3927,7 @@ class DataScienceClient(object):
|
|
3927
3927
|
:rtype: :class:`~oci.response.Response`
|
3928
3928
|
|
3929
3929
|
:example:
|
3930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
|
3931
3931
|
"""
|
3932
3932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3933
3933
|
required_arguments = []
|
@@ -4028,7 +4028,7 @@ class DataScienceClient(object):
|
|
4028
4028
|
:rtype: :class:`~oci.response.Response`
|
4029
4029
|
|
4030
4030
|
:example:
|
4031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
|
4032
4032
|
"""
|
4033
4033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4034
4034
|
required_arguments = ['modelId']
|
@@ -4134,7 +4134,7 @@ class DataScienceClient(object):
|
|
4134
4134
|
:rtype: :class:`~oci.response.Response`
|
4135
4135
|
|
4136
4136
|
:example:
|
4137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
|
4138
4138
|
"""
|
4139
4139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4140
4140
|
required_arguments = []
|
@@ -4228,7 +4228,7 @@ class DataScienceClient(object):
|
|
4228
4228
|
:rtype: :class:`~oci.response.Response`
|
4229
4229
|
|
4230
4230
|
:example:
|
4231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
|
4232
4232
|
"""
|
4233
4233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4234
4234
|
required_arguments = []
|
@@ -4322,7 +4322,7 @@ class DataScienceClient(object):
|
|
4322
4322
|
:rtype: :class:`~oci.response.Response`
|
4323
4323
|
|
4324
4324
|
:example:
|
4325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
4326
4326
|
"""
|
4327
4327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4328
4328
|
required_arguments = []
|
@@ -4419,7 +4419,7 @@ class DataScienceClient(object):
|
|
4419
4419
|
:rtype: :class:`~oci.response.Response`
|
4420
4420
|
|
4421
4421
|
:example:
|
4422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
|
4423
4423
|
"""
|
4424
4424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4425
4425
|
required_arguments = []
|
@@ -4515,7 +4515,7 @@ class DataScienceClient(object):
|
|
4515
4515
|
:rtype: :class:`~oci.response.Response`
|
4516
4516
|
|
4517
4517
|
:example:
|
4518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
|
4519
4519
|
"""
|
4520
4520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4521
4521
|
required_arguments = []
|
@@ -4609,7 +4609,7 @@ class DataScienceClient(object):
|
|
4609
4609
|
:rtype: :class:`~oci.response.Response`
|
4610
4610
|
|
4611
4611
|
:example:
|
4612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
|
4613
4613
|
"""
|
4614
4614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4615
4615
|
required_arguments = []
|
@@ -4730,7 +4730,7 @@ class DataScienceClient(object):
|
|
4730
4730
|
:rtype: :class:`~oci.response.Response`
|
4731
4731
|
|
4732
4732
|
:example:
|
4733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
|
4734
4734
|
"""
|
4735
4735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4736
4736
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -4866,7 +4866,7 @@ class DataScienceClient(object):
|
|
4866
4866
|
:rtype: :class:`~oci.response.Response`
|
4867
4867
|
|
4868
4868
|
:example:
|
4869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
|
4870
4870
|
"""
|
4871
4871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4872
4872
|
required_arguments = ['modelId']
|
@@ -4975,7 +4975,7 @@ class DataScienceClient(object):
|
|
4975
4975
|
:rtype: :class:`~oci.response.Response`
|
4976
4976
|
|
4977
4977
|
:example:
|
4978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
|
4979
4979
|
"""
|
4980
4980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4981
4981
|
required_arguments = ['modelDeploymentId']
|
@@ -5080,7 +5080,7 @@ class DataScienceClient(object):
|
|
5080
5080
|
:rtype: :class:`~oci.response.Response`
|
5081
5081
|
|
5082
5082
|
:example:
|
5083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
|
5084
5084
|
"""
|
5085
5085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5086
5086
|
required_arguments = ['notebookSessionId']
|
@@ -5186,7 +5186,7 @@ class DataScienceClient(object):
|
|
5186
5186
|
:rtype: :class:`~oci.response.Response`
|
5187
5187
|
|
5188
5188
|
:example:
|
5189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/deactivate_schedule.py.html>`__ to see an example of how to use deactivate_schedule API.
|
5190
5190
|
"""
|
5191
5191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5192
5192
|
required_arguments = ['scheduleId']
|
@@ -5294,7 +5294,7 @@ class DataScienceClient(object):
|
|
5294
5294
|
:rtype: :class:`~oci.response.Response`
|
5295
5295
|
|
5296
5296
|
:example:
|
5297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
|
5298
5298
|
"""
|
5299
5299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5300
5300
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -5402,7 +5402,7 @@ class DataScienceClient(object):
|
|
5402
5402
|
:rtype: :class:`~oci.response.Response`
|
5403
5403
|
|
5404
5404
|
:example:
|
5405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
5406
5406
|
"""
|
5407
5407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5408
5408
|
required_arguments = ['jobId']
|
@@ -5517,7 +5517,7 @@ class DataScienceClient(object):
|
|
5517
5517
|
:rtype: :class:`~oci.response.Response`
|
5518
5518
|
|
5519
5519
|
:example:
|
5520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
|
5521
5521
|
"""
|
5522
5522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5523
5523
|
required_arguments = ['jobRunId']
|
@@ -5622,7 +5622,7 @@ class DataScienceClient(object):
|
|
5622
5622
|
:rtype: :class:`~oci.response.Response`
|
5623
5623
|
|
5624
5624
|
:example:
|
5625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_ml_application.py.html>`__ to see an example of how to use delete_ml_application API.
|
5626
5626
|
"""
|
5627
5627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5628
5628
|
required_arguments = ['mlApplicationId']
|
@@ -5727,7 +5727,7 @@ class DataScienceClient(object):
|
|
5727
5727
|
:rtype: :class:`~oci.response.Response`
|
5728
5728
|
|
5729
5729
|
:example:
|
5730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_ml_application_implementation.py.html>`__ to see an example of how to use delete_ml_application_implementation API.
|
5731
5731
|
"""
|
5732
5732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5733
5733
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -5832,7 +5832,7 @@ class DataScienceClient(object):
|
|
5832
5832
|
:rtype: :class:`~oci.response.Response`
|
5833
5833
|
|
5834
5834
|
:example:
|
5835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_ml_application_instance.py.html>`__ to see an example of how to use delete_ml_application_instance API.
|
5836
5836
|
"""
|
5837
5837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5838
5838
|
required_arguments = ['mlApplicationInstanceId']
|
@@ -5939,7 +5939,7 @@ class DataScienceClient(object):
|
|
5939
5939
|
:rtype: :class:`~oci.response.Response`
|
5940
5940
|
|
5941
5941
|
:example:
|
5942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
5943
5943
|
"""
|
5944
5944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5945
5945
|
required_arguments = ['modelId']
|
@@ -6049,7 +6049,7 @@ class DataScienceClient(object):
|
|
6049
6049
|
:rtype: :class:`~oci.response.Response`
|
6050
6050
|
|
6051
6051
|
:example:
|
6052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_custom_metadatum_artifact API.
|
6053
6053
|
"""
|
6054
6054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6055
6055
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -6160,7 +6160,7 @@ class DataScienceClient(object):
|
|
6160
6160
|
:rtype: :class:`~oci.response.Response`
|
6161
6161
|
|
6162
6162
|
:example:
|
6163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use delete_model_defined_metadatum_artifact API.
|
6164
6164
|
"""
|
6165
6165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6166
6166
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -6268,7 +6268,7 @@ class DataScienceClient(object):
|
|
6268
6268
|
:rtype: :class:`~oci.response.Response`
|
6269
6269
|
|
6270
6270
|
:example:
|
6271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
|
6272
6272
|
"""
|
6273
6273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6274
6274
|
required_arguments = ['modelDeploymentId']
|
@@ -6379,7 +6379,7 @@ class DataScienceClient(object):
|
|
6379
6379
|
:rtype: :class:`~oci.response.Response`
|
6380
6380
|
|
6381
6381
|
:example:
|
6382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
|
6383
6383
|
"""
|
6384
6384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6385
6385
|
required_arguments = ['modelVersionSetId']
|
@@ -6494,7 +6494,7 @@ class DataScienceClient(object):
|
|
6494
6494
|
:rtype: :class:`~oci.response.Response`
|
6495
6495
|
|
6496
6496
|
:example:
|
6497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
|
6498
6498
|
"""
|
6499
6499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6500
6500
|
required_arguments = ['notebookSessionId']
|
@@ -6607,7 +6607,7 @@ class DataScienceClient(object):
|
|
6607
6607
|
:rtype: :class:`~oci.response.Response`
|
6608
6608
|
|
6609
6609
|
:example:
|
6610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
6611
6611
|
"""
|
6612
6612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6613
6613
|
required_arguments = ['pipelineId']
|
@@ -6725,7 +6725,7 @@ class DataScienceClient(object):
|
|
6725
6725
|
:rtype: :class:`~oci.response.Response`
|
6726
6726
|
|
6727
6727
|
:example:
|
6728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
|
6729
6729
|
"""
|
6730
6730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6731
6731
|
required_arguments = ['pipelineRunId']
|
@@ -6838,7 +6838,7 @@ class DataScienceClient(object):
|
|
6838
6838
|
:rtype: :class:`~oci.response.Response`
|
6839
6839
|
|
6840
6840
|
:example:
|
6841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
6842
6842
|
"""
|
6843
6843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6844
6844
|
required_arguments = ['projectId']
|
@@ -6943,7 +6943,7 @@ class DataScienceClient(object):
|
|
6943
6943
|
:rtype: :class:`~oci.response.Response`
|
6944
6944
|
|
6945
6945
|
:example:
|
6946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
|
6947
6947
|
"""
|
6948
6948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6949
6949
|
required_arguments = ['scheduleId']
|
@@ -7052,7 +7052,7 @@ class DataScienceClient(object):
|
|
7052
7052
|
:rtype: :class:`~oci.response.Response`
|
7053
7053
|
|
7054
7054
|
:example:
|
7055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/disable_ml_application_instance_view_trigger.py.html>`__ to see an example of how to use disable_ml_application_instance_view_trigger API.
|
7056
7056
|
"""
|
7057
7057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7058
7058
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -7170,7 +7170,7 @@ class DataScienceClient(object):
|
|
7170
7170
|
:rtype: :class:`~oci.response.Response`
|
7171
7171
|
|
7172
7172
|
:example:
|
7173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/enable_ml_application_instance_view_trigger.py.html>`__ to see an example of how to use enable_ml_application_instance_view_trigger API.
|
7174
7174
|
"""
|
7175
7175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7176
7176
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -7290,7 +7290,7 @@ class DataScienceClient(object):
|
|
7290
7290
|
:rtype: :class:`~oci.response.Response`
|
7291
7291
|
|
7292
7292
|
:example:
|
7293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
|
7294
7294
|
"""
|
7295
7295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7296
7296
|
required_arguments = ['modelId']
|
@@ -7393,7 +7393,7 @@ class DataScienceClient(object):
|
|
7393
7393
|
:rtype: :class:`~oci.response.Response`
|
7394
7394
|
|
7395
7395
|
:example:
|
7396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
|
7397
7397
|
"""
|
7398
7398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7399
7399
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -7493,7 +7493,7 @@ class DataScienceClient(object):
|
|
7493
7493
|
:rtype: :class:`~oci.response.Response`
|
7494
7494
|
|
7495
7495
|
:example:
|
7496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
|
7497
7497
|
"""
|
7498
7498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7499
7499
|
required_arguments = ['jobId']
|
@@ -7599,7 +7599,7 @@ class DataScienceClient(object):
|
|
7599
7599
|
:rtype: :class:`~oci.response.Response`
|
7600
7600
|
|
7601
7601
|
:example:
|
7602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
|
7603
7603
|
"""
|
7604
7604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7605
7605
|
required_arguments = ['jobId']
|
@@ -7701,7 +7701,7 @@ class DataScienceClient(object):
|
|
7701
7701
|
:rtype: :class:`~oci.response.Response`
|
7702
7702
|
|
7703
7703
|
:example:
|
7704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
7705
7705
|
"""
|
7706
7706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7707
7707
|
required_arguments = ['jobRunId']
|
@@ -7799,7 +7799,7 @@ class DataScienceClient(object):
|
|
7799
7799
|
:rtype: :class:`~oci.response.Response`
|
7800
7800
|
|
7801
7801
|
:example:
|
7802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application.py.html>`__ to see an example of how to use get_ml_application API.
|
7803
7803
|
"""
|
7804
7804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7805
7805
|
required_arguments = ['mlApplicationId']
|
@@ -7897,7 +7897,7 @@ class DataScienceClient(object):
|
|
7897
7897
|
:rtype: :class:`~oci.response.Response`
|
7898
7898
|
|
7899
7899
|
:example:
|
7900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_historical_package_content.py.html>`__ to see an example of how to use get_ml_application_historical_package_content API.
|
7901
7901
|
"""
|
7902
7902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7903
7903
|
required_arguments = ['mlApplicationImplementationVersionId']
|
@@ -7995,7 +7995,7 @@ class DataScienceClient(object):
|
|
7995
7995
|
:rtype: :class:`~oci.response.Response`
|
7996
7996
|
|
7997
7997
|
:example:
|
7998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_implementation.py.html>`__ to see an example of how to use get_ml_application_implementation API.
|
7999
7999
|
"""
|
8000
8000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8001
8001
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -8093,7 +8093,7 @@ class DataScienceClient(object):
|
|
8093
8093
|
:rtype: :class:`~oci.response.Response`
|
8094
8094
|
|
8095
8095
|
:example:
|
8096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_implementation_version.py.html>`__ to see an example of how to use get_ml_application_implementation_version API.
|
8097
8097
|
"""
|
8098
8098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8099
8099
|
required_arguments = ['mlApplicationImplementationVersionId']
|
@@ -8191,7 +8191,7 @@ class DataScienceClient(object):
|
|
8191
8191
|
:rtype: :class:`~oci.response.Response`
|
8192
8192
|
|
8193
8193
|
:example:
|
8194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_instance.py.html>`__ to see an example of how to use get_ml_application_instance API.
|
8195
8195
|
"""
|
8196
8196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8197
8197
|
required_arguments = ['mlApplicationInstanceId']
|
@@ -8289,7 +8289,7 @@ class DataScienceClient(object):
|
|
8289
8289
|
:rtype: :class:`~oci.response.Response`
|
8290
8290
|
|
8291
8291
|
:example:
|
8292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_instance_view.py.html>`__ to see an example of how to use get_ml_application_instance_view API.
|
8293
8293
|
"""
|
8294
8294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8295
8295
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -8387,7 +8387,7 @@ class DataScienceClient(object):
|
|
8387
8387
|
:rtype: :class:`~oci.response.Response`
|
8388
8388
|
|
8389
8389
|
:example:
|
8390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_ml_application_package_content.py.html>`__ to see an example of how to use get_ml_application_package_content API.
|
8391
8391
|
"""
|
8392
8392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8393
8393
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -8487,7 +8487,7 @@ class DataScienceClient(object):
|
|
8487
8487
|
:rtype: :class:`~oci.response.Response`
|
8488
8488
|
|
8489
8489
|
:example:
|
8490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
|
8491
8491
|
"""
|
8492
8492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8493
8493
|
required_arguments = ['modelId']
|
@@ -8593,7 +8593,7 @@ class DataScienceClient(object):
|
|
8593
8593
|
:rtype: :class:`~oci.response.Response`
|
8594
8594
|
|
8595
8595
|
:example:
|
8596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
|
8597
8597
|
"""
|
8598
8598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8599
8599
|
required_arguments = ['modelId']
|
@@ -8704,7 +8704,7 @@ class DataScienceClient(object):
|
|
8704
8704
|
:rtype: :class:`~oci.response.Response`
|
8705
8705
|
|
8706
8706
|
:example:
|
8707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_custom_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_custom_metadatum_artifact_content API.
|
8708
8708
|
"""
|
8709
8709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8710
8710
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -8816,7 +8816,7 @@ class DataScienceClient(object):
|
|
8816
8816
|
:rtype: :class:`~oci.response.Response`
|
8817
8817
|
|
8818
8818
|
:example:
|
8819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_defined_metadatum_artifact_content.py.html>`__ to see an example of how to use get_model_defined_metadatum_artifact_content API.
|
8820
8820
|
"""
|
8821
8821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8822
8822
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -8919,7 +8919,7 @@ class DataScienceClient(object):
|
|
8919
8919
|
:rtype: :class:`~oci.response.Response`
|
8920
8920
|
|
8921
8921
|
:example:
|
8922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
|
8923
8923
|
"""
|
8924
8924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8925
8925
|
required_arguments = ['modelDeploymentId']
|
@@ -9019,7 +9019,7 @@ class DataScienceClient(object):
|
|
9019
9019
|
:rtype: :class:`~oci.response.Response`
|
9020
9020
|
|
9021
9021
|
:example:
|
9022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
|
9023
9023
|
"""
|
9024
9024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9025
9025
|
required_arguments = ['modelId']
|
@@ -9119,7 +9119,7 @@ class DataScienceClient(object):
|
|
9119
9119
|
:rtype: :class:`~oci.response.Response`
|
9120
9120
|
|
9121
9121
|
:example:
|
9122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
|
9123
9123
|
"""
|
9124
9124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9125
9125
|
required_arguments = ['modelVersionSetId']
|
@@ -9219,7 +9219,7 @@ class DataScienceClient(object):
|
|
9219
9219
|
:rtype: :class:`~oci.response.Response`
|
9220
9220
|
|
9221
9221
|
:example:
|
9222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
|
9223
9223
|
"""
|
9224
9224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9225
9225
|
required_arguments = ['notebookSessionId']
|
@@ -9319,7 +9319,7 @@ class DataScienceClient(object):
|
|
9319
9319
|
:rtype: :class:`~oci.response.Response`
|
9320
9320
|
|
9321
9321
|
:example:
|
9322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
9323
9323
|
"""
|
9324
9324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9325
9325
|
required_arguments = ['pipelineId']
|
@@ -9419,7 +9419,7 @@ class DataScienceClient(object):
|
|
9419
9419
|
:rtype: :class:`~oci.response.Response`
|
9420
9420
|
|
9421
9421
|
:example:
|
9422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
|
9423
9423
|
"""
|
9424
9424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9425
9425
|
required_arguments = ['pipelineRunId']
|
@@ -9519,7 +9519,7 @@ class DataScienceClient(object):
|
|
9519
9519
|
:rtype: :class:`~oci.response.Response`
|
9520
9520
|
|
9521
9521
|
:example:
|
9522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
|
9523
9523
|
"""
|
9524
9524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9525
9525
|
required_arguments = ['projectId']
|
@@ -9617,7 +9617,7 @@ class DataScienceClient(object):
|
|
9617
9617
|
:rtype: :class:`~oci.response.Response`
|
9618
9618
|
|
9619
9619
|
:example:
|
9620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
|
9621
9621
|
"""
|
9622
9622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9623
9623
|
required_arguments = ['scheduleId']
|
@@ -9726,7 +9726,7 @@ class DataScienceClient(object):
|
|
9726
9726
|
:rtype: :class:`~oci.response.Response`
|
9727
9727
|
|
9728
9728
|
:example:
|
9729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
|
9730
9730
|
"""
|
9731
9731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9732
9732
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -9831,7 +9831,7 @@ class DataScienceClient(object):
|
|
9831
9831
|
:rtype: :class:`~oci.response.Response`
|
9832
9832
|
|
9833
9833
|
:example:
|
9834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9835
9835
|
"""
|
9836
9836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9837
9837
|
required_arguments = ['workRequestId']
|
@@ -9931,7 +9931,7 @@ class DataScienceClient(object):
|
|
9931
9931
|
:rtype: :class:`~oci.response.Response`
|
9932
9932
|
|
9933
9933
|
:example:
|
9934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
|
9935
9935
|
"""
|
9936
9936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9937
9937
|
required_arguments = ['jobId']
|
@@ -10029,7 +10029,7 @@ class DataScienceClient(object):
|
|
10029
10029
|
:rtype: :class:`~oci.response.Response`
|
10030
10030
|
|
10031
10031
|
:example:
|
10032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
|
10033
10033
|
"""
|
10034
10034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10035
10035
|
required_arguments = ['modelId']
|
@@ -10130,7 +10130,7 @@ class DataScienceClient(object):
|
|
10130
10130
|
:rtype: :class:`~oci.response.Response`
|
10131
10131
|
|
10132
10132
|
:example:
|
10133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/head_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use head_model_custom_metadatum_artifact API.
|
10134
10134
|
"""
|
10135
10135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10136
10136
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -10232,7 +10232,7 @@ class DataScienceClient(object):
|
|
10232
10232
|
:rtype: :class:`~oci.response.Response`
|
10233
10233
|
|
10234
10234
|
:example:
|
10235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/head_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use head_model_defined_metadatum_artifact API.
|
10236
10236
|
"""
|
10237
10237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10238
10238
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -10334,7 +10334,7 @@ class DataScienceClient(object):
|
|
10334
10334
|
:rtype: :class:`~oci.response.Response`
|
10335
10335
|
|
10336
10336
|
:example:
|
10337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
|
10338
10338
|
"""
|
10339
10339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10340
10340
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -10443,7 +10443,7 @@ class DataScienceClient(object):
|
|
10443
10443
|
:rtype: :class:`~oci.response.Response`
|
10444
10444
|
|
10445
10445
|
:example:
|
10446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
|
10447
10447
|
"""
|
10448
10448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10449
10449
|
required_arguments = ['modelId']
|
@@ -10584,7 +10584,7 @@ class DataScienceClient(object):
|
|
10584
10584
|
:rtype: :class:`~oci.response.Response`
|
10585
10585
|
|
10586
10586
|
:example:
|
10587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_containers.py.html>`__ to see an example of how to use list_containers API.
|
10588
10588
|
"""
|
10589
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10590
10590
|
required_arguments = []
|
@@ -10763,7 +10763,7 @@ class DataScienceClient(object):
|
|
10763
10763
|
:rtype: :class:`~oci.response.Response`
|
10764
10764
|
|
10765
10765
|
:example:
|
10766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
|
10767
10767
|
"""
|
10768
10768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10769
10769
|
required_arguments = ['compartmentId']
|
@@ -10920,7 +10920,7 @@ class DataScienceClient(object):
|
|
10920
10920
|
:rtype: :class:`~oci.response.Response`
|
10921
10921
|
|
10922
10922
|
:example:
|
10923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
|
10924
10924
|
"""
|
10925
10925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10926
10926
|
required_arguments = ['compartmentId']
|
@@ -11074,7 +11074,7 @@ class DataScienceClient(object):
|
|
11074
11074
|
:rtype: :class:`~oci.response.Response`
|
11075
11075
|
|
11076
11076
|
:example:
|
11077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
11078
11078
|
"""
|
11079
11079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11080
11080
|
required_arguments = ['compartmentId']
|
@@ -11226,7 +11226,7 @@ class DataScienceClient(object):
|
|
11226
11226
|
:rtype: :class:`~oci.response.Response`
|
11227
11227
|
|
11228
11228
|
:example:
|
11229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
|
11230
11230
|
"""
|
11231
11231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11232
11232
|
required_arguments = ['compartmentId']
|
@@ -11380,7 +11380,7 @@ class DataScienceClient(object):
|
|
11380
11380
|
:rtype: :class:`~oci.response.Response`
|
11381
11381
|
|
11382
11382
|
:example:
|
11383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
11384
11384
|
"""
|
11385
11385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11386
11386
|
required_arguments = ['compartmentId']
|
@@ -11545,7 +11545,7 @@ class DataScienceClient(object):
|
|
11545
11545
|
:rtype: :class:`~oci.response.Response`
|
11546
11546
|
|
11547
11547
|
:example:
|
11548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_ml_application_implementation_versions.py.html>`__ to see an example of how to use list_ml_application_implementation_versions API.
|
11549
11549
|
"""
|
11550
11550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11551
11551
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -11716,7 +11716,7 @@ class DataScienceClient(object):
|
|
11716
11716
|
:rtype: :class:`~oci.response.Response`
|
11717
11717
|
|
11718
11718
|
:example:
|
11719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_ml_application_implementations.py.html>`__ to see an example of how to use list_ml_application_implementations API.
|
11720
11720
|
"""
|
11721
11721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11722
11722
|
required_arguments = ['compartmentId']
|
@@ -11892,7 +11892,7 @@ class DataScienceClient(object):
|
|
11892
11892
|
:rtype: :class:`~oci.response.Response`
|
11893
11893
|
|
11894
11894
|
:example:
|
11895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_ml_application_instance_views.py.html>`__ to see an example of how to use list_ml_application_instance_views API.
|
11896
11896
|
"""
|
11897
11897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11898
11898
|
required_arguments = ['compartmentId']
|
@@ -12063,7 +12063,7 @@ class DataScienceClient(object):
|
|
12063
12063
|
:rtype: :class:`~oci.response.Response`
|
12064
12064
|
|
12065
12065
|
:example:
|
12066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_ml_application_instances.py.html>`__ to see an example of how to use list_ml_application_instances API.
|
12067
12067
|
"""
|
12068
12068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12069
12069
|
required_arguments = ['compartmentId']
|
@@ -12235,7 +12235,7 @@ class DataScienceClient(object):
|
|
12235
12235
|
:rtype: :class:`~oci.response.Response`
|
12236
12236
|
|
12237
12237
|
:example:
|
12238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_ml_applications.py.html>`__ to see an example of how to use list_ml_applications API.
|
12239
12239
|
"""
|
12240
12240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12241
12241
|
required_arguments = ['compartmentId']
|
@@ -12385,7 +12385,7 @@ class DataScienceClient(object):
|
|
12385
12385
|
:rtype: :class:`~oci.response.Response`
|
12386
12386
|
|
12387
12387
|
:example:
|
12388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
|
12389
12389
|
"""
|
12390
12390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12391
12391
|
required_arguments = ['compartmentId']
|
@@ -12539,7 +12539,7 @@ class DataScienceClient(object):
|
|
12539
12539
|
:rtype: :class:`~oci.response.Response`
|
12540
12540
|
|
12541
12541
|
:example:
|
12542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
|
12543
12543
|
"""
|
12544
12544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12545
12545
|
required_arguments = ['compartmentId']
|
@@ -12731,7 +12731,7 @@ class DataScienceClient(object):
|
|
12731
12731
|
:rtype: :class:`~oci.response.Response`
|
12732
12732
|
|
12733
12733
|
:example:
|
12734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
|
12735
12735
|
"""
|
12736
12736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12737
12737
|
required_arguments = ['compartmentId']
|
@@ -12939,7 +12939,7 @@ class DataScienceClient(object):
|
|
12939
12939
|
:rtype: :class:`~oci.response.Response`
|
12940
12940
|
|
12941
12941
|
:example:
|
12942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
|
12943
12943
|
"""
|
12944
12944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12945
12945
|
required_arguments = ['compartmentId']
|
@@ -13104,7 +13104,7 @@ class DataScienceClient(object):
|
|
13104
13104
|
:rtype: :class:`~oci.response.Response`
|
13105
13105
|
|
13106
13106
|
:example:
|
13107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
|
13108
13108
|
"""
|
13109
13109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13110
13110
|
required_arguments = ['compartmentId']
|
@@ -13258,7 +13258,7 @@ class DataScienceClient(object):
|
|
13258
13258
|
:rtype: :class:`~oci.response.Response`
|
13259
13259
|
|
13260
13260
|
:example:
|
13261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
|
13262
13262
|
"""
|
13263
13263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13264
13264
|
required_arguments = ['compartmentId']
|
@@ -13446,7 +13446,7 @@ class DataScienceClient(object):
|
|
13446
13446
|
:rtype: :class:`~oci.response.Response`
|
13447
13447
|
|
13448
13448
|
:example:
|
13449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
|
13450
13450
|
"""
|
13451
13451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13452
13452
|
required_arguments = ['compartmentId']
|
@@ -13634,7 +13634,7 @@ class DataScienceClient(object):
|
|
13634
13634
|
:rtype: :class:`~oci.response.Response`
|
13635
13635
|
|
13636
13636
|
:example:
|
13637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
13638
13638
|
"""
|
13639
13639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13640
13640
|
required_arguments = ['compartmentId']
|
@@ -13818,7 +13818,7 @@ class DataScienceClient(object):
|
|
13818
13818
|
:rtype: :class:`~oci.response.Response`
|
13819
13819
|
|
13820
13820
|
:example:
|
13821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
13822
13822
|
"""
|
13823
13823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13824
13824
|
required_arguments = ['compartmentId']
|
@@ -13994,7 +13994,7 @@ class DataScienceClient(object):
|
|
13994
13994
|
:rtype: :class:`~oci.response.Response`
|
13995
13995
|
|
13996
13996
|
:example:
|
13997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
|
13998
13998
|
"""
|
13999
13999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14000
14000
|
required_arguments = ['compartmentId']
|
@@ -14144,7 +14144,7 @@ class DataScienceClient(object):
|
|
14144
14144
|
:rtype: :class:`~oci.response.Response`
|
14145
14145
|
|
14146
14146
|
:example:
|
14147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
14148
14148
|
"""
|
14149
14149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14150
14150
|
required_arguments = ['workRequestId']
|
@@ -14272,7 +14272,7 @@ class DataScienceClient(object):
|
|
14272
14272
|
:rtype: :class:`~oci.response.Response`
|
14273
14273
|
|
14274
14274
|
:example:
|
14275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
14276
14276
|
"""
|
14277
14277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14278
14278
|
required_arguments = ['workRequestId']
|
@@ -14425,7 +14425,7 @@ class DataScienceClient(object):
|
|
14425
14425
|
:rtype: :class:`~oci.response.Response`
|
14426
14426
|
|
14427
14427
|
:example:
|
14428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
14429
14429
|
"""
|
14430
14430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14431
14431
|
required_arguments = ['compartmentId']
|
@@ -14588,7 +14588,7 @@ class DataScienceClient(object):
|
|
14588
14588
|
:rtype: :class:`~oci.response.Response`
|
14589
14589
|
|
14590
14590
|
:example:
|
14591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/put_ml_application_package.py.html>`__ to see an example of how to use put_ml_application_package API.
|
14592
14592
|
"""
|
14593
14593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14594
14594
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -14727,7 +14727,7 @@ class DataScienceClient(object):
|
|
14727
14727
|
:rtype: :class:`~oci.response.Response`
|
14728
14728
|
|
14729
14729
|
:example:
|
14730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/recover_ml_application_instance_view.py.html>`__ to see an example of how to use recover_ml_application_instance_view API.
|
14731
14731
|
"""
|
14732
14732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14733
14733
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -14843,7 +14843,7 @@ class DataScienceClient(object):
|
|
14843
14843
|
:rtype: :class:`~oci.response.Response`
|
14844
14844
|
|
14845
14845
|
:example:
|
14846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/register_model_artifact_reference.py.html>`__ to see an example of how to use register_model_artifact_reference API.
|
14847
14847
|
"""
|
14848
14848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14849
14849
|
required_arguments = ['modelId']
|
@@ -14961,7 +14961,7 @@ class DataScienceClient(object):
|
|
14961
14961
|
:rtype: :class:`~oci.response.Response`
|
14962
14962
|
|
14963
14963
|
:example:
|
14964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
|
14965
14965
|
"""
|
14966
14966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14967
14967
|
required_arguments = ['modelId']
|
@@ -15076,7 +15076,7 @@ class DataScienceClient(object):
|
|
15076
15076
|
:rtype: :class:`~oci.response.Response`
|
15077
15077
|
|
15078
15078
|
:example:
|
15079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/trigger_ml_application_instance_flow.py.html>`__ to see an example of how to use trigger_ml_application_instance_flow API.
|
15080
15080
|
"""
|
15081
15081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15082
15082
|
required_arguments = ['mlApplicationInstanceId']
|
@@ -15183,7 +15183,7 @@ class DataScienceClient(object):
|
|
15183
15183
|
:rtype: :class:`~oci.response.Response`
|
15184
15184
|
|
15185
15185
|
:example:
|
15186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/trigger_ml_application_instance_view_flow.py.html>`__ to see an example of how to use trigger_ml_application_instance_view_flow API.
|
15187
15187
|
"""
|
15188
15188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15189
15189
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -15296,7 +15296,7 @@ class DataScienceClient(object):
|
|
15296
15296
|
:rtype: :class:`~oci.response.Response`
|
15297
15297
|
|
15298
15298
|
:example:
|
15299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
|
15300
15300
|
"""
|
15301
15301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15302
15302
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -15408,7 +15408,7 @@ class DataScienceClient(object):
|
|
15408
15408
|
:rtype: :class:`~oci.response.Response`
|
15409
15409
|
|
15410
15410
|
:example:
|
15411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
|
15412
15412
|
"""
|
15413
15413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15414
15414
|
required_arguments = ['jobId']
|
@@ -15522,7 +15522,7 @@ class DataScienceClient(object):
|
|
15522
15522
|
:rtype: :class:`~oci.response.Response`
|
15523
15523
|
|
15524
15524
|
:example:
|
15525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
|
15526
15526
|
"""
|
15527
15527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15528
15528
|
required_arguments = ['jobRunId']
|
@@ -15634,7 +15634,7 @@ class DataScienceClient(object):
|
|
15634
15634
|
:rtype: :class:`~oci.response.Response`
|
15635
15635
|
|
15636
15636
|
:example:
|
15637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_ml_application.py.html>`__ to see an example of how to use update_ml_application API.
|
15638
15638
|
"""
|
15639
15639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15640
15640
|
required_arguments = ['mlApplicationId']
|
@@ -15746,7 +15746,7 @@ class DataScienceClient(object):
|
|
15746
15746
|
:rtype: :class:`~oci.response.Response`
|
15747
15747
|
|
15748
15748
|
:example:
|
15749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_ml_application_implementation.py.html>`__ to see an example of how to use update_ml_application_implementation API.
|
15750
15750
|
"""
|
15751
15751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15752
15752
|
required_arguments = ['mlApplicationImplementationId']
|
@@ -15856,7 +15856,7 @@ class DataScienceClient(object):
|
|
15856
15856
|
:rtype: :class:`~oci.response.Response`
|
15857
15857
|
|
15858
15858
|
:example:
|
15859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_ml_application_implementation_version.py.html>`__ to see an example of how to use update_ml_application_implementation_version API.
|
15860
15860
|
"""
|
15861
15861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15862
15862
|
required_arguments = ['mlApplicationImplementationVersionId']
|
@@ -15968,7 +15968,7 @@ class DataScienceClient(object):
|
|
15968
15968
|
:rtype: :class:`~oci.response.Response`
|
15969
15969
|
|
15970
15970
|
:example:
|
15971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_ml_application_instance.py.html>`__ to see an example of how to use update_ml_application_instance API.
|
15972
15972
|
"""
|
15973
15973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15974
15974
|
required_arguments = ['mlApplicationInstanceId']
|
@@ -16078,7 +16078,7 @@ class DataScienceClient(object):
|
|
16078
16078
|
:rtype: :class:`~oci.response.Response`
|
16079
16079
|
|
16080
16080
|
:example:
|
16081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_ml_application_instance_view.py.html>`__ to see an example of how to use update_ml_application_instance_view API.
|
16082
16082
|
"""
|
16083
16083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16084
16084
|
required_arguments = ['mlApplicationInstanceViewId']
|
@@ -16190,7 +16190,7 @@ class DataScienceClient(object):
|
|
16190
16190
|
:rtype: :class:`~oci.response.Response`
|
16191
16191
|
|
16192
16192
|
:example:
|
16193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
|
16194
16194
|
"""
|
16195
16195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16196
16196
|
required_arguments = ['modelId']
|
@@ -16326,7 +16326,7 @@ class DataScienceClient(object):
|
|
16326
16326
|
:rtype: :class:`~oci.response.Response`
|
16327
16327
|
|
16328
16328
|
:example:
|
16329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model_custom_metadatum_artifact.py.html>`__ to see an example of how to use update_model_custom_metadatum_artifact API.
|
16330
16330
|
"""
|
16331
16331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16332
16332
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -16488,7 +16488,7 @@ class DataScienceClient(object):
|
|
16488
16488
|
:rtype: :class:`~oci.response.Response`
|
16489
16489
|
|
16490
16490
|
:example:
|
16491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model_defined_metadatum_artifact.py.html>`__ to see an example of how to use update_model_defined_metadatum_artifact API.
|
16492
16492
|
"""
|
16493
16493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16494
16494
|
required_arguments = ['modelId', 'metadatumKeyName']
|
@@ -16634,7 +16634,7 @@ class DataScienceClient(object):
|
|
16634
16634
|
:rtype: :class:`~oci.response.Response`
|
16635
16635
|
|
16636
16636
|
:example:
|
16637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
|
16638
16638
|
"""
|
16639
16639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16640
16640
|
required_arguments = ['modelDeploymentId']
|
@@ -16746,7 +16746,7 @@ class DataScienceClient(object):
|
|
16746
16746
|
:rtype: :class:`~oci.response.Response`
|
16747
16747
|
|
16748
16748
|
:example:
|
16749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
|
16750
16750
|
"""
|
16751
16751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16752
16752
|
required_arguments = ['modelId']
|
@@ -16860,7 +16860,7 @@ class DataScienceClient(object):
|
|
16860
16860
|
:rtype: :class:`~oci.response.Response`
|
16861
16861
|
|
16862
16862
|
:example:
|
16863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
|
16864
16864
|
"""
|
16865
16865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16866
16866
|
required_arguments = ['modelVersionSetId']
|
@@ -16977,7 +16977,7 @@ class DataScienceClient(object):
|
|
16977
16977
|
:rtype: :class:`~oci.response.Response`
|
16978
16978
|
|
16979
16979
|
:example:
|
16980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
|
16981
16981
|
"""
|
16982
16982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16983
16983
|
required_arguments = ['notebookSessionId']
|
@@ -17091,7 +17091,7 @@ class DataScienceClient(object):
|
|
17091
17091
|
:rtype: :class:`~oci.response.Response`
|
17092
17092
|
|
17093
17093
|
:example:
|
17094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
17095
17095
|
"""
|
17096
17096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17097
17097
|
required_arguments = ['pipelineId']
|
@@ -17203,7 +17203,7 @@ class DataScienceClient(object):
|
|
17203
17203
|
:rtype: :class:`~oci.response.Response`
|
17204
17204
|
|
17205
17205
|
:example:
|
17206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
|
17207
17207
|
"""
|
17208
17208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17209
17209
|
required_arguments = ['pipelineRunId']
|
@@ -17315,7 +17315,7 @@ class DataScienceClient(object):
|
|
17315
17315
|
:rtype: :class:`~oci.response.Response`
|
17316
17316
|
|
17317
17317
|
:example:
|
17318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
|
17319
17319
|
"""
|
17320
17320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17321
17321
|
required_arguments = ['projectId']
|
@@ -17427,7 +17427,7 @@ class DataScienceClient(object):
|
|
17427
17427
|
:rtype: :class:`~oci.response.Response`
|
17428
17428
|
|
17429
17429
|
:example:
|
17430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datascience/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
|
17431
17431
|
"""
|
17432
17432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17433
17433
|
required_arguments = ['scheduleId']
|