oci 2.129.0__py3-none-any.whl → 2.129.2__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 +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +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/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +45 -45
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +8268 -6013
- oci/database/database_client_composite_operations.py +620 -0
- oci/database/models/__init__.py +46 -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 +14 -2
- oci/database/models/autonomous_database_summary.py +14 -2
- oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
- oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
- oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
- oci/database/models/cloud_automation_freeze_period.py +103 -0
- oci/database/models/cloud_automation_update_details.py +157 -0
- oci/database/models/create_autonomous_database_base.py +4 -4
- oci/database/models/create_database_details.py +37 -2
- oci/database/models/create_database_software_image_details.py +7 -3
- oci/database/models/create_exadb_vm_cluster_details.py +956 -0
- oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
- oci/database/models/database_software_image.py +7 -3
- oci/database/models/database_software_image_summary.py +7 -3
- oci/database/models/db_node.py +38 -3
- oci/database/models/db_node_details.py +76 -0
- oci/database/models/db_node_summary.py +38 -3
- oci/database/models/db_server.py +3 -3
- oci/database/models/db_server_summary.py +3 -3
- oci/database/models/exadb_vm_cluster.py +1592 -0
- oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
- oci/database/models/exadb_vm_cluster_summary.py +1565 -0
- oci/database/models/exadb_vm_cluster_update.py +416 -0
- oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
- oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
- oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
- oci/database/models/exascale_db_storage_details.py +103 -0
- oci/database/models/exascale_db_storage_input_details.py +72 -0
- oci/database/models/exascale_db_storage_vault.py +605 -0
- oci/database/models/exascale_db_storage_vault_summary.py +536 -0
- oci/database/models/gi_minor_version_summary.py +107 -0
- oci/database/models/key_store.py +7 -3
- oci/database/models/key_store_summary.py +7 -3
- oci/database/models/maintenance_window.py +2 -4
- oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
- oci/database/models/update_exadb_vm_cluster_details.py +570 -0
- oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
- oci/database_management/db_management_client.py +210 -210
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/child_database.py +7 -3
- oci/database_management/models/database_usage_metrics.py +7 -3
- oci/database_management/models/fleet_status_by_category.py +7 -3
- oci/database_management/models/job_database.py +7 -3
- oci/database_management/models/job_execution.py +7 -3
- oci/database_management/models/job_execution_summary.py +7 -3
- oci/database_management/models/managed_database.py +7 -3
- oci/database_management/models/managed_database_summary.py +7 -3
- oci/database_management/models/optimizer_database.py +7 -3
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +192 -35
- oci/database_migration/models/__init__.py +8 -0
- oci/database_migration/models/create_oracle_migration_details.py +31 -0
- oci/database_migration/models/migration_parameter_base.py +127 -0
- oci/database_migration/models/migration_parameter_details.py +164 -0
- oci/database_migration/models/migration_parameter_summary.py +502 -0
- oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
- oci/database_migration/models/oracle_migration.py +33 -2
- oci/database_migration/models/update_oracle_migration_details.py +31 -0
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/exceptions.py +46 -7
- oci/file_storage/file_storage_client.py +185 -67
- oci/file_storage/models/create_export_details.py +14 -4
- oci/file_storage/models/create_file_system_details.py +51 -0
- oci/file_storage/models/file_system.py +89 -3
- oci/file_storage/models/file_system_summary.py +60 -5
- oci/file_storage/models/snapshot_schedule.py +8 -2
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/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 +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/__init__.py +2 -1
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
- oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
- oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
- oci/object_storage/transfer/internal/download/__init__.py +5 -0
- 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/models/__init__.py +12 -0
- oci/opsi/models/basic_configuration_item_summary.py +3 -3
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
- oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +2 -2
- oci/opsi/models/database_details.py +2 -2
- oci/opsi/models/database_insight.py +2 -2
- oci/opsi/models/database_insight_summary.py +2 -2
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +118 -5
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +492 -0
- oci/opsi/models/host_gpu_processes.py +213 -0
- oci/opsi/models/host_gpu_usage.py +678 -0
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_insight.py +2 -2
- oci/opsi/models/host_insight_host_recommendations.py +27 -3
- oci/opsi/models/host_insight_summary.py +4 -4
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_recommendations.py +165 -0
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_recommendations.py +134 -0
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_storage_recommendations.py +134 -0
- oci/opsi/models/host_top_processes.py +34 -3
- oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
- oci/opsi/models/news_report.py +2 -2
- oci/opsi/models/news_report_summary.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
- oci/opsi/models/operations_insights_warehouse.py +6 -6
- oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
- oci/opsi/models/operations_insights_warehouse_user.py +4 -4
- oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
- oci/opsi/models/operations_insights_warehouses.py +3 -3
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/resource_filters.py +56 -2
- oci/opsi/models/sql_bucket.py +2 -2
- oci/opsi/models/sql_search_summary.py +2 -2
- oci/opsi/models/top_processes_usage.py +31 -0
- oci/opsi/models/top_processes_usage_trend.py +31 -0
- oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +604 -409
- oci/opsi/operations_insights_client_composite_operations.py +8 -8
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +3 -0
- 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/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/usage_summary.py +62 -0
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/METADATA +1 -1
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/RECORD +385 -348
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/WHEEL +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/top_level.txt +0 -0
@@ -152,7 +152,7 @@ class AnomalyDetectionClient(object):
|
|
152
152
|
:rtype: :class:`~oci.response.Response`
|
153
153
|
|
154
154
|
:example:
|
155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
156
156
|
"""
|
157
157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
158
|
required_arguments = ['workRequestId']
|
@@ -267,7 +267,7 @@ class AnomalyDetectionClient(object):
|
|
267
267
|
:rtype: :class:`~oci.response.Response`
|
268
268
|
|
269
269
|
:example:
|
270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/change_ai_private_endpoint_compartment.py.html>`__ to see an example of how to use change_ai_private_endpoint_compartment API.
|
271
271
|
"""
|
272
272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
273
273
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -387,7 +387,7 @@ class AnomalyDetectionClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/change_data_asset_compartment.py.html>`__ to see an example of how to use change_data_asset_compartment API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['dataAssetId']
|
@@ -502,7 +502,7 @@ class AnomalyDetectionClient(object):
|
|
502
502
|
:rtype: :class:`~oci.response.Response`
|
503
503
|
|
504
504
|
:example:
|
505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/change_detect_anomaly_job_compartment.py.html>`__ to see an example of how to use change_detect_anomaly_job_compartment API.
|
506
506
|
"""
|
507
507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
508
508
|
required_arguments = ['detectAnomalyJobId']
|
@@ -619,7 +619,7 @@ class AnomalyDetectionClient(object):
|
|
619
619
|
:rtype: :class:`~oci.response.Response`
|
620
620
|
|
621
621
|
:example:
|
622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
623
623
|
"""
|
624
624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
625
625
|
required_arguments = ['modelId']
|
@@ -739,7 +739,7 @@ class AnomalyDetectionClient(object):
|
|
739
739
|
:rtype: :class:`~oci.response.Response`
|
740
740
|
|
741
741
|
:example:
|
742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
743
743
|
"""
|
744
744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
745
745
|
required_arguments = ['projectId']
|
@@ -849,7 +849,7 @@ class AnomalyDetectionClient(object):
|
|
849
849
|
:rtype: :class:`~oci.response.Response`
|
850
850
|
|
851
851
|
:example:
|
852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/create_ai_private_endpoint.py.html>`__ to see an example of how to use create_ai_private_endpoint API.
|
853
853
|
"""
|
854
854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
855
855
|
required_arguments = []
|
@@ -945,7 +945,7 @@ class AnomalyDetectionClient(object):
|
|
945
945
|
:rtype: :class:`~oci.response.Response`
|
946
946
|
|
947
947
|
:example:
|
948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
949
949
|
"""
|
950
950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
951
951
|
required_arguments = []
|
@@ -1051,7 +1051,7 @@ class AnomalyDetectionClient(object):
|
|
1051
1051
|
:rtype: :class:`~oci.response.Response`
|
1052
1052
|
|
1053
1053
|
:example:
|
1054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/create_detect_anomaly_job.py.html>`__ to see an example of how to use create_detect_anomaly_job API.
|
1055
1055
|
"""
|
1056
1056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1057
1057
|
required_arguments = []
|
@@ -1149,7 +1149,7 @@ class AnomalyDetectionClient(object):
|
|
1149
1149
|
:rtype: :class:`~oci.response.Response`
|
1150
1150
|
|
1151
1151
|
:example:
|
1152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/create_model.py.html>`__ to see an example of how to use create_model API.
|
1153
1153
|
"""
|
1154
1154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1155
1155
|
required_arguments = []
|
@@ -1247,7 +1247,7 @@ class AnomalyDetectionClient(object):
|
|
1247
1247
|
:rtype: :class:`~oci.response.Response`
|
1248
1248
|
|
1249
1249
|
:example:
|
1250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/create_project.py.html>`__ to see an example of how to use create_project API.
|
1251
1251
|
"""
|
1252
1252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1253
1253
|
required_arguments = []
|
@@ -1345,7 +1345,7 @@ class AnomalyDetectionClient(object):
|
|
1345
1345
|
:rtype: :class:`~oci.response.Response`
|
1346
1346
|
|
1347
1347
|
:example:
|
1348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/delete_ai_private_endpoint.py.html>`__ to see an example of how to use delete_ai_private_endpoint API.
|
1349
1349
|
"""
|
1350
1350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1351
1351
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -1450,7 +1450,7 @@ class AnomalyDetectionClient(object):
|
|
1450
1450
|
:rtype: :class:`~oci.response.Response`
|
1451
1451
|
|
1452
1452
|
:example:
|
1453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
1454
1454
|
"""
|
1455
1455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1456
1456
|
required_arguments = ['dataAssetId']
|
@@ -1555,7 +1555,7 @@ class AnomalyDetectionClient(object):
|
|
1555
1555
|
:rtype: :class:`~oci.response.Response`
|
1556
1556
|
|
1557
1557
|
:example:
|
1558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/delete_detect_anomaly_job.py.html>`__ to see an example of how to use delete_detect_anomaly_job API.
|
1559
1559
|
"""
|
1560
1560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1561
1561
|
required_arguments = ['detectAnomalyJobId']
|
@@ -1660,7 +1660,7 @@ class AnomalyDetectionClient(object):
|
|
1660
1660
|
:rtype: :class:`~oci.response.Response`
|
1661
1661
|
|
1662
1662
|
:example:
|
1663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
1664
1664
|
"""
|
1665
1665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1666
1666
|
required_arguments = ['modelId']
|
@@ -1765,7 +1765,7 @@ class AnomalyDetectionClient(object):
|
|
1765
1765
|
:rtype: :class:`~oci.response.Response`
|
1766
1766
|
|
1767
1767
|
:example:
|
1768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
1769
1769
|
"""
|
1770
1770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1771
1771
|
required_arguments = ['projectId']
|
@@ -1885,7 +1885,7 @@ class AnomalyDetectionClient(object):
|
|
1885
1885
|
:rtype: :class:`~oci.response.Response`
|
1886
1886
|
|
1887
1887
|
:example:
|
1888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/detect_anomalies.py.html>`__ to see an example of how to use detect_anomalies API.
|
1889
1889
|
"""
|
1890
1890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1891
1891
|
required_arguments = []
|
@@ -1978,7 +1978,7 @@ class AnomalyDetectionClient(object):
|
|
1978
1978
|
:rtype: :class:`~oci.response.Response`
|
1979
1979
|
|
1980
1980
|
:example:
|
1981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_ai_private_endpoint.py.html>`__ to see an example of how to use get_ai_private_endpoint API.
|
1982
1982
|
"""
|
1983
1983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1984
1984
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -2076,7 +2076,7 @@ class AnomalyDetectionClient(object):
|
|
2076
2076
|
:rtype: :class:`~oci.response.Response`
|
2077
2077
|
|
2078
2078
|
:example:
|
2079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
2080
2080
|
"""
|
2081
2081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2082
2082
|
required_arguments = ['dataAssetId']
|
@@ -2174,7 +2174,7 @@ class AnomalyDetectionClient(object):
|
|
2174
2174
|
:rtype: :class:`~oci.response.Response`
|
2175
2175
|
|
2176
2176
|
:example:
|
2177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_detect_anomaly_job.py.html>`__ to see an example of how to use get_detect_anomaly_job API.
|
2178
2178
|
"""
|
2179
2179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2180
2180
|
required_arguments = ['detectAnomalyJobId']
|
@@ -2272,7 +2272,7 @@ class AnomalyDetectionClient(object):
|
|
2272
2272
|
:rtype: :class:`~oci.response.Response`
|
2273
2273
|
|
2274
2274
|
:example:
|
2275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_model.py.html>`__ to see an example of how to use get_model API.
|
2276
2276
|
"""
|
2277
2277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2278
2278
|
required_arguments = ['modelId']
|
@@ -2370,7 +2370,7 @@ class AnomalyDetectionClient(object):
|
|
2370
2370
|
:rtype: :class:`~oci.response.Response`
|
2371
2371
|
|
2372
2372
|
:example:
|
2373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_project.py.html>`__ to see an example of how to use get_project API.
|
2374
2374
|
"""
|
2375
2375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2376
2376
|
required_arguments = ['projectId']
|
@@ -2468,7 +2468,7 @@ class AnomalyDetectionClient(object):
|
|
2468
2468
|
:rtype: :class:`~oci.response.Response`
|
2469
2469
|
|
2470
2470
|
:example:
|
2471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2472
2472
|
"""
|
2473
2473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2474
2474
|
required_arguments = ['workRequestId']
|
@@ -2594,7 +2594,7 @@ class AnomalyDetectionClient(object):
|
|
2594
2594
|
:rtype: :class:`~oci.response.Response`
|
2595
2595
|
|
2596
2596
|
:example:
|
2597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_ai_private_endpoints.py.html>`__ to see an example of how to use list_ai_private_endpoints API.
|
2598
2598
|
"""
|
2599
2599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2600
2600
|
required_arguments = ['compartmentId']
|
@@ -2750,7 +2750,7 @@ class AnomalyDetectionClient(object):
|
|
2750
2750
|
:rtype: :class:`~oci.response.Response`
|
2751
2751
|
|
2752
2752
|
:example:
|
2753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
2754
2754
|
"""
|
2755
2755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2756
2756
|
required_arguments = ['compartmentId']
|
@@ -2912,7 +2912,7 @@ class AnomalyDetectionClient(object):
|
|
2912
2912
|
:rtype: :class:`~oci.response.Response`
|
2913
2913
|
|
2914
2914
|
:example:
|
2915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_detect_anomaly_jobs.py.html>`__ to see an example of how to use list_detect_anomaly_jobs API.
|
2916
2916
|
"""
|
2917
2917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2918
2918
|
required_arguments = ['compartmentId']
|
@@ -3075,7 +3075,7 @@ class AnomalyDetectionClient(object):
|
|
3075
3075
|
:rtype: :class:`~oci.response.Response`
|
3076
3076
|
|
3077
3077
|
:example:
|
3078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_models.py.html>`__ to see an example of how to use list_models API.
|
3079
3079
|
"""
|
3080
3080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3081
3081
|
required_arguments = ['compartmentId']
|
@@ -3231,7 +3231,7 @@ class AnomalyDetectionClient(object):
|
|
3231
3231
|
:rtype: :class:`~oci.response.Response`
|
3232
3232
|
|
3233
3233
|
:example:
|
3234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
3235
3235
|
"""
|
3236
3236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3237
3237
|
required_arguments = ['compartmentId']
|
@@ -3363,7 +3363,7 @@ class AnomalyDetectionClient(object):
|
|
3363
3363
|
:rtype: :class:`~oci.response.Response`
|
3364
3364
|
|
3365
3365
|
:example:
|
3366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
3367
3367
|
"""
|
3368
3368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3369
3369
|
required_arguments = ['workRequestId']
|
@@ -3477,7 +3477,7 @@ class AnomalyDetectionClient(object):
|
|
3477
3477
|
:rtype: :class:`~oci.response.Response`
|
3478
3478
|
|
3479
3479
|
:example:
|
3480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
3481
3481
|
"""
|
3482
3482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3483
3483
|
required_arguments = ['workRequestId']
|
@@ -3594,7 +3594,7 @@ class AnomalyDetectionClient(object):
|
|
3594
3594
|
:rtype: :class:`~oci.response.Response`
|
3595
3595
|
|
3596
3596
|
:example:
|
3597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
3598
3598
|
"""
|
3599
3599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3600
3600
|
required_arguments = ['compartmentId']
|
@@ -3703,7 +3703,7 @@ class AnomalyDetectionClient(object):
|
|
3703
3703
|
:rtype: :class:`~oci.response.Response`
|
3704
3704
|
|
3705
3705
|
:example:
|
3706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/update_ai_private_endpoint.py.html>`__ to see an example of how to use update_ai_private_endpoint API.
|
3707
3707
|
"""
|
3708
3708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3709
3709
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -3813,7 +3813,7 @@ class AnomalyDetectionClient(object):
|
|
3813
3813
|
:rtype: :class:`~oci.response.Response`
|
3814
3814
|
|
3815
3815
|
:example:
|
3816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
3817
3817
|
"""
|
3818
3818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3819
3819
|
required_arguments = ['dataAssetId']
|
@@ -3925,7 +3925,7 @@ class AnomalyDetectionClient(object):
|
|
3925
3925
|
:rtype: :class:`~oci.response.Response`
|
3926
3926
|
|
3927
3927
|
:example:
|
3928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/update_detect_anomaly_job.py.html>`__ to see an example of how to use update_detect_anomaly_job API.
|
3929
3929
|
"""
|
3930
3930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3931
3931
|
required_arguments = ['detectAnomalyJobId']
|
@@ -4037,7 +4037,7 @@ class AnomalyDetectionClient(object):
|
|
4037
4037
|
:rtype: :class:`~oci.response.Response`
|
4038
4038
|
|
4039
4039
|
:example:
|
4040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/update_model.py.html>`__ to see an example of how to use update_model API.
|
4041
4041
|
"""
|
4042
4042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4043
4043
|
required_arguments = ['modelId']
|
@@ -4147,7 +4147,7 @@ class AnomalyDetectionClient(object):
|
|
4147
4147
|
:rtype: :class:`~oci.response.Response`
|
4148
4148
|
|
4149
4149
|
:example:
|
4150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aianomalydetection/update_project.py.html>`__ to see an example of how to use update_project API.
|
4151
4151
|
"""
|
4152
4152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4153
4153
|
required_arguments = ['projectId']
|
@@ -150,7 +150,7 @@ class AIServiceDocumentClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/analyze_document.py.html>`__ to see an example of how to use analyze_document API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = []
|
@@ -247,7 +247,7 @@ class AIServiceDocumentClient(object):
|
|
247
247
|
:rtype: :class:`~oci.response.Response`
|
248
248
|
|
249
249
|
:example:
|
250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/cancel_processor_job.py.html>`__ to see an example of how to use cancel_processor_job API.
|
251
251
|
"""
|
252
252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
253
253
|
required_arguments = ['processorJobId']
|
@@ -350,7 +350,7 @@ class AIServiceDocumentClient(object):
|
|
350
350
|
:rtype: :class:`~oci.response.Response`
|
351
351
|
|
352
352
|
:example:
|
353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
354
354
|
"""
|
355
355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
356
356
|
required_arguments = ['workRequestId']
|
@@ -456,7 +456,7 @@ class AIServiceDocumentClient(object):
|
|
456
456
|
:rtype: :class:`~oci.response.Response`
|
457
457
|
|
458
458
|
:example:
|
459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
460
460
|
"""
|
461
461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
462
462
|
required_arguments = ['modelId']
|
@@ -564,7 +564,7 @@ class AIServiceDocumentClient(object):
|
|
564
564
|
:rtype: :class:`~oci.response.Response`
|
565
565
|
|
566
566
|
:example:
|
567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
568
568
|
"""
|
569
569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
570
570
|
required_arguments = ['projectId']
|
@@ -669,7 +669,7 @@ class AIServiceDocumentClient(object):
|
|
669
669
|
:rtype: :class:`~oci.response.Response`
|
670
670
|
|
671
671
|
:example:
|
672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/create_model.py.html>`__ to see an example of how to use create_model API.
|
673
673
|
"""
|
674
674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
675
675
|
required_arguments = []
|
@@ -767,7 +767,7 @@ class AIServiceDocumentClient(object):
|
|
767
767
|
:rtype: :class:`~oci.response.Response`
|
768
768
|
|
769
769
|
:example:
|
770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/create_processor_job.py.html>`__ to see an example of how to use create_processor_job API.
|
771
771
|
"""
|
772
772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
773
773
|
required_arguments = []
|
@@ -865,7 +865,7 @@ class AIServiceDocumentClient(object):
|
|
865
865
|
:rtype: :class:`~oci.response.Response`
|
866
866
|
|
867
867
|
:example:
|
868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/create_project.py.html>`__ to see an example of how to use create_project API.
|
869
869
|
"""
|
870
870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
871
871
|
required_arguments = []
|
@@ -963,7 +963,7 @@ class AIServiceDocumentClient(object):
|
|
963
963
|
:rtype: :class:`~oci.response.Response`
|
964
964
|
|
965
965
|
:example:
|
966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
967
967
|
"""
|
968
968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
969
969
|
required_arguments = ['modelId']
|
@@ -1066,7 +1066,7 @@ class AIServiceDocumentClient(object):
|
|
1066
1066
|
:rtype: :class:`~oci.response.Response`
|
1067
1067
|
|
1068
1068
|
:example:
|
1069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
1070
1070
|
"""
|
1071
1071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1072
1072
|
required_arguments = ['projectId']
|
@@ -1162,7 +1162,7 @@ class AIServiceDocumentClient(object):
|
|
1162
1162
|
:rtype: :class:`~oci.response.Response`
|
1163
1163
|
|
1164
1164
|
:example:
|
1165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/get_model.py.html>`__ to see an example of how to use get_model API.
|
1166
1166
|
"""
|
1167
1167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1168
1168
|
required_arguments = ['modelId']
|
@@ -1260,7 +1260,7 @@ class AIServiceDocumentClient(object):
|
|
1260
1260
|
:rtype: :class:`~oci.response.Response`
|
1261
1261
|
|
1262
1262
|
:example:
|
1263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/get_processor_job.py.html>`__ to see an example of how to use get_processor_job API.
|
1264
1264
|
"""
|
1265
1265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1266
1266
|
required_arguments = ['processorJobId']
|
@@ -1358,7 +1358,7 @@ class AIServiceDocumentClient(object):
|
|
1358
1358
|
:rtype: :class:`~oci.response.Response`
|
1359
1359
|
|
1360
1360
|
:example:
|
1361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/get_project.py.html>`__ to see an example of how to use get_project API.
|
1362
1362
|
"""
|
1363
1363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1364
1364
|
required_arguments = ['projectId']
|
@@ -1456,7 +1456,7 @@ class AIServiceDocumentClient(object):
|
|
1456
1456
|
:rtype: :class:`~oci.response.Response`
|
1457
1457
|
|
1458
1458
|
:example:
|
1459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1460
1460
|
"""
|
1461
1461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1462
1462
|
required_arguments = ['workRequestId']
|
@@ -1584,7 +1584,7 @@ class AIServiceDocumentClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/list_models.py.html>`__ to see an example of how to use list_models API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = []
|
@@ -1742,7 +1742,7 @@ class AIServiceDocumentClient(object):
|
|
1742
1742
|
:rtype: :class:`~oci.response.Response`
|
1743
1743
|
|
1744
1744
|
:example:
|
1745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
1746
1746
|
"""
|
1747
1747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1748
1748
|
required_arguments = []
|
@@ -1887,7 +1887,7 @@ class AIServiceDocumentClient(object):
|
|
1887
1887
|
:rtype: :class:`~oci.response.Response`
|
1888
1888
|
|
1889
1889
|
:example:
|
1890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1891
1891
|
"""
|
1892
1892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1893
1893
|
required_arguments = ['workRequestId']
|
@@ -2029,7 +2029,7 @@ class AIServiceDocumentClient(object):
|
|
2029
2029
|
:rtype: :class:`~oci.response.Response`
|
2030
2030
|
|
2031
2031
|
:example:
|
2032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2033
2033
|
"""
|
2034
2034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2035
2035
|
required_arguments = ['workRequestId']
|
@@ -2182,7 +2182,7 @@ class AIServiceDocumentClient(object):
|
|
2182
2182
|
:rtype: :class:`~oci.response.Response`
|
2183
2183
|
|
2184
2184
|
:example:
|
2185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2186
2186
|
"""
|
2187
2187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2188
2188
|
required_arguments = []
|
@@ -2321,7 +2321,7 @@ class AIServiceDocumentClient(object):
|
|
2321
2321
|
:rtype: :class:`~oci.response.Response`
|
2322
2322
|
|
2323
2323
|
:example:
|
2324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/patch_model.py.html>`__ to see an example of how to use patch_model API.
|
2325
2325
|
"""
|
2326
2326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2327
2327
|
required_arguments = ['modelId']
|
@@ -2431,7 +2431,7 @@ class AIServiceDocumentClient(object):
|
|
2431
2431
|
:rtype: :class:`~oci.response.Response`
|
2432
2432
|
|
2433
2433
|
:example:
|
2434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/update_model.py.html>`__ to see an example of how to use update_model API.
|
2435
2435
|
"""
|
2436
2436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2437
2437
|
required_arguments = ['modelId']
|
@@ -2539,7 +2539,7 @@ class AIServiceDocumentClient(object):
|
|
2539
2539
|
:rtype: :class:`~oci.response.Response`
|
2540
2540
|
|
2541
2541
|
:example:
|
2542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/aidocument/update_project.py.html>`__ to see an example of how to use update_project API.
|
2543
2543
|
"""
|
2544
2544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2545
2545
|
required_arguments = ['projectId']
|