oci 2.137.1__py3-none-any.whl → 2.138.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/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 +9 -9
- 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/auth/auth_utils.py +9 -6
- oci/auth/federation_client.py +59 -5
- oci/auth/rpt_path_providers.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +5 -12
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +69 -245
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/activity_item.py +37 -6
- oci/cims/models/create_account_item_details.py +3 -0
- oci/cims/models/create_incident.py +22 -2
- oci/cims/models/create_limit_item_details.py +10 -3
- oci/cims/models/create_tech_support_item_details.py +3 -0
- oci/cims/models/create_user_details.py +22 -2
- oci/cims/models/incident.py +22 -2
- oci/cims/models/incident_resource_type.py +46 -15
- oci/cims/models/incident_summary.py +22 -2
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +40 -5
- oci/cims/models/service_categories.py +34 -34
- oci/cims/models/service_category.py +31 -0
- oci/cims/models/sub_categories.py +165 -0
- oci/cims/models/sub_components.py +103 -0
- oci/cims/models/subscription_info.py +103 -0
- oci/cims/models/ticket.py +4 -4
- oci/cims/models/update_incident.py +22 -2
- oci/cims/models/user.py +22 -2
- oci/circuit_breaker/__init__.py +24 -2
- oci/circuit_breaker/circuit_breaker.py +11 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
- 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 +102 -102
- 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 +270 -44
- oci/data_flow/data_flow_client_composite_operations.py +78 -0
- oci/data_flow/models/sql_endpoint.py +7 -3
- oci/data_flow/models/sql_endpoint_summary.py +7 -3
- oci/data_flow/models/update_sql_endpoint_details.py +344 -3
- 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 +292 -292
- oci/data_science/data_science_client.py +92 -92
- oci/database/database_client.py +396 -396
- oci/database_management/db_management_client.py +211 -211
- 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 +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
- oci/generative_ai/models/dedicated_ai_cluster.py +20 -4
- oci/generative_ai/models/endpoint.py +1 -1
- oci/generative_ai/models/model.py +1 -1
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generative_ai_inference/models/__init__.py +10 -0
- oci/generative_ai_inference/models/base_chat_request.py +6 -2
- oci/generative_ai_inference/models/chat_content.py +11 -3
- oci/generative_ai_inference/models/cohere_chat_request.py +60 -2
- oci/generative_ai_inference/models/cohere_response_format.py +109 -0
- oci/generative_ai_inference/models/cohere_response_json_format.py +82 -0
- oci/generative_ai_inference/models/cohere_response_text_format.py +51 -0
- oci/generative_ai_inference/models/image_content.py +78 -0
- oci/generative_ai_inference/models/image_url.py +123 -0
- oci/generative_ai_inference/models/text_content.py +1 -1
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +191 -69
- oci/golden_gate/golden_gate_client_composite_operations.py +44 -0
- oci/golden_gate/models/__init__.py +4 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +46 -2
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +46 -2
- oci/golden_gate/models/amazon_redshift_connection.py +52 -2
- oci/golden_gate/models/amazon_redshift_connection_summary.py +52 -2
- oci/golden_gate/models/amazon_s3_connection.py +46 -2
- oci/golden_gate/models/amazon_s3_connection_summary.py +46 -2
- oci/golden_gate/models/azure_data_lake_storage_connection.py +120 -2
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +120 -2
- oci/golden_gate/models/azure_synapse_connection.py +52 -2
- oci/golden_gate/models/azure_synapse_connection_summary.py +52 -2
- oci/golden_gate/models/connection.py +33 -2
- oci/golden_gate/models/connection_summary.py +33 -2
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +47 -3
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +53 -3
- oci/golden_gate/models/create_amazon_s3_connection_details.py +47 -3
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +118 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +53 -3
- oci/golden_gate/models/create_connection_details.py +33 -2
- oci/golden_gate/models/create_db2_connection_details.py +125 -1
- oci/golden_gate/models/create_deployment_backup_details.py +31 -0
- oci/golden_gate/models/create_elasticsearch_connection_details.py +50 -0
- oci/golden_gate/models/create_generic_connection_details.py +7 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +46 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +49 -3
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +49 -3
- oci/golden_gate/models/create_hdfs_connection_details.py +7 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +270 -0
- oci/golden_gate/models/create_kafka_connection_details.py +235 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +239 -4
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +45 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +44 -0
- oci/golden_gate/models/create_mysql_connection_details.py +90 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +84 -1
- oci/golden_gate/models/create_oracle_connection_details.py +90 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +84 -1
- oci/golden_gate/models/create_postgresql_connection_details.py +88 -1
- oci/golden_gate/models/create_redis_connection_details.py +198 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +128 -2
- oci/golden_gate/models/db2_connection.py +126 -2
- oci/golden_gate/models/db2_connection_summary.py +126 -2
- oci/golden_gate/models/default_refresh_connection_details.py +51 -0
- oci/golden_gate/models/deployment_backup.py +31 -0
- oci/golden_gate/models/deployment_backup_summary.py +31 -0
- oci/golden_gate/models/elasticsearch_connection.py +52 -2
- oci/golden_gate/models/elasticsearch_connection_summary.py +52 -2
- oci/golden_gate/models/export_deployment_wallet_details.py +35 -0
- oci/golden_gate/models/generic_connection.py +7 -0
- oci/golden_gate/models/generic_connection_summary.py +7 -0
- oci/golden_gate/models/golden_gate_connection.py +48 -2
- oci/golden_gate/models/golden_gate_connection_summary.py +48 -2
- oci/golden_gate/models/google_big_query_connection.py +48 -2
- oci/golden_gate/models/google_big_query_connection_summary.py +48 -2
- oci/golden_gate/models/google_cloud_storage_connection.py +48 -2
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +48 -2
- oci/golden_gate/models/hdfs_connection.py +7 -0
- oci/golden_gate/models/hdfs_connection_summary.py +7 -0
- oci/golden_gate/models/import_deployment_wallet_details.py +35 -0
- oci/golden_gate/models/java_message_service_connection.py +272 -2
- oci/golden_gate/models/java_message_service_connection_summary.py +272 -2
- oci/golden_gate/models/kafka_connection.py +299 -2
- oci/golden_gate/models/kafka_connection_summary.py +237 -2
- oci/golden_gate/models/kafka_schema_registry_connection.py +239 -4
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +239 -4
- oci/golden_gate/models/microsoft_sqlserver_connection.py +46 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +46 -2
- oci/golden_gate/models/mongo_db_connection.py +46 -2
- oci/golden_gate/models/mongo_db_connection_summary.py +46 -2
- oci/golden_gate/models/mysql_connection.py +91 -2
- oci/golden_gate/models/mysql_connection_summary.py +91 -2
- oci/golden_gate/models/oci_object_storage_connection.py +85 -2
- oci/golden_gate/models/oci_object_storage_connection_summary.py +85 -2
- oci/golden_gate/models/oracle_connection.py +91 -2
- oci/golden_gate/models/oracle_connection_summary.py +91 -2
- oci/golden_gate/models/oracle_nosql_connection.py +85 -2
- oci/golden_gate/models/oracle_nosql_connection_summary.py +85 -2
- oci/golden_gate/models/postgresql_connection.py +89 -2
- oci/golden_gate/models/postgresql_connection_summary.py +89 -2
- oci/golden_gate/models/redis_connection.py +200 -2
- oci/golden_gate/models/redis_connection_summary.py +200 -2
- oci/golden_gate/models/refresh_connection_details.py +101 -0
- oci/golden_gate/models/snowflake_connection.py +128 -2
- oci/golden_gate/models/snowflake_connection_summary.py +128 -2
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +46 -2
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +52 -2
- oci/golden_gate/models/update_amazon_s3_connection_details.py +46 -2
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +118 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +52 -2
- oci/golden_gate/models/update_connection_details.py +33 -2
- oci/golden_gate/models/update_db2_connection_details.py +124 -0
- oci/golden_gate/models/update_elasticsearch_connection_details.py +50 -0
- oci/golden_gate/models/update_generic_connection_details.py +7 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +46 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +48 -2
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +48 -2
- oci/golden_gate/models/update_hdfs_connection_details.py +7 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +270 -0
- oci/golden_gate/models/update_kafka_connection_details.py +235 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +241 -4
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +44 -0
- oci/golden_gate/models/update_mongo_db_connection_details.py +44 -0
- oci/golden_gate/models/update_mysql_connection_details.py +89 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +83 -0
- oci/golden_gate/models/update_oracle_connection_details.py +89 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +83 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +87 -0
- oci/golden_gate/models/update_redis_connection_details.py +198 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +122 -2
- oci/golden_gate/models/work_request.py +7 -3
- 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 +874 -333
- oci/identity_domains/models/__init__.py +20 -0
- oci/identity_domains/models/condition.py +31 -2
- oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
- oci/identity_domains/models/policy.py +31 -2
- oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/policy_policy_type.py +2 -2
- oci/identity_domains/models/restore_oci_console_policy.py +722 -0
- oci/identity_domains/models/rule.py +31 -2
- oci/identity_domains/models/rule_condition_group.py +2 -2
- oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +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/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- 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 +86 -86
- 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 +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +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 +180 -180
- 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 +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +18 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/retry/__init__.py +20 -0
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- 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/zpr/zpr_client.py +15 -15
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/METADATA +1 -1
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/RECORD +430 -410
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/WHEEL +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataScienceClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/activate_model.py.html>`__ to see an example of how to use activate_model API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['modelId']
|
@@ -262,7 +262,7 @@ class DataScienceClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/activate_model_deployment.py.html>`__ to see an example of how to use activate_model_deployment API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['modelDeploymentId']
|
@@ -367,7 +367,7 @@ class DataScienceClient(object):
|
|
367
367
|
:rtype: :class:`~oci.response.Response`
|
368
368
|
|
369
369
|
:example:
|
370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/activate_notebook_session.py.html>`__ to see an example of how to use activate_notebook_session API.
|
371
371
|
"""
|
372
372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
373
373
|
required_arguments = ['notebookSessionId']
|
@@ -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.
|
475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/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']
|
@@ -585,7 +585,7 @@ class DataScienceClient(object):
|
|
585
585
|
:rtype: :class:`~oci.response.Response`
|
586
586
|
|
587
587
|
:example:
|
588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/cancel_pipeline_run.py.html>`__ to see an example of how to use cancel_pipeline_run API.
|
589
589
|
"""
|
590
590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
591
591
|
required_arguments = ['pipelineRunId']
|
@@ -703,7 +703,7 @@ class DataScienceClient(object):
|
|
703
703
|
:rtype: :class:`~oci.response.Response`
|
704
704
|
|
705
705
|
:example:
|
706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
707
707
|
"""
|
708
708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
709
709
|
required_arguments = ['workRequestId']
|
@@ -812,7 +812,7 @@ class DataScienceClient(object):
|
|
812
812
|
:rtype: :class:`~oci.response.Response`
|
813
813
|
|
814
814
|
:example:
|
815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_data_science_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_science_private_endpoint_compartment API.
|
816
816
|
"""
|
817
817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
818
818
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -927,7 +927,7 @@ class DataScienceClient(object):
|
|
927
927
|
:rtype: :class:`~oci.response.Response`
|
928
928
|
|
929
929
|
:example:
|
930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
|
931
931
|
"""
|
932
932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
933
933
|
required_arguments = ['jobId']
|
@@ -1037,7 +1037,7 @@ class DataScienceClient(object):
|
|
1037
1037
|
:rtype: :class:`~oci.response.Response`
|
1038
1038
|
|
1039
1039
|
:example:
|
1040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_job_run_compartment.py.html>`__ to see an example of how to use change_job_run_compartment API.
|
1041
1041
|
"""
|
1042
1042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1043
1043
|
required_arguments = ['jobRunId']
|
@@ -1150,7 +1150,7 @@ class DataScienceClient(object):
|
|
1150
1150
|
:rtype: :class:`~oci.response.Response`
|
1151
1151
|
|
1152
1152
|
:example:
|
1153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
1154
1154
|
"""
|
1155
1155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1156
1156
|
required_arguments = ['modelId']
|
@@ -1266,7 +1266,7 @@ class DataScienceClient(object):
|
|
1266
1266
|
:rtype: :class:`~oci.response.Response`
|
1267
1267
|
|
1268
1268
|
:example:
|
1269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_model_deployment_compartment.py.html>`__ to see an example of how to use change_model_deployment_compartment API.
|
1270
1270
|
"""
|
1271
1271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1272
1272
|
required_arguments = ['modelDeploymentId']
|
@@ -1382,7 +1382,7 @@ class DataScienceClient(object):
|
|
1382
1382
|
:rtype: :class:`~oci.response.Response`
|
1383
1383
|
|
1384
1384
|
:example:
|
1385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_model_version_set_compartment.py.html>`__ to see an example of how to use change_model_version_set_compartment API.
|
1386
1386
|
"""
|
1387
1387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1388
1388
|
required_arguments = ['modelVersionSetId']
|
@@ -1498,7 +1498,7 @@ class DataScienceClient(object):
|
|
1498
1498
|
:rtype: :class:`~oci.response.Response`
|
1499
1499
|
|
1500
1500
|
:example:
|
1501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_notebook_session_compartment.py.html>`__ to see an example of how to use change_notebook_session_compartment API.
|
1502
1502
|
"""
|
1503
1503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1504
1504
|
required_arguments = ['notebookSessionId']
|
@@ -1611,7 +1611,7 @@ class DataScienceClient(object):
|
|
1611
1611
|
:rtype: :class:`~oci.response.Response`
|
1612
1612
|
|
1613
1613
|
:example:
|
1614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
|
1615
1615
|
"""
|
1616
1616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1617
1617
|
required_arguments = ['pipelineId']
|
@@ -1721,7 +1721,7 @@ class DataScienceClient(object):
|
|
1721
1721
|
:rtype: :class:`~oci.response.Response`
|
1722
1722
|
|
1723
1723
|
:example:
|
1724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_pipeline_run_compartment.py.html>`__ to see an example of how to use change_pipeline_run_compartment API.
|
1725
1725
|
"""
|
1726
1726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1727
1727
|
required_arguments = ['pipelineRunId']
|
@@ -1834,7 +1834,7 @@ class DataScienceClient(object):
|
|
1834
1834
|
:rtype: :class:`~oci.response.Response`
|
1835
1835
|
|
1836
1836
|
:example:
|
1837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
1838
1838
|
"""
|
1839
1839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1840
1840
|
required_arguments = ['projectId']
|
@@ -1938,7 +1938,7 @@ class DataScienceClient(object):
|
|
1938
1938
|
:rtype: :class:`~oci.response.Response`
|
1939
1939
|
|
1940
1940
|
:example:
|
1941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_data_science_private_endpoint.py.html>`__ to see an example of how to use create_data_science_private_endpoint API.
|
1942
1942
|
"""
|
1943
1943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1944
1944
|
required_arguments = []
|
@@ -2032,7 +2032,7 @@ class DataScienceClient(object):
|
|
2032
2032
|
:rtype: :class:`~oci.response.Response`
|
2033
2033
|
|
2034
2034
|
:example:
|
2035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_job.py.html>`__ to see an example of how to use create_job API.
|
2036
2036
|
"""
|
2037
2037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2038
2038
|
required_arguments = []
|
@@ -2145,7 +2145,7 @@ class DataScienceClient(object):
|
|
2145
2145
|
:rtype: :class:`~oci.response.Response`
|
2146
2146
|
|
2147
2147
|
:example:
|
2148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_job_artifact.py.html>`__ to see an example of how to use create_job_artifact API.
|
2149
2149
|
"""
|
2150
2150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2151
2151
|
required_arguments = ['jobId']
|
@@ -2277,7 +2277,7 @@ class DataScienceClient(object):
|
|
2277
2277
|
:rtype: :class:`~oci.response.Response`
|
2278
2278
|
|
2279
2279
|
:example:
|
2280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_job_run.py.html>`__ to see an example of how to use create_job_run API.
|
2281
2281
|
"""
|
2282
2282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2283
2283
|
required_arguments = []
|
@@ -2373,7 +2373,7 @@ class DataScienceClient(object):
|
|
2373
2373
|
:rtype: :class:`~oci.response.Response`
|
2374
2374
|
|
2375
2375
|
:example:
|
2376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_model.py.html>`__ to see an example of how to use create_model API.
|
2377
2377
|
"""
|
2378
2378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2379
2379
|
required_arguments = []
|
@@ -2498,7 +2498,7 @@ class DataScienceClient(object):
|
|
2498
2498
|
:rtype: :class:`~oci.response.Response`
|
2499
2499
|
|
2500
2500
|
:example:
|
2501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_model_artifact.py.html>`__ to see an example of how to use create_model_artifact API.
|
2502
2502
|
"""
|
2503
2503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2504
2504
|
required_arguments = ['modelId']
|
@@ -2634,7 +2634,7 @@ class DataScienceClient(object):
|
|
2634
2634
|
:rtype: :class:`~oci.response.Response`
|
2635
2635
|
|
2636
2636
|
:example:
|
2637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_model_deployment.py.html>`__ to see an example of how to use create_model_deployment API.
|
2638
2638
|
"""
|
2639
2639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2640
2640
|
required_arguments = []
|
@@ -2735,7 +2735,7 @@ class DataScienceClient(object):
|
|
2735
2735
|
:rtype: :class:`~oci.response.Response`
|
2736
2736
|
|
2737
2737
|
:example:
|
2738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_model_provenance.py.html>`__ to see an example of how to use create_model_provenance API.
|
2739
2739
|
"""
|
2740
2740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2741
2741
|
required_arguments = ['modelId']
|
@@ -2841,7 +2841,7 @@ class DataScienceClient(object):
|
|
2841
2841
|
:rtype: :class:`~oci.response.Response`
|
2842
2842
|
|
2843
2843
|
:example:
|
2844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_model_version_set.py.html>`__ to see an example of how to use create_model_version_set API.
|
2845
2845
|
"""
|
2846
2846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2847
2847
|
required_arguments = []
|
@@ -2935,7 +2935,7 @@ class DataScienceClient(object):
|
|
2935
2935
|
:rtype: :class:`~oci.response.Response`
|
2936
2936
|
|
2937
2937
|
:example:
|
2938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_notebook_session.py.html>`__ to see an example of how to use create_notebook_session API.
|
2939
2939
|
"""
|
2940
2940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2941
2941
|
required_arguments = []
|
@@ -3029,7 +3029,7 @@ class DataScienceClient(object):
|
|
3029
3029
|
:rtype: :class:`~oci.response.Response`
|
3030
3030
|
|
3031
3031
|
:example:
|
3032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
3033
3033
|
"""
|
3034
3034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3035
3035
|
required_arguments = []
|
@@ -3126,7 +3126,7 @@ class DataScienceClient(object):
|
|
3126
3126
|
:rtype: :class:`~oci.response.Response`
|
3127
3127
|
|
3128
3128
|
:example:
|
3129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_pipeline_run.py.html>`__ to see an example of how to use create_pipeline_run API.
|
3130
3130
|
"""
|
3131
3131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3132
3132
|
required_arguments = []
|
@@ -3222,7 +3222,7 @@ class DataScienceClient(object):
|
|
3222
3222
|
:rtype: :class:`~oci.response.Response`
|
3223
3223
|
|
3224
3224
|
:example:
|
3225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_project.py.html>`__ to see an example of how to use create_project API.
|
3226
3226
|
"""
|
3227
3227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3228
3228
|
required_arguments = []
|
@@ -3343,7 +3343,7 @@ class DataScienceClient(object):
|
|
3343
3343
|
:rtype: :class:`~oci.response.Response`
|
3344
3344
|
|
3345
3345
|
:example:
|
3346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/create_step_artifact.py.html>`__ to see an example of how to use create_step_artifact API.
|
3347
3347
|
"""
|
3348
3348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3349
3349
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -3479,7 +3479,7 @@ class DataScienceClient(object):
|
|
3479
3479
|
:rtype: :class:`~oci.response.Response`
|
3480
3480
|
|
3481
3481
|
:example:
|
3482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/deactivate_model.py.html>`__ to see an example of how to use deactivate_model API.
|
3483
3483
|
"""
|
3484
3484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3485
3485
|
required_arguments = ['modelId']
|
@@ -3588,7 +3588,7 @@ class DataScienceClient(object):
|
|
3588
3588
|
:rtype: :class:`~oci.response.Response`
|
3589
3589
|
|
3590
3590
|
:example:
|
3591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/deactivate_model_deployment.py.html>`__ to see an example of how to use deactivate_model_deployment API.
|
3592
3592
|
"""
|
3593
3593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3594
3594
|
required_arguments = ['modelDeploymentId']
|
@@ -3693,7 +3693,7 @@ class DataScienceClient(object):
|
|
3693
3693
|
:rtype: :class:`~oci.response.Response`
|
3694
3694
|
|
3695
3695
|
:example:
|
3696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/deactivate_notebook_session.py.html>`__ to see an example of how to use deactivate_notebook_session API.
|
3697
3697
|
"""
|
3698
3698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3699
3699
|
required_arguments = ['notebookSessionId']
|
@@ -3796,7 +3796,7 @@ class DataScienceClient(object):
|
|
3796
3796
|
:rtype: :class:`~oci.response.Response`
|
3797
3797
|
|
3798
3798
|
:example:
|
3799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_data_science_private_endpoint.py.html>`__ to see an example of how to use delete_data_science_private_endpoint API.
|
3800
3800
|
"""
|
3801
3801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3802
3802
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -3904,7 +3904,7 @@ class DataScienceClient(object):
|
|
3904
3904
|
:rtype: :class:`~oci.response.Response`
|
3905
3905
|
|
3906
3906
|
:example:
|
3907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
3908
3908
|
"""
|
3909
3909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3910
3910
|
required_arguments = ['jobId']
|
@@ -4019,7 +4019,7 @@ class DataScienceClient(object):
|
|
4019
4019
|
:rtype: :class:`~oci.response.Response`
|
4020
4020
|
|
4021
4021
|
:example:
|
4022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_job_run.py.html>`__ to see an example of how to use delete_job_run API.
|
4023
4023
|
"""
|
4024
4024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4025
4025
|
required_arguments = ['jobRunId']
|
@@ -4126,7 +4126,7 @@ class DataScienceClient(object):
|
|
4126
4126
|
:rtype: :class:`~oci.response.Response`
|
4127
4127
|
|
4128
4128
|
:example:
|
4129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
4130
4130
|
"""
|
4131
4131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4132
4132
|
required_arguments = ['modelId']
|
@@ -4233,7 +4233,7 @@ class DataScienceClient(object):
|
|
4233
4233
|
:rtype: :class:`~oci.response.Response`
|
4234
4234
|
|
4235
4235
|
:example:
|
4236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_model_deployment.py.html>`__ to see an example of how to use delete_model_deployment API.
|
4237
4237
|
"""
|
4238
4238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4239
4239
|
required_arguments = ['modelDeploymentId']
|
@@ -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.138.1/datascience/delete_model_version_set.py.html>`__ to see an example of how to use delete_model_version_set API.
|
4348
4348
|
"""
|
4349
4349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4350
4350
|
required_arguments = ['modelVersionSetId']
|
@@ -4459,7 +4459,7 @@ class DataScienceClient(object):
|
|
4459
4459
|
:rtype: :class:`~oci.response.Response`
|
4460
4460
|
|
4461
4461
|
:example:
|
4462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_notebook_session.py.html>`__ to see an example of how to use delete_notebook_session API.
|
4463
4463
|
"""
|
4464
4464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4465
4465
|
required_arguments = ['notebookSessionId']
|
@@ -4572,7 +4572,7 @@ class DataScienceClient(object):
|
|
4572
4572
|
:rtype: :class:`~oci.response.Response`
|
4573
4573
|
|
4574
4574
|
:example:
|
4575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
4576
4576
|
"""
|
4577
4577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4578
4578
|
required_arguments = ['pipelineId']
|
@@ -4690,7 +4690,7 @@ class DataScienceClient(object):
|
|
4690
4690
|
:rtype: :class:`~oci.response.Response`
|
4691
4691
|
|
4692
4692
|
:example:
|
4693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_pipeline_run.py.html>`__ to see an example of how to use delete_pipeline_run API.
|
4694
4694
|
"""
|
4695
4695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4696
4696
|
required_arguments = ['pipelineRunId']
|
@@ -4803,7 +4803,7 @@ class DataScienceClient(object):
|
|
4803
4803
|
:rtype: :class:`~oci.response.Response`
|
4804
4804
|
|
4805
4805
|
:example:
|
4806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
4807
4807
|
"""
|
4808
4808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4809
4809
|
required_arguments = ['projectId']
|
@@ -4916,7 +4916,7 @@ class DataScienceClient(object):
|
|
4916
4916
|
:rtype: :class:`~oci.response.Response`
|
4917
4917
|
|
4918
4918
|
:example:
|
4919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/export_model_artifact.py.html>`__ to see an example of how to use export_model_artifact API.
|
4920
4920
|
"""
|
4921
4921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4922
4922
|
required_arguments = ['modelId']
|
@@ -5019,7 +5019,7 @@ class DataScienceClient(object):
|
|
5019
5019
|
:rtype: :class:`~oci.response.Response`
|
5020
5020
|
|
5021
5021
|
:example:
|
5022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_data_science_private_endpoint.py.html>`__ to see an example of how to use get_data_science_private_endpoint API.
|
5023
5023
|
"""
|
5024
5024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5025
5025
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -5119,7 +5119,7 @@ class DataScienceClient(object):
|
|
5119
5119
|
:rtype: :class:`~oci.response.Response`
|
5120
5120
|
|
5121
5121
|
:example:
|
5122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_job.py.html>`__ to see an example of how to use get_job API.
|
5123
5123
|
"""
|
5124
5124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5125
5125
|
required_arguments = ['jobId']
|
@@ -5225,7 +5225,7 @@ class DataScienceClient(object):
|
|
5225
5225
|
:rtype: :class:`~oci.response.Response`
|
5226
5226
|
|
5227
5227
|
:example:
|
5228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_job_artifact_content.py.html>`__ to see an example of how to use get_job_artifact_content API.
|
5229
5229
|
"""
|
5230
5230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5231
5231
|
required_arguments = ['jobId']
|
@@ -5327,7 +5327,7 @@ class DataScienceClient(object):
|
|
5327
5327
|
:rtype: :class:`~oci.response.Response`
|
5328
5328
|
|
5329
5329
|
:example:
|
5330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
|
5331
5331
|
"""
|
5332
5332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5333
5333
|
required_arguments = ['jobRunId']
|
@@ -5427,7 +5427,7 @@ class DataScienceClient(object):
|
|
5427
5427
|
:rtype: :class:`~oci.response.Response`
|
5428
5428
|
|
5429
5429
|
:example:
|
5430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_model.py.html>`__ to see an example of how to use get_model API.
|
5431
5431
|
"""
|
5432
5432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5433
5433
|
required_arguments = ['modelId']
|
@@ -5533,7 +5533,7 @@ class DataScienceClient(object):
|
|
5533
5533
|
:rtype: :class:`~oci.response.Response`
|
5534
5534
|
|
5535
5535
|
:example:
|
5536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_model_artifact_content.py.html>`__ to see an example of how to use get_model_artifact_content API.
|
5537
5537
|
"""
|
5538
5538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5539
5539
|
required_arguments = ['modelId']
|
@@ -5635,7 +5635,7 @@ class DataScienceClient(object):
|
|
5635
5635
|
:rtype: :class:`~oci.response.Response`
|
5636
5636
|
|
5637
5637
|
:example:
|
5638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_model_deployment.py.html>`__ to see an example of how to use get_model_deployment API.
|
5639
5639
|
"""
|
5640
5640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5641
5641
|
required_arguments = ['modelDeploymentId']
|
@@ -5735,7 +5735,7 @@ class DataScienceClient(object):
|
|
5735
5735
|
:rtype: :class:`~oci.response.Response`
|
5736
5736
|
|
5737
5737
|
:example:
|
5738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_model_provenance.py.html>`__ to see an example of how to use get_model_provenance API.
|
5739
5739
|
"""
|
5740
5740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5741
5741
|
required_arguments = ['modelId']
|
@@ -5835,7 +5835,7 @@ class DataScienceClient(object):
|
|
5835
5835
|
:rtype: :class:`~oci.response.Response`
|
5836
5836
|
|
5837
5837
|
:example:
|
5838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_model_version_set.py.html>`__ to see an example of how to use get_model_version_set API.
|
5839
5839
|
"""
|
5840
5840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5841
5841
|
required_arguments = ['modelVersionSetId']
|
@@ -5935,7 +5935,7 @@ class DataScienceClient(object):
|
|
5935
5935
|
:rtype: :class:`~oci.response.Response`
|
5936
5936
|
|
5937
5937
|
:example:
|
5938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_notebook_session.py.html>`__ to see an example of how to use get_notebook_session API.
|
5939
5939
|
"""
|
5940
5940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5941
5941
|
required_arguments = ['notebookSessionId']
|
@@ -6035,7 +6035,7 @@ class DataScienceClient(object):
|
|
6035
6035
|
:rtype: :class:`~oci.response.Response`
|
6036
6036
|
|
6037
6037
|
:example:
|
6038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
6039
6039
|
"""
|
6040
6040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6041
6041
|
required_arguments = ['pipelineId']
|
@@ -6135,7 +6135,7 @@ class DataScienceClient(object):
|
|
6135
6135
|
:rtype: :class:`~oci.response.Response`
|
6136
6136
|
|
6137
6137
|
:example:
|
6138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_pipeline_run.py.html>`__ to see an example of how to use get_pipeline_run API.
|
6139
6139
|
"""
|
6140
6140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6141
6141
|
required_arguments = ['pipelineRunId']
|
@@ -6235,7 +6235,7 @@ class DataScienceClient(object):
|
|
6235
6235
|
:rtype: :class:`~oci.response.Response`
|
6236
6236
|
|
6237
6237
|
:example:
|
6238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_project.py.html>`__ to see an example of how to use get_project API.
|
6239
6239
|
"""
|
6240
6240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6241
6241
|
required_arguments = ['projectId']
|
@@ -6344,7 +6344,7 @@ class DataScienceClient(object):
|
|
6344
6344
|
:rtype: :class:`~oci.response.Response`
|
6345
6345
|
|
6346
6346
|
:example:
|
6347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_step_artifact_content.py.html>`__ to see an example of how to use get_step_artifact_content API.
|
6348
6348
|
"""
|
6349
6349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6350
6350
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6449,7 +6449,7 @@ class DataScienceClient(object):
|
|
6449
6449
|
:rtype: :class:`~oci.response.Response`
|
6450
6450
|
|
6451
6451
|
:example:
|
6452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
6453
6453
|
"""
|
6454
6454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6455
6455
|
required_arguments = ['workRequestId']
|
@@ -6549,7 +6549,7 @@ class DataScienceClient(object):
|
|
6549
6549
|
:rtype: :class:`~oci.response.Response`
|
6550
6550
|
|
6551
6551
|
:example:
|
6552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/head_job_artifact.py.html>`__ to see an example of how to use head_job_artifact API.
|
6553
6553
|
"""
|
6554
6554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6555
6555
|
required_arguments = ['jobId']
|
@@ -6647,7 +6647,7 @@ class DataScienceClient(object):
|
|
6647
6647
|
:rtype: :class:`~oci.response.Response`
|
6648
6648
|
|
6649
6649
|
:example:
|
6650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/head_model_artifact.py.html>`__ to see an example of how to use head_model_artifact API.
|
6651
6651
|
"""
|
6652
6652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6653
6653
|
required_arguments = ['modelId']
|
@@ -6748,7 +6748,7 @@ class DataScienceClient(object):
|
|
6748
6748
|
:rtype: :class:`~oci.response.Response`
|
6749
6749
|
|
6750
6750
|
:example:
|
6751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/head_step_artifact.py.html>`__ to see an example of how to use head_step_artifact API.
|
6752
6752
|
"""
|
6753
6753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6754
6754
|
required_arguments = ['pipelineId', 'stepName']
|
@@ -6857,7 +6857,7 @@ class DataScienceClient(object):
|
|
6857
6857
|
:rtype: :class:`~oci.response.Response`
|
6858
6858
|
|
6859
6859
|
:example:
|
6860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/import_model_artifact.py.html>`__ to see an example of how to use import_model_artifact API.
|
6861
6861
|
"""
|
6862
6862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6863
6863
|
required_arguments = ['modelId']
|
@@ -7003,7 +7003,7 @@ class DataScienceClient(object):
|
|
7003
7003
|
:rtype: :class:`~oci.response.Response`
|
7004
7004
|
|
7005
7005
|
:example:
|
7006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_data_science_private_endpoints.py.html>`__ to see an example of how to use list_data_science_private_endpoints API.
|
7007
7007
|
"""
|
7008
7008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7009
7009
|
required_arguments = ['compartmentId']
|
@@ -7160,7 +7160,7 @@ class DataScienceClient(object):
|
|
7160
7160
|
:rtype: :class:`~oci.response.Response`
|
7161
7161
|
|
7162
7162
|
:example:
|
7163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_fast_launch_job_configs.py.html>`__ to see an example of how to use list_fast_launch_job_configs API.
|
7164
7164
|
"""
|
7165
7165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7166
7166
|
required_arguments = ['compartmentId']
|
@@ -7314,7 +7314,7 @@ class DataScienceClient(object):
|
|
7314
7314
|
:rtype: :class:`~oci.response.Response`
|
7315
7315
|
|
7316
7316
|
:example:
|
7317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
|
7318
7318
|
"""
|
7319
7319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7320
7320
|
required_arguments = ['compartmentId']
|
@@ -7466,7 +7466,7 @@ class DataScienceClient(object):
|
|
7466
7466
|
:rtype: :class:`~oci.response.Response`
|
7467
7467
|
|
7468
7468
|
:example:
|
7469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_job_shapes.py.html>`__ to see an example of how to use list_job_shapes API.
|
7470
7470
|
"""
|
7471
7471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7472
7472
|
required_arguments = ['compartmentId']
|
@@ -7620,7 +7620,7 @@ class DataScienceClient(object):
|
|
7620
7620
|
:rtype: :class:`~oci.response.Response`
|
7621
7621
|
|
7622
7622
|
:example:
|
7623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
7624
7624
|
"""
|
7625
7625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7626
7626
|
required_arguments = ['compartmentId']
|
@@ -7772,7 +7772,7 @@ class DataScienceClient(object):
|
|
7772
7772
|
:rtype: :class:`~oci.response.Response`
|
7773
7773
|
|
7774
7774
|
:example:
|
7775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_model_deployment_shapes.py.html>`__ to see an example of how to use list_model_deployment_shapes API.
|
7776
7776
|
"""
|
7777
7777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7778
7778
|
required_arguments = ['compartmentId']
|
@@ -7926,7 +7926,7 @@ class DataScienceClient(object):
|
|
7926
7926
|
:rtype: :class:`~oci.response.Response`
|
7927
7927
|
|
7928
7928
|
:example:
|
7929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_model_deployments.py.html>`__ to see an example of how to use list_model_deployments API.
|
7930
7930
|
"""
|
7931
7931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7932
7932
|
required_arguments = ['compartmentId']
|
@@ -8113,7 +8113,7 @@ class DataScienceClient(object):
|
|
8113
8113
|
:rtype: :class:`~oci.response.Response`
|
8114
8114
|
|
8115
8115
|
:example:
|
8116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_model_version_sets.py.html>`__ to see an example of how to use list_model_version_sets API.
|
8117
8117
|
"""
|
8118
8118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8119
8119
|
required_arguments = ['compartmentId']
|
@@ -8307,7 +8307,7 @@ class DataScienceClient(object):
|
|
8307
8307
|
:rtype: :class:`~oci.response.Response`
|
8308
8308
|
|
8309
8309
|
:example:
|
8310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_models.py.html>`__ to see an example of how to use list_models API.
|
8311
8311
|
"""
|
8312
8312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8313
8313
|
required_arguments = ['compartmentId']
|
@@ -8463,7 +8463,7 @@ class DataScienceClient(object):
|
|
8463
8463
|
:rtype: :class:`~oci.response.Response`
|
8464
8464
|
|
8465
8465
|
:example:
|
8466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_notebook_session_shapes.py.html>`__ to see an example of how to use list_notebook_session_shapes API.
|
8467
8467
|
"""
|
8468
8468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8469
8469
|
required_arguments = ['compartmentId']
|
@@ -8617,7 +8617,7 @@ class DataScienceClient(object):
|
|
8617
8617
|
:rtype: :class:`~oci.response.Response`
|
8618
8618
|
|
8619
8619
|
:example:
|
8620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_notebook_sessions.py.html>`__ to see an example of how to use list_notebook_sessions API.
|
8621
8621
|
"""
|
8622
8622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8623
8623
|
required_arguments = ['compartmentId']
|
@@ -8805,7 +8805,7 @@ class DataScienceClient(object):
|
|
8805
8805
|
:rtype: :class:`~oci.response.Response`
|
8806
8806
|
|
8807
8807
|
:example:
|
8808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_pipeline_runs.py.html>`__ to see an example of how to use list_pipeline_runs API.
|
8809
8809
|
"""
|
8810
8810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8811
8811
|
required_arguments = ['compartmentId']
|
@@ -8993,7 +8993,7 @@ class DataScienceClient(object):
|
|
8993
8993
|
:rtype: :class:`~oci.response.Response`
|
8994
8994
|
|
8995
8995
|
:example:
|
8996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
8997
8997
|
"""
|
8998
8998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8999
8999
|
required_arguments = ['compartmentId']
|
@@ -9177,7 +9177,7 @@ class DataScienceClient(object):
|
|
9177
9177
|
:rtype: :class:`~oci.response.Response`
|
9178
9178
|
|
9179
9179
|
:example:
|
9180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
9181
9181
|
"""
|
9182
9182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9183
9183
|
required_arguments = ['compartmentId']
|
@@ -9327,7 +9327,7 @@ class DataScienceClient(object):
|
|
9327
9327
|
:rtype: :class:`~oci.response.Response`
|
9328
9328
|
|
9329
9329
|
:example:
|
9330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
9331
9331
|
"""
|
9332
9332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9333
9333
|
required_arguments = ['workRequestId']
|
@@ -9455,7 +9455,7 @@ class DataScienceClient(object):
|
|
9455
9455
|
:rtype: :class:`~oci.response.Response`
|
9456
9456
|
|
9457
9457
|
:example:
|
9458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
9459
9459
|
"""
|
9460
9460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9461
9461
|
required_arguments = ['workRequestId']
|
@@ -9608,7 +9608,7 @@ class DataScienceClient(object):
|
|
9608
9608
|
:rtype: :class:`~oci.response.Response`
|
9609
9609
|
|
9610
9610
|
:example:
|
9611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
9612
9612
|
"""
|
9613
9613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9614
9614
|
required_arguments = ['compartmentId']
|
@@ -9758,7 +9758,7 @@ class DataScienceClient(object):
|
|
9758
9758
|
:rtype: :class:`~oci.response.Response`
|
9759
9759
|
|
9760
9760
|
:example:
|
9761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
|
9762
9762
|
"""
|
9763
9763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9764
9764
|
required_arguments = ['modelId']
|
@@ -9879,7 +9879,7 @@ class DataScienceClient(object):
|
|
9879
9879
|
:rtype: :class:`~oci.response.Response`
|
9880
9880
|
|
9881
9881
|
:example:
|
9882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
|
9883
9883
|
"""
|
9884
9884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9885
9885
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -9991,7 +9991,7 @@ class DataScienceClient(object):
|
|
9991
9991
|
:rtype: :class:`~oci.response.Response`
|
9992
9992
|
|
9993
9993
|
:example:
|
9994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
|
9995
9995
|
"""
|
9996
9996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9997
9997
|
required_arguments = ['jobId']
|
@@ -10105,7 +10105,7 @@ class DataScienceClient(object):
|
|
10105
10105
|
:rtype: :class:`~oci.response.Response`
|
10106
10106
|
|
10107
10107
|
:example:
|
10108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
|
10109
10109
|
"""
|
10110
10110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10111
10111
|
required_arguments = ['jobRunId']
|
@@ -10219,7 +10219,7 @@ class DataScienceClient(object):
|
|
10219
10219
|
:rtype: :class:`~oci.response.Response`
|
10220
10220
|
|
10221
10221
|
:example:
|
10222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
|
10223
10223
|
"""
|
10224
10224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10225
10225
|
required_arguments = ['modelId']
|
@@ -10339,7 +10339,7 @@ class DataScienceClient(object):
|
|
10339
10339
|
:rtype: :class:`~oci.response.Response`
|
10340
10340
|
|
10341
10341
|
:example:
|
10342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
|
10343
10343
|
"""
|
10344
10344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10345
10345
|
required_arguments = ['modelDeploymentId']
|
@@ -10451,7 +10451,7 @@ class DataScienceClient(object):
|
|
10451
10451
|
:rtype: :class:`~oci.response.Response`
|
10452
10452
|
|
10453
10453
|
:example:
|
10454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
|
10455
10455
|
"""
|
10456
10456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10457
10457
|
required_arguments = ['modelId']
|
@@ -10565,7 +10565,7 @@ class DataScienceClient(object):
|
|
10565
10565
|
:rtype: :class:`~oci.response.Response`
|
10566
10566
|
|
10567
10567
|
:example:
|
10568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
|
10569
10569
|
"""
|
10570
10570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10571
10571
|
required_arguments = ['modelVersionSetId']
|
@@ -10682,7 +10682,7 @@ class DataScienceClient(object):
|
|
10682
10682
|
:rtype: :class:`~oci.response.Response`
|
10683
10683
|
|
10684
10684
|
:example:
|
10685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
|
10686
10686
|
"""
|
10687
10687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10688
10688
|
required_arguments = ['notebookSessionId']
|
@@ -10796,7 +10796,7 @@ class DataScienceClient(object):
|
|
10796
10796
|
:rtype: :class:`~oci.response.Response`
|
10797
10797
|
|
10798
10798
|
:example:
|
10799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
10800
10800
|
"""
|
10801
10801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10802
10802
|
required_arguments = ['pipelineId']
|
@@ -10908,7 +10908,7 @@ class DataScienceClient(object):
|
|
10908
10908
|
:rtype: :class:`~oci.response.Response`
|
10909
10909
|
|
10910
10910
|
:example:
|
10911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
|
10912
10912
|
"""
|
10913
10913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10914
10914
|
required_arguments = ['pipelineRunId']
|
@@ -11020,7 +11020,7 @@ class DataScienceClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['projectId']
|