oci 2.126.2__py3-none-any.whl → 2.126.3__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/__init__.py +2 -2
- 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 +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- 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 +8 -8
- 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/trace_client.py +4 -4
- 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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- 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 +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- 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 +42 -42
- 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 +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- 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_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- 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/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- 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 +80 -80
- oci/network_load_balancer/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- 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 +14 -14
- 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/operations_insights_client.py +175 -175
- 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 +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- 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 +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- 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/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 +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/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 +64 -64
- 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 +13 -13
- 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/work_requests/work_request_client.py +4 -4
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.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.126.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/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.126.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/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.126.
|
370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/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']
|
@@ -472,7 +472,7 @@ class DataScienceClient(object):
|
|
472
472
|
:rtype: :class:`~oci.response.Response`
|
473
473
|
|
474
474
|
:example:
|
475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
|
476
476
|
"""
|
477
477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
478
478
|
required_arguments = ['jobRunId']
|
@@ -582,7 +582,7 @@ class DataScienceClient(object):
|
|
582
582
|
:rtype: :class:`~oci.response.Response`
|
583
583
|
|
584
584
|
:example:
|
585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
|
586
586
|
"""
|
587
587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
588
588
|
required_arguments = ['pipelineRunId']
|
@@ -692,7 +692,7 @@ class DataScienceClient(object):
|
|
692
692
|
:rtype: :class:`~oci.response.Response`
|
693
693
|
|
694
694
|
:example:
|
695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
696
696
|
"""
|
697
697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
698
698
|
required_arguments = ['workRequestId']
|
@@ -801,7 +801,7 @@ class DataScienceClient(object):
|
|
801
801
|
:rtype: :class:`~oci.response.Response`
|
802
802
|
|
803
803
|
:example:
|
804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
|
805
805
|
"""
|
806
806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
807
807
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -916,7 +916,7 @@ class DataScienceClient(object):
|
|
916
916
|
:rtype: :class:`~oci.response.Response`
|
917
917
|
|
918
918
|
:example:
|
919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
920
920
|
"""
|
921
921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
922
922
|
required_arguments = ['jobId']
|
@@ -1026,7 +1026,7 @@ class DataScienceClient(object):
|
|
1026
1026
|
:rtype: :class:`~oci.response.Response`
|
1027
1027
|
|
1028
1028
|
:example:
|
1029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
|
1030
1030
|
"""
|
1031
1031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1032
1032
|
required_arguments = ['jobRunId']
|
@@ -1139,7 +1139,7 @@ class DataScienceClient(object):
|
|
1139
1139
|
:rtype: :class:`~oci.response.Response`
|
1140
1140
|
|
1141
1141
|
:example:
|
1142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
1143
1143
|
"""
|
1144
1144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1145
1145
|
required_arguments = ['modelId']
|
@@ -1255,7 +1255,7 @@ class DataScienceClient(object):
|
|
1255
1255
|
:rtype: :class:`~oci.response.Response`
|
1256
1256
|
|
1257
1257
|
:example:
|
1258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
|
1259
1259
|
"""
|
1260
1260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1261
1261
|
required_arguments = ['modelDeploymentId']
|
@@ -1371,7 +1371,7 @@ class DataScienceClient(object):
|
|
1371
1371
|
:rtype: :class:`~oci.response.Response`
|
1372
1372
|
|
1373
1373
|
:example:
|
1374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
|
1375
1375
|
"""
|
1376
1376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1377
1377
|
required_arguments = ['modelVersionSetId']
|
@@ -1487,7 +1487,7 @@ class DataScienceClient(object):
|
|
1487
1487
|
:rtype: :class:`~oci.response.Response`
|
1488
1488
|
|
1489
1489
|
:example:
|
1490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
|
1491
1491
|
"""
|
1492
1492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1493
1493
|
required_arguments = ['notebookSessionId']
|
@@ -1600,7 +1600,7 @@ class DataScienceClient(object):
|
|
1600
1600
|
:rtype: :class:`~oci.response.Response`
|
1601
1601
|
|
1602
1602
|
:example:
|
1603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
|
1604
1604
|
"""
|
1605
1605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1606
1606
|
required_arguments = ['pipelineId']
|
@@ -1710,7 +1710,7 @@ class DataScienceClient(object):
|
|
1710
1710
|
:rtype: :class:`~oci.response.Response`
|
1711
1711
|
|
1712
1712
|
:example:
|
1713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
|
1714
1714
|
"""
|
1715
1715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1716
1716
|
required_arguments = ['pipelineRunId']
|
@@ -1823,7 +1823,7 @@ class DataScienceClient(object):
|
|
1823
1823
|
:rtype: :class:`~oci.response.Response`
|
1824
1824
|
|
1825
1825
|
:example:
|
1826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
1827
1827
|
"""
|
1828
1828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1829
1829
|
required_arguments = ['projectId']
|
@@ -1927,7 +1927,7 @@ class DataScienceClient(object):
|
|
1927
1927
|
:rtype: :class:`~oci.response.Response`
|
1928
1928
|
|
1929
1929
|
:example:
|
1930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
|
1931
1931
|
"""
|
1932
1932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1933
1933
|
required_arguments = []
|
@@ -2021,7 +2021,7 @@ class DataScienceClient(object):
|
|
2021
2021
|
:rtype: :class:`~oci.response.Response`
|
2022
2022
|
|
2023
2023
|
:example:
|
2024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
|
2025
2025
|
"""
|
2026
2026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2027
2027
|
required_arguments = []
|
@@ -2134,7 +2134,7 @@ class DataScienceClient(object):
|
|
2134
2134
|
:rtype: :class:`~oci.response.Response`
|
2135
2135
|
|
2136
2136
|
:example:
|
2137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
|
2138
2138
|
"""
|
2139
2139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2140
2140
|
required_arguments = ['jobId']
|
@@ -2263,7 +2263,7 @@ class DataScienceClient(object):
|
|
2263
2263
|
:rtype: :class:`~oci.response.Response`
|
2264
2264
|
|
2265
2265
|
:example:
|
2266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
|
2267
2267
|
"""
|
2268
2268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2269
2269
|
required_arguments = []
|
@@ -2357,7 +2357,7 @@ class DataScienceClient(object):
|
|
2357
2357
|
:rtype: :class:`~oci.response.Response`
|
2358
2358
|
|
2359
2359
|
:example:
|
2360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
|
2361
2361
|
"""
|
2362
2362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2363
2363
|
required_arguments = []
|
@@ -2482,7 +2482,7 @@ class DataScienceClient(object):
|
|
2482
2482
|
:rtype: :class:`~oci.response.Response`
|
2483
2483
|
|
2484
2484
|
:example:
|
2485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
|
2486
2486
|
"""
|
2487
2487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2488
2488
|
required_arguments = ['modelId']
|
@@ -2615,7 +2615,7 @@ class DataScienceClient(object):
|
|
2615
2615
|
:rtype: :class:`~oci.response.Response`
|
2616
2616
|
|
2617
2617
|
:example:
|
2618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
|
2619
2619
|
"""
|
2620
2620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2621
2621
|
required_arguments = []
|
@@ -2714,7 +2714,7 @@ class DataScienceClient(object):
|
|
2714
2714
|
:rtype: :class:`~oci.response.Response`
|
2715
2715
|
|
2716
2716
|
:example:
|
2717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
|
2718
2718
|
"""
|
2719
2719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2720
2720
|
required_arguments = ['modelId']
|
@@ -2820,7 +2820,7 @@ class DataScienceClient(object):
|
|
2820
2820
|
:rtype: :class:`~oci.response.Response`
|
2821
2821
|
|
2822
2822
|
:example:
|
2823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
|
2824
2824
|
"""
|
2825
2825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2826
2826
|
required_arguments = []
|
@@ -2914,7 +2914,7 @@ class DataScienceClient(object):
|
|
2914
2914
|
:rtype: :class:`~oci.response.Response`
|
2915
2915
|
|
2916
2916
|
:example:
|
2917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
|
2918
2918
|
"""
|
2919
2919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2920
2920
|
required_arguments = []
|
@@ -3008,7 +3008,7 @@ class DataScienceClient(object):
|
|
3008
3008
|
:rtype: :class:`~oci.response.Response`
|
3009
3009
|
|
3010
3010
|
:example:
|
3011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
3012
3012
|
"""
|
3013
3013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3014
3014
|
required_arguments = []
|
@@ -3102,7 +3102,7 @@ class DataScienceClient(object):
|
|
3102
3102
|
:rtype: :class:`~oci.response.Response`
|
3103
3103
|
|
3104
3104
|
:example:
|
3105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
|
3106
3106
|
"""
|
3107
3107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3108
3108
|
required_arguments = []
|
@@ -3196,7 +3196,7 @@ class DataScienceClient(object):
|
|
3196
3196
|
:rtype: :class:`~oci.response.Response`
|
3197
3197
|
|
3198
3198
|
:example:
|
3199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
|
3200
3200
|
"""
|
3201
3201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3202
3202
|
required_arguments = []
|
@@ -3317,7 +3317,7 @@ class DataScienceClient(object):
|
|
3317
3317
|
:rtype: :class:`~oci.response.Response`
|
3318
3318
|
|
3319
3319
|
:example:
|
3320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
|
3321
3321
|
"""
|
3322
3322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3323
3323
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -3453,7 +3453,7 @@ class DataScienceClient(object):
|
|
3453
3453
|
:rtype: :class:`~oci.response.Response`
|
3454
3454
|
|
3455
3455
|
:example:
|
3456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
|
3457
3457
|
"""
|
3458
3458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3459
3459
|
required_arguments = ['modelId']
|
@@ -3562,7 +3562,7 @@ class DataScienceClient(object):
|
|
3562
3562
|
:rtype: :class:`~oci.response.Response`
|
3563
3563
|
|
3564
3564
|
:example:
|
3565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
|
3566
3566
|
"""
|
3567
3567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3568
3568
|
required_arguments = ['modelDeploymentId']
|
@@ -3667,7 +3667,7 @@ class DataScienceClient(object):
|
|
3667
3667
|
:rtype: :class:`~oci.response.Response`
|
3668
3668
|
|
3669
3669
|
:example:
|
3670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
|
3671
3671
|
"""
|
3672
3672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3673
3673
|
required_arguments = ['notebookSessionId']
|
@@ -3770,7 +3770,7 @@ class DataScienceClient(object):
|
|
3770
3770
|
:rtype: :class:`~oci.response.Response`
|
3771
3771
|
|
3772
3772
|
:example:
|
3773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
|
3774
3774
|
"""
|
3775
3775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3776
3776
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -3878,7 +3878,7 @@ class DataScienceClient(object):
|
|
3878
3878
|
:rtype: :class:`~oci.response.Response`
|
3879
3879
|
|
3880
3880
|
:example:
|
3881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3882
3882
|
"""
|
3883
3883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3884
3884
|
required_arguments = ['jobId']
|
@@ -3993,7 +3993,7 @@ class DataScienceClient(object):
|
|
3993
3993
|
:rtype: :class:`~oci.response.Response`
|
3994
3994
|
|
3995
3995
|
:example:
|
3996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
|
3997
3997
|
"""
|
3998
3998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3999
3999
|
required_arguments = ['jobRunId']
|
@@ -4100,7 +4100,7 @@ class DataScienceClient(object):
|
|
4100
4100
|
:rtype: :class:`~oci.response.Response`
|
4101
4101
|
|
4102
4102
|
:example:
|
4103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
4104
4104
|
"""
|
4105
4105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4106
4106
|
required_arguments = ['modelId']
|
@@ -4207,7 +4207,7 @@ class DataScienceClient(object):
|
|
4207
4207
|
:rtype: :class:`~oci.response.Response`
|
4208
4208
|
|
4209
4209
|
:example:
|
4210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
|
4211
4211
|
"""
|
4212
4212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4213
4213
|
required_arguments = ['modelDeploymentId']
|
@@ -4318,7 +4318,7 @@ class DataScienceClient(object):
|
|
4318
4318
|
:rtype: :class:`~oci.response.Response`
|
4319
4319
|
|
4320
4320
|
:example:
|
4321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
|
4322
4322
|
"""
|
4323
4323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4324
4324
|
required_arguments = ['modelVersionSetId']
|
@@ -4433,7 +4433,7 @@ class DataScienceClient(object):
|
|
4433
4433
|
:rtype: :class:`~oci.response.Response`
|
4434
4434
|
|
4435
4435
|
:example:
|
4436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
|
4437
4437
|
"""
|
4438
4438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4439
4439
|
required_arguments = ['notebookSessionId']
|
@@ -4546,7 +4546,7 @@ class DataScienceClient(object):
|
|
4546
4546
|
:rtype: :class:`~oci.response.Response`
|
4547
4547
|
|
4548
4548
|
:example:
|
4549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
4550
4550
|
"""
|
4551
4551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4552
4552
|
required_arguments = ['pipelineId']
|
@@ -4664,7 +4664,7 @@ class DataScienceClient(object):
|
|
4664
4664
|
:rtype: :class:`~oci.response.Response`
|
4665
4665
|
|
4666
4666
|
:example:
|
4667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
|
4668
4668
|
"""
|
4669
4669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4670
4670
|
required_arguments = ['pipelineRunId']
|
@@ -4777,7 +4777,7 @@ class DataScienceClient(object):
|
|
4777
4777
|
:rtype: :class:`~oci.response.Response`
|
4778
4778
|
|
4779
4779
|
:example:
|
4780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
4781
4781
|
"""
|
4782
4782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4783
4783
|
required_arguments = ['projectId']
|
@@ -4890,7 +4890,7 @@ class DataScienceClient(object):
|
|
4890
4890
|
:rtype: :class:`~oci.response.Response`
|
4891
4891
|
|
4892
4892
|
:example:
|
4893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
|
4894
4894
|
"""
|
4895
4895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4896
4896
|
required_arguments = ['modelId']
|
@@ -4993,7 +4993,7 @@ class DataScienceClient(object):
|
|
4993
4993
|
:rtype: :class:`~oci.response.Response`
|
4994
4994
|
|
4995
4995
|
:example:
|
4996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
|
4997
4997
|
"""
|
4998
4998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4999
4999
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -5093,7 +5093,7 @@ class DataScienceClient(object):
|
|
5093
5093
|
:rtype: :class:`~oci.response.Response`
|
5094
5094
|
|
5095
5095
|
:example:
|
5096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
|
5097
5097
|
"""
|
5098
5098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5099
5099
|
required_arguments = ['jobId']
|
@@ -5199,7 +5199,7 @@ class DataScienceClient(object):
|
|
5199
5199
|
:rtype: :class:`~oci.response.Response`
|
5200
5200
|
|
5201
5201
|
:example:
|
5202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
|
5203
5203
|
"""
|
5204
5204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5205
5205
|
required_arguments = ['jobId']
|
@@ -5301,7 +5301,7 @@ class DataScienceClient(object):
|
|
5301
5301
|
:rtype: :class:`~oci.response.Response`
|
5302
5302
|
|
5303
5303
|
:example:
|
5304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
5305
5305
|
"""
|
5306
5306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5307
5307
|
required_arguments = ['jobRunId']
|
@@ -5401,7 +5401,7 @@ class DataScienceClient(object):
|
|
5401
5401
|
:rtype: :class:`~oci.response.Response`
|
5402
5402
|
|
5403
5403
|
:example:
|
5404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
|
5405
5405
|
"""
|
5406
5406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5407
5407
|
required_arguments = ['modelId']
|
@@ -5507,7 +5507,7 @@ class DataScienceClient(object):
|
|
5507
5507
|
:rtype: :class:`~oci.response.Response`
|
5508
5508
|
|
5509
5509
|
:example:
|
5510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
|
5511
5511
|
"""
|
5512
5512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5513
5513
|
required_arguments = ['modelId']
|
@@ -5609,7 +5609,7 @@ class DataScienceClient(object):
|
|
5609
5609
|
:rtype: :class:`~oci.response.Response`
|
5610
5610
|
|
5611
5611
|
:example:
|
5612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
|
5613
5613
|
"""
|
5614
5614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5615
5615
|
required_arguments = ['modelDeploymentId']
|
@@ -5709,7 +5709,7 @@ class DataScienceClient(object):
|
|
5709
5709
|
:rtype: :class:`~oci.response.Response`
|
5710
5710
|
|
5711
5711
|
:example:
|
5712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
|
5713
5713
|
"""
|
5714
5714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5715
5715
|
required_arguments = ['modelId']
|
@@ -5809,7 +5809,7 @@ class DataScienceClient(object):
|
|
5809
5809
|
:rtype: :class:`~oci.response.Response`
|
5810
5810
|
|
5811
5811
|
:example:
|
5812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
|
5813
5813
|
"""
|
5814
5814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5815
5815
|
required_arguments = ['modelVersionSetId']
|
@@ -5909,7 +5909,7 @@ class DataScienceClient(object):
|
|
5909
5909
|
:rtype: :class:`~oci.response.Response`
|
5910
5910
|
|
5911
5911
|
:example:
|
5912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
|
5913
5913
|
"""
|
5914
5914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5915
5915
|
required_arguments = ['notebookSessionId']
|
@@ -6009,7 +6009,7 @@ class DataScienceClient(object):
|
|
6009
6009
|
:rtype: :class:`~oci.response.Response`
|
6010
6010
|
|
6011
6011
|
:example:
|
6012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
6013
6013
|
"""
|
6014
6014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6015
6015
|
required_arguments = ['pipelineId']
|
@@ -6109,7 +6109,7 @@ class DataScienceClient(object):
|
|
6109
6109
|
:rtype: :class:`~oci.response.Response`
|
6110
6110
|
|
6111
6111
|
:example:
|
6112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
|
6113
6113
|
"""
|
6114
6114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6115
6115
|
required_arguments = ['pipelineRunId']
|
@@ -6209,7 +6209,7 @@ class DataScienceClient(object):
|
|
6209
6209
|
:rtype: :class:`~oci.response.Response`
|
6210
6210
|
|
6211
6211
|
:example:
|
6212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
|
6213
6213
|
"""
|
6214
6214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6215
6215
|
required_arguments = ['projectId']
|
@@ -6318,7 +6318,7 @@ class DataScienceClient(object):
|
|
6318
6318
|
:rtype: :class:`~oci.response.Response`
|
6319
6319
|
|
6320
6320
|
:example:
|
6321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
|
6322
6322
|
"""
|
6323
6323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6324
6324
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6423,7 +6423,7 @@ class DataScienceClient(object):
|
|
6423
6423
|
:rtype: :class:`~oci.response.Response`
|
6424
6424
|
|
6425
6425
|
:example:
|
6426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
6427
6427
|
"""
|
6428
6428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6429
6429
|
required_arguments = ['workRequestId']
|
@@ -6523,7 +6523,7 @@ class DataScienceClient(object):
|
|
6523
6523
|
:rtype: :class:`~oci.response.Response`
|
6524
6524
|
|
6525
6525
|
:example:
|
6526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
|
6527
6527
|
"""
|
6528
6528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6529
6529
|
required_arguments = ['jobId']
|
@@ -6621,7 +6621,7 @@ class DataScienceClient(object):
|
|
6621
6621
|
:rtype: :class:`~oci.response.Response`
|
6622
6622
|
|
6623
6623
|
:example:
|
6624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
|
6625
6625
|
"""
|
6626
6626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6627
6627
|
required_arguments = ['modelId']
|
@@ -6722,7 +6722,7 @@ class DataScienceClient(object):
|
|
6722
6722
|
:rtype: :class:`~oci.response.Response`
|
6723
6723
|
|
6724
6724
|
:example:
|
6725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
|
6726
6726
|
"""
|
6727
6727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6728
6728
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6831,7 +6831,7 @@ class DataScienceClient(object):
|
|
6831
6831
|
:rtype: :class:`~oci.response.Response`
|
6832
6832
|
|
6833
6833
|
:example:
|
6834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
|
6835
6835
|
"""
|
6836
6836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6837
6837
|
required_arguments = ['modelId']
|
@@ -6977,7 +6977,7 @@ class DataScienceClient(object):
|
|
6977
6977
|
:rtype: :class:`~oci.response.Response`
|
6978
6978
|
|
6979
6979
|
:example:
|
6980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
|
6981
6981
|
"""
|
6982
6982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6983
6983
|
required_arguments = ['compartmentId']
|
@@ -7134,7 +7134,7 @@ class DataScienceClient(object):
|
|
7134
7134
|
:rtype: :class:`~oci.response.Response`
|
7135
7135
|
|
7136
7136
|
:example:
|
7137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
|
7138
7138
|
"""
|
7139
7139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7140
7140
|
required_arguments = ['compartmentId']
|
@@ -7288,7 +7288,7 @@ class DataScienceClient(object):
|
|
7288
7288
|
:rtype: :class:`~oci.response.Response`
|
7289
7289
|
|
7290
7290
|
:example:
|
7291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
7292
7292
|
"""
|
7293
7293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7294
7294
|
required_arguments = ['compartmentId']
|
@@ -7440,7 +7440,7 @@ class DataScienceClient(object):
|
|
7440
7440
|
:rtype: :class:`~oci.response.Response`
|
7441
7441
|
|
7442
7442
|
:example:
|
7443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
|
7444
7444
|
"""
|
7445
7445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7446
7446
|
required_arguments = ['compartmentId']
|
@@ -7594,7 +7594,7 @@ class DataScienceClient(object):
|
|
7594
7594
|
:rtype: :class:`~oci.response.Response`
|
7595
7595
|
|
7596
7596
|
:example:
|
7597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
7598
7598
|
"""
|
7599
7599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7600
7600
|
required_arguments = ['compartmentId']
|
@@ -7746,7 +7746,7 @@ class DataScienceClient(object):
|
|
7746
7746
|
:rtype: :class:`~oci.response.Response`
|
7747
7747
|
|
7748
7748
|
:example:
|
7749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
|
7750
7750
|
"""
|
7751
7751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7752
7752
|
required_arguments = ['compartmentId']
|
@@ -7900,7 +7900,7 @@ class DataScienceClient(object):
|
|
7900
7900
|
:rtype: :class:`~oci.response.Response`
|
7901
7901
|
|
7902
7902
|
:example:
|
7903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
|
7904
7904
|
"""
|
7905
7905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7906
7906
|
required_arguments = ['compartmentId']
|
@@ -8087,7 +8087,7 @@ class DataScienceClient(object):
|
|
8087
8087
|
:rtype: :class:`~oci.response.Response`
|
8088
8088
|
|
8089
8089
|
:example:
|
8090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
|
8091
8091
|
"""
|
8092
8092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8093
8093
|
required_arguments = ['compartmentId']
|
@@ -8281,7 +8281,7 @@ class DataScienceClient(object):
|
|
8281
8281
|
:rtype: :class:`~oci.response.Response`
|
8282
8282
|
|
8283
8283
|
:example:
|
8284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
|
8285
8285
|
"""
|
8286
8286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8287
8287
|
required_arguments = ['compartmentId']
|
@@ -8437,7 +8437,7 @@ class DataScienceClient(object):
|
|
8437
8437
|
:rtype: :class:`~oci.response.Response`
|
8438
8438
|
|
8439
8439
|
:example:
|
8440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
|
8441
8441
|
"""
|
8442
8442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8443
8443
|
required_arguments = ['compartmentId']
|
@@ -8591,7 +8591,7 @@ class DataScienceClient(object):
|
|
8591
8591
|
:rtype: :class:`~oci.response.Response`
|
8592
8592
|
|
8593
8593
|
:example:
|
8594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
|
8595
8595
|
"""
|
8596
8596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8597
8597
|
required_arguments = ['compartmentId']
|
@@ -8779,7 +8779,7 @@ class DataScienceClient(object):
|
|
8779
8779
|
:rtype: :class:`~oci.response.Response`
|
8780
8780
|
|
8781
8781
|
:example:
|
8782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
|
8783
8783
|
"""
|
8784
8784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8785
8785
|
required_arguments = ['compartmentId']
|
@@ -8967,7 +8967,7 @@ class DataScienceClient(object):
|
|
8967
8967
|
:rtype: :class:`~oci.response.Response`
|
8968
8968
|
|
8969
8969
|
:example:
|
8970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
8971
8971
|
"""
|
8972
8972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8973
8973
|
required_arguments = ['compartmentId']
|
@@ -9151,7 +9151,7 @@ class DataScienceClient(object):
|
|
9151
9151
|
:rtype: :class:`~oci.response.Response`
|
9152
9152
|
|
9153
9153
|
:example:
|
9154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
9155
9155
|
"""
|
9156
9156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9157
9157
|
required_arguments = ['compartmentId']
|
@@ -9301,7 +9301,7 @@ class DataScienceClient(object):
|
|
9301
9301
|
:rtype: :class:`~oci.response.Response`
|
9302
9302
|
|
9303
9303
|
:example:
|
9304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
9305
9305
|
"""
|
9306
9306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9307
9307
|
required_arguments = ['workRequestId']
|
@@ -9429,7 +9429,7 @@ class DataScienceClient(object):
|
|
9429
9429
|
:rtype: :class:`~oci.response.Response`
|
9430
9430
|
|
9431
9431
|
:example:
|
9432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
9433
9433
|
"""
|
9434
9434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9435
9435
|
required_arguments = ['workRequestId']
|
@@ -9582,7 +9582,7 @@ class DataScienceClient(object):
|
|
9582
9582
|
:rtype: :class:`~oci.response.Response`
|
9583
9583
|
|
9584
9584
|
:example:
|
9585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
9586
9586
|
"""
|
9587
9587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9588
9588
|
required_arguments = ['compartmentId']
|
@@ -9729,7 +9729,7 @@ class DataScienceClient(object):
|
|
9729
9729
|
:rtype: :class:`~oci.response.Response`
|
9730
9730
|
|
9731
9731
|
:example:
|
9732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
|
9733
9733
|
"""
|
9734
9734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9735
9735
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -9841,7 +9841,7 @@ class DataScienceClient(object):
|
|
9841
9841
|
:rtype: :class:`~oci.response.Response`
|
9842
9842
|
|
9843
9843
|
:example:
|
9844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
|
9845
9845
|
"""
|
9846
9846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9847
9847
|
required_arguments = ['jobId']
|
@@ -9955,7 +9955,7 @@ class DataScienceClient(object):
|
|
9955
9955
|
:rtype: :class:`~oci.response.Response`
|
9956
9956
|
|
9957
9957
|
:example:
|
9958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
|
9959
9959
|
"""
|
9960
9960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9961
9961
|
required_arguments = ['jobRunId']
|
@@ -10069,7 +10069,7 @@ class DataScienceClient(object):
|
|
10069
10069
|
:rtype: :class:`~oci.response.Response`
|
10070
10070
|
|
10071
10071
|
:example:
|
10072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
|
10073
10073
|
"""
|
10074
10074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10075
10075
|
required_arguments = ['modelId']
|
@@ -10189,7 +10189,7 @@ class DataScienceClient(object):
|
|
10189
10189
|
:rtype: :class:`~oci.response.Response`
|
10190
10190
|
|
10191
10191
|
:example:
|
10192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
|
10193
10193
|
"""
|
10194
10194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10195
10195
|
required_arguments = ['modelDeploymentId']
|
@@ -10301,7 +10301,7 @@ class DataScienceClient(object):
|
|
10301
10301
|
:rtype: :class:`~oci.response.Response`
|
10302
10302
|
|
10303
10303
|
:example:
|
10304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
|
10305
10305
|
"""
|
10306
10306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10307
10307
|
required_arguments = ['modelId']
|
@@ -10415,7 +10415,7 @@ class DataScienceClient(object):
|
|
10415
10415
|
:rtype: :class:`~oci.response.Response`
|
10416
10416
|
|
10417
10417
|
:example:
|
10418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
|
10419
10419
|
"""
|
10420
10420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10421
10421
|
required_arguments = ['modelVersionSetId']
|
@@ -10532,7 +10532,7 @@ class DataScienceClient(object):
|
|
10532
10532
|
:rtype: :class:`~oci.response.Response`
|
10533
10533
|
|
10534
10534
|
:example:
|
10535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
|
10536
10536
|
"""
|
10537
10537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10538
10538
|
required_arguments = ['notebookSessionId']
|
@@ -10646,7 +10646,7 @@ class DataScienceClient(object):
|
|
10646
10646
|
:rtype: :class:`~oci.response.Response`
|
10647
10647
|
|
10648
10648
|
:example:
|
10649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
10650
10650
|
"""
|
10651
10651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10652
10652
|
required_arguments = ['pipelineId']
|
@@ -10758,7 +10758,7 @@ class DataScienceClient(object):
|
|
10758
10758
|
:rtype: :class:`~oci.response.Response`
|
10759
10759
|
|
10760
10760
|
:example:
|
10761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
|
10762
10762
|
"""
|
10763
10763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10764
10764
|
required_arguments = ['pipelineRunId']
|
@@ -10870,7 +10870,7 @@ class DataScienceClient(object):
|
|
10870
10870
|
:rtype: :class:`~oci.response.Response`
|
10871
10871
|
|
10872
10872
|
:example:
|
10873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
|
10874
10874
|
"""
|
10875
10875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10876
10876
|
required_arguments = ['projectId']
|