oci 2.102.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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 +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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 +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -146,7 +146,7 @@ class DataScienceClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/activate_model.py.html>`__ to see an example of how to use activate_model API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = ['modelId']
|
@@ -255,7 +255,7 @@ class DataScienceClient(object):
|
|
255
255
|
:rtype: :class:`~oci.response.Response`
|
256
256
|
|
257
257
|
:example:
|
258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/activate_model_deployment.py.html>`__ to see an example of how to use activate_model_deployment API.
|
259
259
|
"""
|
260
260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
261
261
|
required_arguments = ['modelDeploymentId']
|
@@ -360,7 +360,7 @@ class DataScienceClient(object):
|
|
360
360
|
:rtype: :class:`~oci.response.Response`
|
361
361
|
|
362
362
|
:example:
|
363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
|
364
364
|
"""
|
365
365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
366
366
|
required_arguments = ['notebookSessionId']
|
@@ -465,7 +465,7 @@ class DataScienceClient(object):
|
|
465
465
|
:rtype: :class:`~oci.response.Response`
|
466
466
|
|
467
467
|
:example:
|
468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/cancel_job_run.py.html>`__ to see an example of how to use cancel_job_run API.
|
469
469
|
"""
|
470
470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
471
471
|
required_arguments = ['jobRunId']
|
@@ -575,7 +575,7 @@ class DataScienceClient(object):
|
|
575
575
|
:rtype: :class:`~oci.response.Response`
|
576
576
|
|
577
577
|
:example:
|
578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
|
579
579
|
"""
|
580
580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
581
581
|
required_arguments = ['pipelineRunId']
|
@@ -685,7 +685,7 @@ class DataScienceClient(object):
|
|
685
685
|
:rtype: :class:`~oci.response.Response`
|
686
686
|
|
687
687
|
:example:
|
688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
689
689
|
"""
|
690
690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
691
691
|
required_arguments = ['workRequestId']
|
@@ -793,7 +793,7 @@ class DataScienceClient(object):
|
|
793
793
|
:rtype: :class:`~oci.response.Response`
|
794
794
|
|
795
795
|
:example:
|
796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
797
797
|
"""
|
798
798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
799
799
|
required_arguments = ['jobId']
|
@@ -903,7 +903,7 @@ class DataScienceClient(object):
|
|
903
903
|
:rtype: :class:`~oci.response.Response`
|
904
904
|
|
905
905
|
:example:
|
906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
|
907
907
|
"""
|
908
908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
909
909
|
required_arguments = ['jobRunId']
|
@@ -1016,7 +1016,7 @@ class DataScienceClient(object):
|
|
1016
1016
|
:rtype: :class:`~oci.response.Response`
|
1017
1017
|
|
1018
1018
|
:example:
|
1019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
1020
1020
|
"""
|
1021
1021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1022
1022
|
required_arguments = ['modelId']
|
@@ -1132,7 +1132,7 @@ class DataScienceClient(object):
|
|
1132
1132
|
:rtype: :class:`~oci.response.Response`
|
1133
1133
|
|
1134
1134
|
:example:
|
1135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
|
1136
1136
|
"""
|
1137
1137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1138
1138
|
required_arguments = ['modelDeploymentId']
|
@@ -1248,7 +1248,7 @@ class DataScienceClient(object):
|
|
1248
1248
|
:rtype: :class:`~oci.response.Response`
|
1249
1249
|
|
1250
1250
|
:example:
|
1251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
|
1252
1252
|
"""
|
1253
1253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1254
1254
|
required_arguments = ['modelVersionSetId']
|
@@ -1364,7 +1364,7 @@ class DataScienceClient(object):
|
|
1364
1364
|
:rtype: :class:`~oci.response.Response`
|
1365
1365
|
|
1366
1366
|
:example:
|
1367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
|
1368
1368
|
"""
|
1369
1369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1370
1370
|
required_arguments = ['notebookSessionId']
|
@@ -1477,7 +1477,7 @@ class DataScienceClient(object):
|
|
1477
1477
|
:rtype: :class:`~oci.response.Response`
|
1478
1478
|
|
1479
1479
|
:example:
|
1480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
|
1481
1481
|
"""
|
1482
1482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1483
1483
|
required_arguments = ['pipelineId']
|
@@ -1587,7 +1587,7 @@ class DataScienceClient(object):
|
|
1587
1587
|
:rtype: :class:`~oci.response.Response`
|
1588
1588
|
|
1589
1589
|
:example:
|
1590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
|
1591
1591
|
"""
|
1592
1592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1593
1593
|
required_arguments = ['pipelineRunId']
|
@@ -1700,7 +1700,7 @@ class DataScienceClient(object):
|
|
1700
1700
|
:rtype: :class:`~oci.response.Response`
|
1701
1701
|
|
1702
1702
|
:example:
|
1703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
1704
1704
|
"""
|
1705
1705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1706
1706
|
required_arguments = ['projectId']
|
@@ -1804,7 +1804,7 @@ class DataScienceClient(object):
|
|
1804
1804
|
:rtype: :class:`~oci.response.Response`
|
1805
1805
|
|
1806
1806
|
:example:
|
1807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
|
1808
1808
|
"""
|
1809
1809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1810
1810
|
required_arguments = []
|
@@ -1917,7 +1917,7 @@ class DataScienceClient(object):
|
|
1917
1917
|
:rtype: :class:`~oci.response.Response`
|
1918
1918
|
|
1919
1919
|
:example:
|
1920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
|
1921
1921
|
"""
|
1922
1922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1923
1923
|
required_arguments = ['jobId']
|
@@ -2046,7 +2046,7 @@ class DataScienceClient(object):
|
|
2046
2046
|
:rtype: :class:`~oci.response.Response`
|
2047
2047
|
|
2048
2048
|
:example:
|
2049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
|
2050
2050
|
"""
|
2051
2051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2052
2052
|
required_arguments = []
|
@@ -2140,7 +2140,7 @@ class DataScienceClient(object):
|
|
2140
2140
|
:rtype: :class:`~oci.response.Response`
|
2141
2141
|
|
2142
2142
|
:example:
|
2143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
|
2144
2144
|
"""
|
2145
2145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2146
2146
|
required_arguments = []
|
@@ -2265,7 +2265,7 @@ class DataScienceClient(object):
|
|
2265
2265
|
:rtype: :class:`~oci.response.Response`
|
2266
2266
|
|
2267
2267
|
:example:
|
2268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
|
2269
2269
|
"""
|
2270
2270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2271
2271
|
required_arguments = ['modelId']
|
@@ -2398,7 +2398,7 @@ class DataScienceClient(object):
|
|
2398
2398
|
:rtype: :class:`~oci.response.Response`
|
2399
2399
|
|
2400
2400
|
:example:
|
2401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
|
2402
2402
|
"""
|
2403
2403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2404
2404
|
required_arguments = []
|
@@ -2497,7 +2497,7 @@ class DataScienceClient(object):
|
|
2497
2497
|
:rtype: :class:`~oci.response.Response`
|
2498
2498
|
|
2499
2499
|
:example:
|
2500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
|
2501
2501
|
"""
|
2502
2502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2503
2503
|
required_arguments = ['modelId']
|
@@ -2603,7 +2603,7 @@ class DataScienceClient(object):
|
|
2603
2603
|
:rtype: :class:`~oci.response.Response`
|
2604
2604
|
|
2605
2605
|
:example:
|
2606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
|
2607
2607
|
"""
|
2608
2608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2609
2609
|
required_arguments = []
|
@@ -2697,7 +2697,7 @@ class DataScienceClient(object):
|
|
2697
2697
|
:rtype: :class:`~oci.response.Response`
|
2698
2698
|
|
2699
2699
|
:example:
|
2700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
|
2701
2701
|
"""
|
2702
2702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2703
2703
|
required_arguments = []
|
@@ -2791,7 +2791,7 @@ class DataScienceClient(object):
|
|
2791
2791
|
:rtype: :class:`~oci.response.Response`
|
2792
2792
|
|
2793
2793
|
:example:
|
2794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
2795
2795
|
"""
|
2796
2796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2797
2797
|
required_arguments = []
|
@@ -2885,7 +2885,7 @@ class DataScienceClient(object):
|
|
2885
2885
|
:rtype: :class:`~oci.response.Response`
|
2886
2886
|
|
2887
2887
|
:example:
|
2888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
|
2889
2889
|
"""
|
2890
2890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2891
2891
|
required_arguments = []
|
@@ -2979,7 +2979,7 @@ class DataScienceClient(object):
|
|
2979
2979
|
:rtype: :class:`~oci.response.Response`
|
2980
2980
|
|
2981
2981
|
:example:
|
2982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
|
2983
2983
|
"""
|
2984
2984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2985
2985
|
required_arguments = []
|
@@ -3100,7 +3100,7 @@ class DataScienceClient(object):
|
|
3100
3100
|
:rtype: :class:`~oci.response.Response`
|
3101
3101
|
|
3102
3102
|
:example:
|
3103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
|
3104
3104
|
"""
|
3105
3105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3106
3106
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -3236,7 +3236,7 @@ class DataScienceClient(object):
|
|
3236
3236
|
:rtype: :class:`~oci.response.Response`
|
3237
3237
|
|
3238
3238
|
:example:
|
3239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
|
3240
3240
|
"""
|
3241
3241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3242
3242
|
required_arguments = ['modelId']
|
@@ -3345,7 +3345,7 @@ class DataScienceClient(object):
|
|
3345
3345
|
:rtype: :class:`~oci.response.Response`
|
3346
3346
|
|
3347
3347
|
:example:
|
3348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
|
3349
3349
|
"""
|
3350
3350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3351
3351
|
required_arguments = ['modelDeploymentId']
|
@@ -3450,7 +3450,7 @@ class DataScienceClient(object):
|
|
3450
3450
|
:rtype: :class:`~oci.response.Response`
|
3451
3451
|
|
3452
3452
|
:example:
|
3453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
|
3454
3454
|
"""
|
3455
3455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3456
3456
|
required_arguments = ['notebookSessionId']
|
@@ -3558,7 +3558,7 @@ class DataScienceClient(object):
|
|
3558
3558
|
:rtype: :class:`~oci.response.Response`
|
3559
3559
|
|
3560
3560
|
:example:
|
3561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3562
3562
|
"""
|
3563
3563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3564
3564
|
required_arguments = ['jobId']
|
@@ -3673,7 +3673,7 @@ class DataScienceClient(object):
|
|
3673
3673
|
:rtype: :class:`~oci.response.Response`
|
3674
3674
|
|
3675
3675
|
:example:
|
3676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
|
3677
3677
|
"""
|
3678
3678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3679
3679
|
required_arguments = ['jobRunId']
|
@@ -3780,7 +3780,7 @@ class DataScienceClient(object):
|
|
3780
3780
|
:rtype: :class:`~oci.response.Response`
|
3781
3781
|
|
3782
3782
|
:example:
|
3783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
3784
3784
|
"""
|
3785
3785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3786
3786
|
required_arguments = ['modelId']
|
@@ -3887,7 +3887,7 @@ class DataScienceClient(object):
|
|
3887
3887
|
:rtype: :class:`~oci.response.Response`
|
3888
3888
|
|
3889
3889
|
:example:
|
3890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
|
3891
3891
|
"""
|
3892
3892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3893
3893
|
required_arguments = ['modelDeploymentId']
|
@@ -3998,7 +3998,7 @@ class DataScienceClient(object):
|
|
3998
3998
|
:rtype: :class:`~oci.response.Response`
|
3999
3999
|
|
4000
4000
|
:example:
|
4001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
|
4002
4002
|
"""
|
4003
4003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4004
4004
|
required_arguments = ['modelVersionSetId']
|
@@ -4113,7 +4113,7 @@ class DataScienceClient(object):
|
|
4113
4113
|
:rtype: :class:`~oci.response.Response`
|
4114
4114
|
|
4115
4115
|
:example:
|
4116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
|
4117
4117
|
"""
|
4118
4118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4119
4119
|
required_arguments = ['notebookSessionId']
|
@@ -4226,7 +4226,7 @@ class DataScienceClient(object):
|
|
4226
4226
|
:rtype: :class:`~oci.response.Response`
|
4227
4227
|
|
4228
4228
|
:example:
|
4229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
4230
4230
|
"""
|
4231
4231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4232
4232
|
required_arguments = ['pipelineId']
|
@@ -4344,7 +4344,7 @@ class DataScienceClient(object):
|
|
4344
4344
|
:rtype: :class:`~oci.response.Response`
|
4345
4345
|
|
4346
4346
|
:example:
|
4347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
|
4348
4348
|
"""
|
4349
4349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4350
4350
|
required_arguments = ['pipelineRunId']
|
@@ -4457,7 +4457,7 @@ class DataScienceClient(object):
|
|
4457
4457
|
:rtype: :class:`~oci.response.Response`
|
4458
4458
|
|
4459
4459
|
:example:
|
4460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
4461
4461
|
"""
|
4462
4462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4463
4463
|
required_arguments = ['projectId']
|
@@ -4570,7 +4570,7 @@ class DataScienceClient(object):
|
|
4570
4570
|
:rtype: :class:`~oci.response.Response`
|
4571
4571
|
|
4572
4572
|
:example:
|
4573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
|
4574
4574
|
"""
|
4575
4575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4576
4576
|
required_arguments = ['modelId']
|
@@ -4675,7 +4675,7 @@ class DataScienceClient(object):
|
|
4675
4675
|
:rtype: :class:`~oci.response.Response`
|
4676
4676
|
|
4677
4677
|
:example:
|
4678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
|
4679
4679
|
"""
|
4680
4680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4681
4681
|
required_arguments = ['jobId']
|
@@ -4781,7 +4781,7 @@ class DataScienceClient(object):
|
|
4781
4781
|
:rtype: :class:`~oci.response.Response`
|
4782
4782
|
|
4783
4783
|
:example:
|
4784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
|
4785
4785
|
"""
|
4786
4786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4787
4787
|
required_arguments = ['jobId']
|
@@ -4883,7 +4883,7 @@ class DataScienceClient(object):
|
|
4883
4883
|
:rtype: :class:`~oci.response.Response`
|
4884
4884
|
|
4885
4885
|
:example:
|
4886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
4887
4887
|
"""
|
4888
4888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4889
4889
|
required_arguments = ['jobRunId']
|
@@ -4983,7 +4983,7 @@ class DataScienceClient(object):
|
|
4983
4983
|
:rtype: :class:`~oci.response.Response`
|
4984
4984
|
|
4985
4985
|
:example:
|
4986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
|
4987
4987
|
"""
|
4988
4988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4989
4989
|
required_arguments = ['modelId']
|
@@ -5089,7 +5089,7 @@ class DataScienceClient(object):
|
|
5089
5089
|
:rtype: :class:`~oci.response.Response`
|
5090
5090
|
|
5091
5091
|
:example:
|
5092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
|
5093
5093
|
"""
|
5094
5094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5095
5095
|
required_arguments = ['modelId']
|
@@ -5191,7 +5191,7 @@ class DataScienceClient(object):
|
|
5191
5191
|
:rtype: :class:`~oci.response.Response`
|
5192
5192
|
|
5193
5193
|
:example:
|
5194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
|
5195
5195
|
"""
|
5196
5196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5197
5197
|
required_arguments = ['modelDeploymentId']
|
@@ -5291,7 +5291,7 @@ class DataScienceClient(object):
|
|
5291
5291
|
:rtype: :class:`~oci.response.Response`
|
5292
5292
|
|
5293
5293
|
:example:
|
5294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
|
5295
5295
|
"""
|
5296
5296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5297
5297
|
required_arguments = ['modelId']
|
@@ -5391,7 +5391,7 @@ class DataScienceClient(object):
|
|
5391
5391
|
:rtype: :class:`~oci.response.Response`
|
5392
5392
|
|
5393
5393
|
:example:
|
5394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
|
5395
5395
|
"""
|
5396
5396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5397
5397
|
required_arguments = ['modelVersionSetId']
|
@@ -5491,7 +5491,7 @@ class DataScienceClient(object):
|
|
5491
5491
|
:rtype: :class:`~oci.response.Response`
|
5492
5492
|
|
5493
5493
|
:example:
|
5494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
|
5495
5495
|
"""
|
5496
5496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5497
5497
|
required_arguments = ['notebookSessionId']
|
@@ -5591,7 +5591,7 @@ class DataScienceClient(object):
|
|
5591
5591
|
:rtype: :class:`~oci.response.Response`
|
5592
5592
|
|
5593
5593
|
:example:
|
5594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
5595
5595
|
"""
|
5596
5596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5597
5597
|
required_arguments = ['pipelineId']
|
@@ -5691,7 +5691,7 @@ class DataScienceClient(object):
|
|
5691
5691
|
:rtype: :class:`~oci.response.Response`
|
5692
5692
|
|
5693
5693
|
:example:
|
5694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
|
5695
5695
|
"""
|
5696
5696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5697
5697
|
required_arguments = ['pipelineRunId']
|
@@ -5791,7 +5791,7 @@ class DataScienceClient(object):
|
|
5791
5791
|
:rtype: :class:`~oci.response.Response`
|
5792
5792
|
|
5793
5793
|
:example:
|
5794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
|
5795
5795
|
"""
|
5796
5796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5797
5797
|
required_arguments = ['projectId']
|
@@ -5900,7 +5900,7 @@ class DataScienceClient(object):
|
|
5900
5900
|
:rtype: :class:`~oci.response.Response`
|
5901
5901
|
|
5902
5902
|
:example:
|
5903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
|
5904
5904
|
"""
|
5905
5905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5906
5906
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6005,7 +6005,7 @@ class DataScienceClient(object):
|
|
6005
6005
|
:rtype: :class:`~oci.response.Response`
|
6006
6006
|
|
6007
6007
|
:example:
|
6008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
6009
6009
|
"""
|
6010
6010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6011
6011
|
required_arguments = ['workRequestId']
|
@@ -6105,7 +6105,7 @@ class DataScienceClient(object):
|
|
6105
6105
|
:rtype: :class:`~oci.response.Response`
|
6106
6106
|
|
6107
6107
|
:example:
|
6108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
|
6109
6109
|
"""
|
6110
6110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6111
6111
|
required_arguments = ['jobId']
|
@@ -6203,7 +6203,7 @@ class DataScienceClient(object):
|
|
6203
6203
|
:rtype: :class:`~oci.response.Response`
|
6204
6204
|
|
6205
6205
|
:example:
|
6206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
|
6207
6207
|
"""
|
6208
6208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6209
6209
|
required_arguments = ['modelId']
|
@@ -6304,7 +6304,7 @@ class DataScienceClient(object):
|
|
6304
6304
|
:rtype: :class:`~oci.response.Response`
|
6305
6305
|
|
6306
6306
|
:example:
|
6307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
|
6308
6308
|
"""
|
6309
6309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6310
6310
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6413,7 +6413,7 @@ class DataScienceClient(object):
|
|
6413
6413
|
:rtype: :class:`~oci.response.Response`
|
6414
6414
|
|
6415
6415
|
:example:
|
6416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
|
6417
6417
|
"""
|
6418
6418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6419
6419
|
required_arguments = ['modelId']
|
@@ -6531,7 +6531,7 @@ class DataScienceClient(object):
|
|
6531
6531
|
:rtype: :class:`~oci.response.Response`
|
6532
6532
|
|
6533
6533
|
:example:
|
6534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
|
6535
6535
|
"""
|
6536
6536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6537
6537
|
required_arguments = ['compartmentId']
|
@@ -6685,7 +6685,7 @@ class DataScienceClient(object):
|
|
6685
6685
|
:rtype: :class:`~oci.response.Response`
|
6686
6686
|
|
6687
6687
|
:example:
|
6688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
6689
6689
|
"""
|
6690
6690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6691
6691
|
required_arguments = ['compartmentId']
|
@@ -6837,7 +6837,7 @@ class DataScienceClient(object):
|
|
6837
6837
|
:rtype: :class:`~oci.response.Response`
|
6838
6838
|
|
6839
6839
|
:example:
|
6840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
|
6841
6841
|
"""
|
6842
6842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6843
6843
|
required_arguments = ['compartmentId']
|
@@ -6991,7 +6991,7 @@ class DataScienceClient(object):
|
|
6991
6991
|
:rtype: :class:`~oci.response.Response`
|
6992
6992
|
|
6993
6993
|
:example:
|
6994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
6995
6995
|
"""
|
6996
6996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6997
6997
|
required_arguments = ['compartmentId']
|
@@ -7143,7 +7143,7 @@ class DataScienceClient(object):
|
|
7143
7143
|
:rtype: :class:`~oci.response.Response`
|
7144
7144
|
|
7145
7145
|
:example:
|
7146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
|
7147
7147
|
"""
|
7148
7148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7149
7149
|
required_arguments = ['compartmentId']
|
@@ -7297,7 +7297,7 @@ class DataScienceClient(object):
|
|
7297
7297
|
:rtype: :class:`~oci.response.Response`
|
7298
7298
|
|
7299
7299
|
:example:
|
7300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
|
7301
7301
|
"""
|
7302
7302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7303
7303
|
required_arguments = ['compartmentId']
|
@@ -7484,7 +7484,7 @@ class DataScienceClient(object):
|
|
7484
7484
|
:rtype: :class:`~oci.response.Response`
|
7485
7485
|
|
7486
7486
|
:example:
|
7487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
|
7488
7488
|
"""
|
7489
7489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7490
7490
|
required_arguments = ['compartmentId']
|
@@ -7678,7 +7678,7 @@ class DataScienceClient(object):
|
|
7678
7678
|
:rtype: :class:`~oci.response.Response`
|
7679
7679
|
|
7680
7680
|
:example:
|
7681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
|
7682
7682
|
"""
|
7683
7683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7684
7684
|
required_arguments = ['compartmentId']
|
@@ -7834,7 +7834,7 @@ class DataScienceClient(object):
|
|
7834
7834
|
:rtype: :class:`~oci.response.Response`
|
7835
7835
|
|
7836
7836
|
:example:
|
7837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
|
7838
7838
|
"""
|
7839
7839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7840
7840
|
required_arguments = ['compartmentId']
|
@@ -7988,7 +7988,7 @@ class DataScienceClient(object):
|
|
7988
7988
|
:rtype: :class:`~oci.response.Response`
|
7989
7989
|
|
7990
7990
|
:example:
|
7991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
|
7992
7992
|
"""
|
7993
7993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7994
7994
|
required_arguments = ['compartmentId']
|
@@ -8176,7 +8176,7 @@ class DataScienceClient(object):
|
|
8176
8176
|
:rtype: :class:`~oci.response.Response`
|
8177
8177
|
|
8178
8178
|
:example:
|
8179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
|
8180
8180
|
"""
|
8181
8181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8182
8182
|
required_arguments = ['compartmentId']
|
@@ -8364,7 +8364,7 @@ class DataScienceClient(object):
|
|
8364
8364
|
:rtype: :class:`~oci.response.Response`
|
8365
8365
|
|
8366
8366
|
:example:
|
8367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
8368
8368
|
"""
|
8369
8369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8370
8370
|
required_arguments = ['compartmentId']
|
@@ -8548,7 +8548,7 @@ class DataScienceClient(object):
|
|
8548
8548
|
:rtype: :class:`~oci.response.Response`
|
8549
8549
|
|
8550
8550
|
:example:
|
8551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
8552
8552
|
"""
|
8553
8553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8554
8554
|
required_arguments = ['compartmentId']
|
@@ -8680,7 +8680,7 @@ class DataScienceClient(object):
|
|
8680
8680
|
:rtype: :class:`~oci.response.Response`
|
8681
8681
|
|
8682
8682
|
:example:
|
8683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
8684
8684
|
"""
|
8685
8685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8686
8686
|
required_arguments = ['workRequestId']
|
@@ -8780,7 +8780,7 @@ class DataScienceClient(object):
|
|
8780
8780
|
:rtype: :class:`~oci.response.Response`
|
8781
8781
|
|
8782
8782
|
:example:
|
8783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
8784
8784
|
"""
|
8785
8785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8786
8786
|
required_arguments = ['workRequestId']
|
@@ -8923,7 +8923,7 @@ class DataScienceClient(object):
|
|
8923
8923
|
:rtype: :class:`~oci.response.Response`
|
8924
8924
|
|
8925
8925
|
:example:
|
8926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
8927
8927
|
"""
|
8928
8928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8929
8929
|
required_arguments = ['compartmentId']
|
@@ -9070,7 +9070,7 @@ class DataScienceClient(object):
|
|
9070
9070
|
:rtype: :class:`~oci.response.Response`
|
9071
9071
|
|
9072
9072
|
:example:
|
9073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
|
9074
9074
|
"""
|
9075
9075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9076
9076
|
required_arguments = ['jobId']
|
@@ -9184,7 +9184,7 @@ class DataScienceClient(object):
|
|
9184
9184
|
:rtype: :class:`~oci.response.Response`
|
9185
9185
|
|
9186
9186
|
:example:
|
9187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
|
9188
9188
|
"""
|
9189
9189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9190
9190
|
required_arguments = ['jobRunId']
|
@@ -9298,7 +9298,7 @@ class DataScienceClient(object):
|
|
9298
9298
|
:rtype: :class:`~oci.response.Response`
|
9299
9299
|
|
9300
9300
|
:example:
|
9301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
|
9302
9302
|
"""
|
9303
9303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9304
9304
|
required_arguments = ['modelId']
|
@@ -9418,7 +9418,7 @@ class DataScienceClient(object):
|
|
9418
9418
|
:rtype: :class:`~oci.response.Response`
|
9419
9419
|
|
9420
9420
|
:example:
|
9421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
|
9422
9422
|
"""
|
9423
9423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9424
9424
|
required_arguments = ['modelDeploymentId']
|
@@ -9530,7 +9530,7 @@ class DataScienceClient(object):
|
|
9530
9530
|
:rtype: :class:`~oci.response.Response`
|
9531
9531
|
|
9532
9532
|
:example:
|
9533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
|
9534
9534
|
"""
|
9535
9535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9536
9536
|
required_arguments = ['modelId']
|
@@ -9644,7 +9644,7 @@ class DataScienceClient(object):
|
|
9644
9644
|
:rtype: :class:`~oci.response.Response`
|
9645
9645
|
|
9646
9646
|
:example:
|
9647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
|
9648
9648
|
"""
|
9649
9649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9650
9650
|
required_arguments = ['modelVersionSetId']
|
@@ -9761,7 +9761,7 @@ class DataScienceClient(object):
|
|
9761
9761
|
:rtype: :class:`~oci.response.Response`
|
9762
9762
|
|
9763
9763
|
:example:
|
9764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
|
9765
9765
|
"""
|
9766
9766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9767
9767
|
required_arguments = ['notebookSessionId']
|
@@ -9875,7 +9875,7 @@ class DataScienceClient(object):
|
|
9875
9875
|
:rtype: :class:`~oci.response.Response`
|
9876
9876
|
|
9877
9877
|
:example:
|
9878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
9879
9879
|
"""
|
9880
9880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9881
9881
|
required_arguments = ['pipelineId']
|
@@ -9987,7 +9987,7 @@ class DataScienceClient(object):
|
|
9987
9987
|
:rtype: :class:`~oci.response.Response`
|
9988
9988
|
|
9989
9989
|
:example:
|
9990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
|
9991
9991
|
"""
|
9992
9992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9993
9993
|
required_arguments = ['pipelineRunId']
|
@@ -10099,7 +10099,7 @@ class DataScienceClient(object):
|
|
10099
10099
|
:rtype: :class:`~oci.response.Response`
|
10100
10100
|
|
10101
10101
|
:example:
|
10102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
|
10103
10103
|
"""
|
10104
10104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10105
10105
|
required_arguments = ['projectId']
|