oci 2.135.2__py3-none-any.whl → 2.137.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/_vendor/jwt/__init__.py +65 -26
- oci/_vendor/jwt/algorithms.py +404 -130
- oci/_vendor/jwt/api_jwk.py +108 -0
- oci/_vendor/jwt/api_jws.py +153 -106
- oci/_vendor/jwt/api_jwt.py +146 -137
- oci/_vendor/jwt/exceptions.py +13 -6
- oci/_vendor/jwt/help.py +16 -15
- oci/_vendor/jwt/jwks_client.py +64 -0
- oci/_vendor/jwt/utils.py +101 -54
- 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/security_token_container.py +1 -1
- oci/autoscaling/auto_scaling_client.py +11 -11
- 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 +8 -8
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +160 -14
- oci/cloud_bridge/inventory_client.py +20 -20
- oci/cloud_bridge/models/__init__.py +48 -2
- oci/cloud_bridge/models/asset.py +19 -3
- oci/cloud_bridge/models/asset_source.py +11 -3
- oci/cloud_bridge/models/asset_source_credentials.py +17 -7
- oci/cloud_bridge/models/asset_source_summary.py +11 -3
- oci/cloud_bridge/models/asset_summary.py +11 -3
- oci/cloud_bridge/models/aws_asset_source.py +359 -0
- oci/cloud_bridge/models/aws_asset_source_summary.py +205 -0
- oci/cloud_bridge/models/aws_ebs_asset.py +170 -0
- oci/cloud_bridge/models/aws_ebs_properties.py +382 -0
- oci/cloud_bridge/models/aws_ec2_asset.py +278 -0
- oci/cloud_bridge/models/aws_ec2_properties.py +1056 -0
- oci/cloud_bridge/models/create_asset_details.py +19 -3
- oci/cloud_bridge/models/create_asset_source_details.py +11 -3
- oci/cloud_bridge/models/create_aws_asset_source_details.py +323 -0
- oci/cloud_bridge/models/create_aws_ebs_asset_details.py +134 -0
- oci/cloud_bridge/models/create_aws_ec2_asset_details.py +242 -0
- oci/cloud_bridge/models/create_vm_ware_asset_source_details.py +2 -2
- oci/cloud_bridge/models/create_vmware_vm_asset_details.py +5 -5
- oci/cloud_bridge/models/group_identifier.py +103 -0
- oci/cloud_bridge/models/import_inventory_via_assets_details.py +13 -5
- oci/cloud_bridge/models/instance_network_interface.py +498 -0
- oci/cloud_bridge/models/instance_network_interface_association.py +196 -0
- oci/cloud_bridge/models/instance_network_interface_attachment.py +227 -0
- oci/cloud_bridge/models/instance_private_ip_address.py +161 -0
- oci/cloud_bridge/models/instance_state.py +103 -0
- oci/cloud_bridge/models/monthly_cost_summary.py +103 -0
- oci/cloud_bridge/models/placement.py +289 -0
- oci/{ocvp/models/supported_sku_summary_collection.py → cloud_bridge/models/supported_cloud_region_collection.py} +15 -15
- oci/cloud_bridge/models/supported_cloud_region_summary.py +244 -0
- oci/cloud_bridge/models/tag.py +103 -0
- oci/cloud_bridge/models/update_asset_details.py +19 -3
- oci/cloud_bridge/models/update_asset_source_details.py +47 -4
- oci/cloud_bridge/models/update_aws_asset_source_details.py +240 -0
- oci/cloud_bridge/models/update_aws_ebs_asset_details.py +106 -0
- oci/cloud_bridge/models/update_aws_ec2_asset_details.py +214 -0
- oci/cloud_bridge/models/update_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/update_vm_ware_asset_source_details.py +11 -39
- oci/cloud_bridge/models/update_vmware_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/vm_asset.py +3 -3
- oci/cloud_bridge/models/vm_ware_asset_source.py +2 -2
- oci/cloud_bridge/models/vm_ware_asset_source_summary.py +2 -2
- oci/cloud_bridge/models/vmware_vm_asset.py +5 -5
- oci/cloud_bridge/models/volume_attachment.py +196 -0
- oci/cloud_bridge/models/work_request.py +15 -3
- oci/cloud_bridge/models/work_request_summary.py +15 -3
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -138
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +0 -48
- 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 +88 -88
- oci/container_engine/models/__init__.py +4 -0
- oci/container_engine/models/cluster.py +33 -2
- oci/container_engine/models/cluster_create_options.py +56 -2
- oci/container_engine/models/open_id_connect_discovery.py +72 -0
- oci/container_engine/models/open_id_connect_token_authentication_config.py +370 -0
- oci/container_engine/models/update_cluster_options_details.py +56 -2
- 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/models/__init__.py +6 -0
- oci/core/models/block_volume_replica.py +43 -2
- oci/core/models/block_volume_replica_details.py +45 -2
- oci/core/models/block_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_replica.py +43 -2
- oci/core/models/boot_volume_replica_details.py +45 -2
- oci/core/models/boot_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_source_details.py +4 -0
- oci/core/models/boot_volume_source_from_boot_volume_backup_delta_details.py +143 -0
- oci/core/models/create_boot_volume_details.py +45 -2
- oci/core/models/create_volume_backup_policy_assignment_details.py +45 -2
- oci/core/models/create_volume_details.py +45 -2
- oci/core/models/create_volume_group_details.py +45 -2
- oci/core/models/instance_configuration_create_volume_details.py +45 -2
- oci/core/models/virtual_circuit.py +29 -2
- oci/core/models/virtual_circuit_redundancy_metadata.py +202 -0
- oci/core/models/volume_backup_policy_assignment.py +45 -2
- oci/core/models/volume_group_replica_details.py +45 -2
- oci/core/models/volume_group_replica_info.py +43 -2
- oci/core/models/volume_source_details.py +4 -0
- oci/core/models/volume_source_from_volume_backup_delta_details.py +143 -0
- 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 +292 -292
- oci/data_science/data_science_client.py +217 -93
- oci/data_science/data_science_client_composite_operations.py +41 -0
- oci/data_science/models/__init__.py +8 -0
- oci/data_science/models/backup_operation_details.py +154 -0
- oci/data_science/models/backup_setting.py +158 -0
- oci/data_science/models/create_model_details.py +56 -2
- oci/data_science/models/model.py +141 -2
- oci/data_science/models/model_summary.py +31 -0
- oci/data_science/models/retention_operation_details.py +267 -0
- oci/data_science/models/retention_setting.py +158 -0
- oci/data_science/models/update_model_details.py +56 -2
- oci/data_science/models/work_request.py +7 -3
- oci/data_science/models/work_request_summary.py +7 -3
- oci/database/database_client.py +396 -396
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_database.py +58 -0
- oci/database/models/autonomous_database_encryption_key_details.py +133 -0
- oci/database/models/autonomous_database_encryption_key_history_entry.py +99 -0
- oci/database/models/autonomous_database_summary.py +58 -0
- oci/database/models/aws_key_details.py +175 -0
- oci/database/models/azure_key_details.py +113 -0
- oci/database/models/create_autonomous_database_base.py +27 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/oci_key_details.py +119 -0
- oci/database/models/okv_key_details.py +206 -0
- oci/{log_analytics/models/agent_upload.py → database/models/oracle_managed_key_details.py} +14 -33
- oci/database/models/undelete_autonomous_database_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +29 -2
- 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 +389 -54
- oci/dns/dns_client_composite_operations.py +886 -193
- oci/dns/models/__init__.py +13 -1
- oci/dns/models/create_zone_details.py +101 -2
- oci/dns/models/dnssec_config.py +105 -0
- oci/dns/models/dnssec_key_version_ds_data.py +121 -0
- oci/dns/models/ksk_dnssec_key_version.py +550 -0
- oci/dns/models/promote_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/stage_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/update_zone_details.py +99 -0
- oci/dns/models/zone.py +126 -0
- oci/dns/models/zone_summary.py +128 -2
- oci/dns/models/zsk_dnssec_key_version.py +517 -0
- 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 +3599 -1776
- oci/file_storage/file_storage_client_composite_operations.py +881 -223
- oci/file_storage/models/__init__.py +2 -0
- oci/file_storage/models/create_export_details.py +31 -0
- oci/file_storage/models/create_file_system_details.py +31 -0
- oci/file_storage/models/create_filesystem_snapshot_policy_details.py +33 -2
- oci/file_storage/models/create_ldap_bind_account_details.py +7 -0
- oci/file_storage/models/create_mount_target_details.py +31 -0
- oci/file_storage/models/create_outbound_connector_details.py +33 -2
- oci/file_storage/models/create_replication_details.py +33 -2
- oci/file_storage/models/create_snapshot_details.py +33 -2
- oci/file_storage/models/export.py +33 -2
- oci/file_storage/models/export_summary.py +33 -2
- oci/file_storage/models/file_system.py +31 -0
- oci/file_storage/models/file_system_summary.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +31 -0
- oci/file_storage/models/ldap_bind_account.py +7 -0
- oci/file_storage/models/ldap_bind_account_summary.py +7 -0
- oci/file_storage/models/mount_target.py +31 -0
- oci/file_storage/models/mount_target_summary.py +31 -0
- oci/file_storage/models/outbound_connector.py +31 -0
- oci/file_storage/models/outbound_connector_summary.py +31 -0
- oci/file_storage/models/replication.py +31 -0
- oci/file_storage/models/replication_summary.py +31 -0
- oci/file_storage/models/resource_lock.py +185 -0
- oci/file_storage/models/snapshot.py +31 -0
- oci/file_storage/models/snapshot_summary.py +31 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +2261 -294
- oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +349 -1
- oci/fleet_apps_management/fleet_apps_management_client.py +141 -127
- oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +19 -15
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +1 -1
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +2058 -363
- oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +173 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +1097 -260
- oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +298 -0
- oci/fleet_apps_management/models/__init__.py +168 -0
- oci/fleet_apps_management/models/action_group.py +2 -2
- oci/fleet_apps_management/models/action_group_based_user_action_details.py +90 -0
- oci/fleet_apps_management/models/action_group_details.py +20 -16
- oci/fleet_apps_management/models/activity_resource_target.py +44 -7
- oci/fleet_apps_management/models/announcement_collection.py +1 -1
- oci/fleet_apps_management/models/announcement_summary.py +13 -13
- oci/fleet_apps_management/models/api_based_execution_details.py +1 -1
- oci/fleet_apps_management/models/artifact_details.py +109 -0
- oci/fleet_apps_management/models/associated_fleet_credential_details.py +1 -1
- oci/fleet_apps_management/models/associated_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/associated_fleet_resource_details.py +6 -6
- oci/fleet_apps_management/models/associated_local_task_details.py +64 -1
- oci/fleet_apps_management/models/associated_scheduler_definition.py +3 -3
- oci/fleet_apps_management/models/associated_shared_task_details.py +2 -1
- oci/fleet_apps_management/models/associations.py +32 -5
- oci/fleet_apps_management/models/check_resource_tagging_details.py +5 -5
- oci/fleet_apps_management/models/compliance_detail_policy.py +223 -0
- oci/fleet_apps_management/models/compliance_detail_product.py +134 -0
- oci/fleet_apps_management/models/compliance_detail_resource.py +196 -0
- oci/fleet_apps_management/models/compliance_detail_target.py +134 -0
- oci/fleet_apps_management/models/compliance_patch_detail.py +278 -0
- oci/{database_migration/models/agent.py → fleet_apps_management/models/compliance_policy.py} +120 -167
- oci/fleet_apps_management/models/compliance_policy_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_policy_rule.py +618 -0
- oci/{media_services/models/media_workflow_job_fact_collection.py → fleet_apps_management/models/compliance_policy_rule_collection.py} +15 -15
- oci/fleet_apps_management/models/compliance_policy_rule_summary.py +585 -0
- oci/{database_migration/models/agent_summary.py → fleet_apps_management/models/compliance_policy_summary.py} +110 -159
- oci/fleet_apps_management/models/compliance_record.py +457 -0
- oci/fleet_apps_management/models/compliance_record_aggregation.py +99 -0
- oci/fleet_apps_management/models/compliance_record_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_dimension.py +143 -0
- oci/fleet_apps_management/models/compliance_record_summary.py +437 -0
- oci/fleet_apps_management/models/compliance_report.py +5 -5
- oci/fleet_apps_management/models/compliance_report_patch_detail.py +9 -9
- oci/fleet_apps_management/models/compliance_report_product.py +3 -3
- oci/fleet_apps_management/models/compliance_report_resource.py +8 -6
- oci/fleet_apps_management/models/compliance_report_target.py +7 -7
- oci/fleet_apps_management/models/component_properties.py +69 -9
- oci/fleet_apps_management/models/condition.py +12 -6
- oci/{os_management/models/managed_instance_update_details.py → fleet_apps_management/models/config_association_details.py} +43 -35
- oci/fleet_apps_management/models/config_category_details.py +133 -0
- oci/fleet_apps_management/models/confirm_targets_details.py +1 -1
- oci/fleet_apps_management/models/content_details.py +3 -3
- oci/fleet_apps_management/models/create_compliance_policy_rule_details.py +382 -0
- oci/fleet_apps_management/models/create_fleet_details.py +63 -16
- oci/fleet_apps_management/models/create_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/create_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/create_maintenance_window_details.py +19 -11
- oci/fleet_apps_management/models/create_onboarding_details.py +8 -4
- oci/fleet_apps_management/models/create_patch_details.py +402 -0
- oci/fleet_apps_management/models/create_platform_configuration_details.py +169 -0
- oci/fleet_apps_management/models/create_property_details.py +6 -6
- oci/fleet_apps_management/models/create_runbook_details.py +441 -0
- oci/{database_migration/models/create_agent_details.py → fleet_apps_management/models/create_task_record_details.py} +81 -106
- oci/fleet_apps_management/models/credential_config_category_details.py +52 -0
- oci/fleet_apps_management/models/credential_details.py +3 -3
- oci/fleet_apps_management/models/credential_entity_specific_details.py +22 -6
- oci/{log_analytics/models/log_analytics_collection_warning.py → fleet_apps_management/models/dependent_patch_details.py} +12 -10
- oci/fleet_apps_management/models/details.py +67 -3
- oci/fleet_apps_management/models/discovered_target.py +6 -6
- oci/fleet_apps_management/models/enable_latest_policy_details.py +72 -0
- oci/fleet_apps_management/models/entity_execution_details.py +22 -16
- oci/fleet_apps_management/models/environment_config_category_details.py +53 -0
- oci/fleet_apps_management/models/execution.py +122 -21
- oci/fleet_apps_management/models/execution_collection.py +1 -1
- oci/fleet_apps_management/models/execution_details.py +1 -1
- oci/fleet_apps_management/models/execution_summary.py +123 -22
- oci/fleet_apps_management/models/execution_workflow_details.py +1 -1
- oci/fleet_apps_management/models/export_compliance_report_details.py +251 -0
- oci/fleet_apps_management/models/fleet.py +37 -19
- oci/fleet_apps_management/models/fleet_credential.py +1 -1
- oci/fleet_apps_management/models/fleet_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/fleet_product_summary.py +3 -3
- oci/fleet_apps_management/models/fleet_property.py +11 -11
- oci/fleet_apps_management/models/fleet_property_collection.py +3 -3
- oci/fleet_apps_management/models/fleet_property_summary.py +6 -6
- oci/fleet_apps_management/models/fleet_resource.py +21 -15
- oci/fleet_apps_management/models/fleet_resource_collection.py +1 -1
- oci/fleet_apps_management/models/fleet_resource_summary.py +20 -14
- oci/fleet_apps_management/models/fleet_summary.py +15 -5
- oci/fleet_apps_management/models/fleet_target.py +98 -5
- oci/fleet_apps_management/models/fleet_target_summary.py +98 -5
- oci/fleet_apps_management/models/generate_compliance_report_details.py +5 -3
- oci/fleet_apps_management/models/generic_artifact.py +68 -0
- oci/fleet_apps_management/models/generic_artifact_details.py +78 -0
- oci/fleet_apps_management/models/group.py +11 -5
- oci/fleet_apps_management/models/input_argument.py +2 -2
- oci/fleet_apps_management/models/inventory_resource_summary.py +6 -6
- oci/fleet_apps_management/models/job_activity.py +57 -18
- oci/fleet_apps_management/models/key_encryption_credential_details.py +5 -5
- oci/fleet_apps_management/models/maintenance_window.py +19 -11
- oci/fleet_apps_management/models/maintenance_window_collection.py +1 -1
- oci/fleet_apps_management/models/maintenance_window_summary.py +18 -10
- oci/fleet_apps_management/models/manage_job_execution_details.py +68 -0
- oci/{database_migration/models/change_agent_compartment_details.py → fleet_apps_management/models/manage_settings_details.py} +21 -21
- oci/fleet_apps_management/models/managed_entity_aggregation.py +99 -0
- oci/fleet_apps_management/models/managed_entity_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/managed_entity_dimension.py +88 -0
- oci/fleet_apps_management/models/model_property.py +9 -9
- oci/fleet_apps_management/models/notification_preferences.py +7 -5
- oci/fleet_apps_management/models/object_storage_bucket_content_details.py +3 -3
- oci/fleet_apps_management/models/onboarding.py +70 -7
- oci/fleet_apps_management/models/onboarding_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_summary.py +1 -1
- oci/fleet_apps_management/models/onboarding_summary.py +69 -7
- oci/fleet_apps_management/models/outcome.py +7 -7
- oci/fleet_apps_management/models/output_variable_details.py +2 -2
- oci/fleet_apps_management/models/output_variable_input_argument.py +1 -1
- oci/fleet_apps_management/models/output_variable_mapping.py +4 -3
- oci/fleet_apps_management/models/patch.py +704 -0
- oci/{logging/models/log_included_search_summary_collection.py → fleet_apps_management/models/patch_collection.py} +16 -14
- oci/fleet_apps_management/models/patch_level_selection_details.py +106 -0
- oci/fleet_apps_management/models/patch_name_selection_details.py +83 -0
- oci/{database_migration/models/agent_image_summary.py → fleet_apps_management/models/patch_product.py} +36 -36
- oci/fleet_apps_management/models/patch_release_date_selection_details.py +83 -0
- oci/fleet_apps_management/models/patch_selection_details.py +117 -0
- oci/fleet_apps_management/models/patch_summary.py +625 -0
- oci/fleet_apps_management/models/patch_type.py +72 -0
- oci/fleet_apps_management/models/patch_type_config_category_details.py +52 -0
- oci/fleet_apps_management/models/pause_details.py +109 -0
- oci/fleet_apps_management/models/plain_text_credential_details.py +2 -2
- oci/fleet_apps_management/models/platform_configuration.py +529 -0
- oci/fleet_apps_management/models/platform_configuration_collection.py +72 -0
- oci/fleet_apps_management/models/platform_configuration_summary.py +485 -0
- oci/fleet_apps_management/models/platform_specific_artifact.py +162 -0
- oci/fleet_apps_management/models/platform_specific_artifact_details.py +82 -0
- oci/fleet_apps_management/models/preferences.py +3 -3
- oci/fleet_apps_management/models/product_config_category_details.py +215 -0
- oci/fleet_apps_management/models/product_stack_as_product_sub_category_details.py +182 -0
- oci/fleet_apps_management/models/product_stack_config_category_details.py +112 -0
- oci/{database_migration/models/par_link.py → fleet_apps_management/models/product_stack_generic_sub_category_details.py} +14 -33
- oci/fleet_apps_management/models/product_stack_sub_category_details.py +109 -0
- oci/fleet_apps_management/models/product_version_details.py +105 -0
- oci/fleet_apps_management/models/property_collection.py +3 -3
- oci/fleet_apps_management/models/property_summary.py +8 -8
- oci/{cloud_bridge/models/update_plugin_details.py → fleet_apps_management/models/publish_runbook_details.py} +21 -21
- oci/fleet_apps_management/models/request_resource_validation_details.py +5 -5
- oci/fleet_apps_management/models/request_target_discovery_details.py +5 -5
- oci/{database_migration/models/agent_image_collection.py → fleet_apps_management/models/resource_collection.py} +15 -15
- oci/fleet_apps_management/models/resource_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/resource_summary.py +347 -0
- oci/fleet_apps_management/models/resource_tag_check_details.py +3 -3
- oci/fleet_apps_management/models/resource_tag_enablement_info.py +3 -3
- oci/fleet_apps_management/models/rollback_workflow_details.py +119 -0
- oci/fleet_apps_management/models/rule.py +15 -7
- oci/fleet_apps_management/models/runbook.py +28 -9
- oci/fleet_apps_management/models/runbook_collection.py +1 -1
- oci/fleet_apps_management/models/runbook_summary.py +6 -4
- oci/fleet_apps_management/models/scheduler_definition.py +16 -16
- oci/fleet_apps_management/models/scheduler_job.py +24 -20
- oci/fleet_apps_management/models/scheduler_job_aggregation.py +99 -0
- oci/{usage_api/models/schedule_report_collection.py → fleet_apps_management/models/scheduler_job_aggregation_collection.py} +16 -14
- oci/fleet_apps_management/models/scheduler_job_collection.py +1 -1
- oci/fleet_apps_management/models/scheduler_job_dimension.py +72 -0
- oci/fleet_apps_management/models/scheduler_job_summary.py +20 -16
- oci/fleet_apps_management/models/script_based_execution_details.py +38 -5
- oci/fleet_apps_management/models/selection_criteria.py +6 -3
- oci/{log_analytics/models/query_work_request_resource.py → fleet_apps_management/models/set_default_runbook_details.py} +22 -20
- oci/fleet_apps_management/models/step_based_user_action_details.py +183 -0
- oci/{database_migration/models/agent_collection.py → fleet_apps_management/models/step_collection.py} +15 -15
- oci/fleet_apps_management/models/step_summary.py +378 -0
- oci/fleet_apps_management/models/target_credential_entity_specific_details.py +6 -6
- oci/fleet_apps_management/models/target_resource.py +1 -1
- oci/fleet_apps_management/models/task_notification_preferences.py +134 -0
- oci/fleet_apps_management/models/task_record.py +1 -1
- oci/fleet_apps_management/models/task_variable.py +2 -1
- oci/fleet_apps_management/models/time_based_pause_details.py +82 -0
- oci/fleet_apps_management/models/update_compliance_policy_rule_details.py +283 -0
- oci/fleet_apps_management/models/update_fleet_details.py +4 -2
- oci/fleet_apps_management/models/update_fleet_property_details.py +3 -3
- oci/fleet_apps_management/models/update_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/update_maintenance_window_details.py +18 -10
- oci/fleet_apps_management/models/update_onboarding_details.py +103 -0
- oci/fleet_apps_management/models/update_patch_details.py +369 -0
- oci/fleet_apps_management/models/update_platform_configuration_details.py +138 -0
- oci/fleet_apps_management/models/update_property_details.py +6 -6
- oci/fleet_apps_management/models/update_runbook_details.py +410 -0
- oci/fleet_apps_management/models/update_scheduler_job_details.py +3 -3
- oci/{database_migration/models/update_agent_details.py → fleet_apps_management/models/update_task_record_details.py} +63 -90
- oci/{log_analytics/models/string_list_details.py → fleet_apps_management/models/user_action_based_pause_details.py} +14 -33
- oci/fleet_apps_management/models/user_action_details.py +157 -0
- oci/{os_management/models/errata_id.py → fleet_apps_management/models/variable.py} +29 -27
- oci/fleet_apps_management/models/work_request.py +67 -3
- oci/fleet_apps_management/models/work_request_summary.py +67 -3
- oci/fleet_apps_management/models/workflow_group.py +2 -2
- oci/fleet_apps_management/models/workflow_group_component.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- 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 +211 -70
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/create_database_registration_details.py +4 -4
- oci/golden_gate/models/create_deployment_details.py +47 -0
- oci/golden_gate/models/create_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/create_oracle_connection_details.py +4 -4
- oci/golden_gate/models/deployment.py +102 -0
- oci/golden_gate/models/deployment_environment_collection.py +72 -0
- oci/golden_gate/models/deployment_environment_summary.py +389 -0
- oci/golden_gate/models/deployment_summary.py +103 -1
- oci/golden_gate/models/deployment_type_summary.py +3 -0
- oci/golden_gate/models/group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/ogg_deployment.py +29 -2
- oci/golden_gate/models/test_connection_assignment_result.py +34 -2
- oci/golden_gate/models/update_database_registration_details.py +4 -4
- oci/golden_gate/models/update_deployment_details.py +47 -0
- oci/golden_gate/models/update_group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/update_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/update_oracle_connection_details.py +4 -4
- 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 +307 -307
- oci/identity_domains/models/auth_token.py +51 -0
- oci/identity_domains/models/customer_secret_key.py +45 -0
- oci/identity_domains/models/o_auth2_client_credential.py +49 -0
- oci/identity_domains/models/smtp_credential.py +47 -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/models/__init__.py +8 -0
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_containers.py +65 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_statistics.py +1 -1
- 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 +1 -1
- oci/opsi/models/host_gpu_processes.py +1 -1
- oci/opsi/models/host_gpu_usage.py +1 -1
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_io_statistics.py +160 -0
- oci/opsi/models/host_io_usage.py +1 -1
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_statistics.py +1 -1
- 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_statistics.py +1 -1
- oci/opsi/models/host_performance_metric_group.py +3 -11
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_resource_statistics.py +11 -3
- oci/opsi/models/host_storage_statistics.py +1 -1
- oci/opsi/models/host_top_processes.py +1 -1
- oci/opsi/models/io_usage_trend.py +227 -0
- oci/opsi/models/io_usage_trend_aggregation.py +103 -0
- oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_io_usage_trend_aggregation_collection.py +165 -0
- oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +7 -3
- oci/opsi/operations_insights_client.py +362 -179
- 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/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/security_attribute/security_attribute_client.py +36 -36
- 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/util.py +2 -1
- 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 +30 -30
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/METADATA +1 -1
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/RECORD +668 -686
- oci/_vendor/jwt/__main__.py +0 -173
- oci/_vendor/jwt/compat.py +0 -73
- oci/_vendor/jwt/contrib/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/py_ecdsa.py +0 -60
- oci/_vendor/jwt/contrib/algorithms/pycrypto.py +0 -46
- oci/ai_language/models/entity_document.py +0 -136
- oci/ai_language/models/key_phrase_document.py +0 -136
- oci/ai_language/models/pre_trained_phi_model_details.py +0 -91
- oci/ai_language/models/sentiments_document.py +0 -136
- oci/ai_language/models/text_classification_document.py +0 -136
- oci/capacity_management/models/occ_capacity_request_compute_details.py +0 -148
- oci/cims/user_client.py +0 -207
- oci/cims/user_client_composite_operations.py +0 -26
- oci/compute_instance_agent/models/instance_agent_command_content_info.py +0 -252
- oci/data_integration/models/connection_from_lakehouse.py +0 -140
- oci/data_integration/models/connection_from_lakehouse_details.py +0 -133
- oci/data_integration/models/connection_summary_from_lakehouse.py +0 -140
- oci/data_integration/models/create_connection_from_lakehouse.py +0 -112
- oci/data_integration/models/create_data_asset_from_lakehouse.py +0 -232
- oci/data_integration/models/data_asset_from_lakehouse_details.py +0 -260
- oci/data_integration/models/data_asset_summary_from_lakehouse.py +0 -253
- oci/data_integration/models/update_connection_from_lakehouse.py +0 -119
- oci/data_integration/models/update_data_asset_from_lakehouse.py +0 -239
- oci/database_migration/models/advisor_settings.py +0 -103
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +0 -211
- oci/database_migration/models/aws_s3_details.py +0 -108
- oci/database_migration/models/connect_descriptor.py +0 -165
- oci/database_migration/models/create_advisor_settings.py +0 -103
- oci/database_migration/models/create_aws_s3_details.py +0 -174
- oci/database_migration/models/create_connect_descriptor.py +0 -174
- oci/database_migration/models/create_data_pump_settings.py +0 -251
- oci/database_migration/models/create_data_transfer_medium_details.py +0 -124
- oci/database_migration/models/create_database_link_details.py +0 -99
- oci/database_migration/models/create_dump_transfer_details.py +0 -126
- oci/database_migration/models/create_golden_gate_details.py +0 -95
- oci/database_migration/models/create_golden_gate_hub.py +0 -275
- oci/database_migration/models/create_golden_gate_service_details.py +0 -149
- oci/database_migration/models/create_golden_gate_settings.py +0 -126
- oci/database_migration/models/create_private_endpoint.py +0 -151
- oci/database_migration/models/create_ssh_details.py +0 -166
- oci/database_migration/models/create_vault_details.py +0 -134
- oci/database_migration/models/data_pump_settings.py +0 -251
- oci/database_migration/models/data_transfer_medium_details.py +0 -122
- oci/database_migration/models/data_transfer_medium_details_v2.py +0 -125
- oci/database_migration/models/database_credentials.py +0 -103
- oci/database_migration/models/database_link_details.py +0 -99
- oci/database_migration/models/database_object.py +0 -167
- oci/database_migration/models/db_link_data_transfer_medium_details.py +0 -109
- oci/database_migration/models/dump_transfer_details.py +0 -126
- oci/database_migration/models/generate_token.py +0 -70
- oci/database_migration/models/golden_gate_details.py +0 -95
- oci/database_migration/models/golden_gate_hub.py +0 -275
- oci/database_migration/models/golden_gate_service_details.py +0 -95
- oci/database_migration/models/golden_gate_settings.py +0 -126
- oci/database_migration/models/migration_object_summary.py +0 -214
- oci/database_migration/models/nfs_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/object_storage_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/private_endpoint_details.py +0 -185
- oci/database_migration/models/ssh_details.py +0 -134
- oci/database_migration/models/update_advisor_settings.py +0 -103
- oci/database_migration/models/update_aws_s3_details.py +0 -174
- oci/database_migration/models/update_connect_descriptor.py +0 -173
- oci/database_migration/models/update_data_pump_settings.py +0 -253
- oci/database_migration/models/update_data_transfer_medium_details.py +0 -125
- oci/database_migration/models/update_database_link_details.py +0 -99
- oci/database_migration/models/update_dump_transfer_details.py +0 -126
- oci/database_migration/models/update_golden_gate_details.py +0 -95
- oci/database_migration/models/update_golden_gate_hub.py +0 -275
- oci/database_migration/models/update_golden_gate_service_details.py +0 -149
- oci/database_migration/models/update_golden_gate_settings.py +0 -127
- oci/database_migration/models/update_private_endpoint.py +0 -151
- oci/database_migration/models/update_ssh_details.py +0 -165
- oci/database_migration/models/update_vault_details.py +0 -134
- oci/database_migration/models/vault_details.py +0 -134
- oci/database_tools/models/database_tools_allowed_network_sources.py +0 -107
- oci/database_tools/models/database_tools_virtual_source.py +0 -107
- oci/devops/models/run_pipeline_deploy_stage_execution_progress.py +0 -98
- oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.py +0 -98
- oci/em_warehouse/em_data_lake_client.py +0 -1610
- oci/em_warehouse/em_data_lake_client_composite_operations.py +0 -190
- oci/fusion_apps/data_masking_activity_client.py +0 -456
- oci/fusion_apps/data_masking_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/fusion_environment_client.py +0 -1772
- oci/fusion_apps/fusion_environment_client_composite_operations.py +0 -324
- oci/fusion_apps/fusion_environment_family_client.py +0 -943
- oci/fusion_apps/fusion_environment_family_client_composite_operations.py +0 -190
- oci/fusion_apps/models/attach_existing_instance_details.py +0 -194
- oci/fusion_apps/models/create_new_instance_details.py +0 -142
- oci/fusion_apps/models/create_oax_service_instance_details.py +0 -152
- oci/fusion_apps/models/create_oic_service_instance_details.py +0 -142
- oci/fusion_apps/models/create_service_instance_details.py +0 -170
- oci/fusion_apps/models/faw_admin_info_details.py +0 -132
- oci/fusion_apps/refresh_activity_client.py +0 -607
- oci/fusion_apps/refresh_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/scheduled_activity_client.py +0 -380
- oci/fusion_apps/scheduled_activity_client_composite_operations.py +0 -24
- oci/fusion_apps/service_attachment_client.py +0 -370
- oci/fusion_apps/service_attachment_client_composite_operations.py +0 -24
- oci/jms/models/request_summarized_application_usage_details.py +0 -504
- oci/jms/models/request_summarized_installation_usage_details.py +0 -448
- oci/jms/models/request_summarized_jre_usage_details.py +0 -421
- oci/jms/models/request_summarized_managed_instance_usage_details.py +0 -480
- oci/log_analytics/models/attribute.py +0 -602
- oci/log_analytics/models/create_namespace_details.py +0 -70
- oci/log_analytics/models/field_map.py +0 -101
- oci/log_analytics/models/generate_agent_object_name_details.py +0 -163
- oci/log_analytics/models/log_analytics.py +0 -370
- oci/log_analytics/models/log_analytics_summary.py +0 -304
- oci/log_analytics/models/out_of_box_entity_type_details.py +0 -211
- oci/log_analytics/models/query.py +0 -70
- oci/log_analytics/models/register_entity_types_details.py +0 -70
- oci/log_analytics/models/service_tenancy.py +0 -70
- oci/logging/models/log_included_search.py +0 -307
- oci/logging/models/log_included_search_summary.py +0 -165
- oci/media_services/models/media_workflow_job_fact.py +0 -198
- oci/media_services/models/media_workflow_job_fact_summary.py +0 -165
- oci/mysql/models/add_analytics_cluster_details.py +0 -108
- oci/mysql/models/analytics_cluster.py +0 -338
- oci/mysql/models/analytics_cluster_memory_estimate.py +0 -241
- oci/mysql/models/analytics_cluster_node.py +0 -210
- oci/mysql/models/analytics_cluster_schema_memory_estimate.py +0 -107
- oci/mysql/models/analytics_cluster_summary.py +0 -209
- oci/mysql/models/analytics_cluster_table_memory_estimate.py +0 -239
- oci/mysql/models/update_analytics_cluster_details.py +0 -120
- oci/network_firewall/models/tcp_application.py +0 -112
- oci/network_firewall/models/udp_application.py +0 -112
- oci/oce/models/delete_oce_instance_details.py +0 -70
- oci/ocvp/models/datastore_summary.py +0 -154
- oci/ocvp/models/supported_sku_summary.py +0 -96
- oci/os_management/models/updatable_package_summary.py +0 -287
- oci/osp_gateway/models/billing_address.py +0 -382
- oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.py +0 -76
- oci/service_mesh/models/create_mutual_transport_layer_security_details.py +0 -111
- oci/usage_api/models/create_schedule_report_details.py +0 -128
- oci/usage_api/models/saved_schedule_report.py +0 -145
- oci/usage_api/models/schedule_report.py +0 -159
- oci/usage_api/models/schedule_report_summary.py +0 -97
- oci/usage_api/models/update_schedule_report_details.py +0 -66
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/WHEEL +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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.137.0/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']
|
@@ -9554,7 +9554,7 @@ class DataScienceClient(object):
|
|
9554
9554
|
:param str operation_type: (optional)
|
9555
9555
|
<b>Filter</b> results by the type of the operation associated with the work request.
|
9556
9556
|
|
9557
|
-
Allowed values are: "NOTEBOOK_SESSION_CREATE", "NOTEBOOK_SESSION_DELETE", "NOTEBOOK_SESSION_ACTIVATE", "NOTEBOOK_SESSION_DEACTIVATE", "MODELVERSIONSET_DELETE", "EXPORT_MODEL_ARTIFACT", "IMPORT_MODEL_ARTIFACT", "MODEL_DEPLOYMENT_CREATE", "MODEL_DEPLOYMENT_DELETE", "MODEL_DEPLOYMENT_ACTIVATE", "MODEL_DEPLOYMENT_DEACTIVATE", "MODEL_DEPLOYMENT_UPDATE", "PROJECT_DELETE", "WORKREQUEST_CANCEL", "JOB_DELETE", "PIPELINE_CREATE", "PIPELINE_DELETE", "PIPELINE_RUN_CREATE", "PIPELINE_RUN_CANCEL", "PIPELINE_RUN_DELETE", "PRIVATE_ENDPOINT_CREATE", "PRIVATE_ENDPOINT_DELETE", "PRIVATE_ENDPOINT_MOVE", "PRIVATE_ENDPOINT_UPDATE"
|
9557
|
+
Allowed values are: "NOTEBOOK_SESSION_CREATE", "NOTEBOOK_SESSION_DELETE", "NOTEBOOK_SESSION_ACTIVATE", "NOTEBOOK_SESSION_DEACTIVATE", "MODELVERSIONSET_DELETE", "EXPORT_MODEL_ARTIFACT", "IMPORT_MODEL_ARTIFACT", "MODEL_DEPLOYMENT_CREATE", "MODEL_DEPLOYMENT_DELETE", "MODEL_DEPLOYMENT_ACTIVATE", "MODEL_DEPLOYMENT_DEACTIVATE", "MODEL_DEPLOYMENT_UPDATE", "PROJECT_DELETE", "WORKREQUEST_CANCEL", "JOB_DELETE", "PIPELINE_CREATE", "PIPELINE_DELETE", "PIPELINE_RUN_CREATE", "PIPELINE_RUN_CANCEL", "PIPELINE_RUN_DELETE", "PRIVATE_ENDPOINT_CREATE", "PRIVATE_ENDPOINT_DELETE", "PRIVATE_ENDPOINT_MOVE", "PRIVATE_ENDPOINT_UPDATE", "RESTORE_ARCHIVED_MODEL"
|
9558
9558
|
|
9559
9559
|
:param str status: (optional)
|
9560
9560
|
<b>Filter</b> results by work request status.
|
@@ -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.137.0/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']
|
@@ -9636,7 +9636,7 @@ class DataScienceClient(object):
|
|
9636
9636
|
f"list_work_requests got unknown kwargs: {extra_kwargs!r}")
|
9637
9637
|
|
9638
9638
|
if 'operation_type' in kwargs:
|
9639
|
-
operation_type_allowed_values = ["NOTEBOOK_SESSION_CREATE", "NOTEBOOK_SESSION_DELETE", "NOTEBOOK_SESSION_ACTIVATE", "NOTEBOOK_SESSION_DEACTIVATE", "MODELVERSIONSET_DELETE", "EXPORT_MODEL_ARTIFACT", "IMPORT_MODEL_ARTIFACT", "MODEL_DEPLOYMENT_CREATE", "MODEL_DEPLOYMENT_DELETE", "MODEL_DEPLOYMENT_ACTIVATE", "MODEL_DEPLOYMENT_DEACTIVATE", "MODEL_DEPLOYMENT_UPDATE", "PROJECT_DELETE", "WORKREQUEST_CANCEL", "JOB_DELETE", "PIPELINE_CREATE", "PIPELINE_DELETE", "PIPELINE_RUN_CREATE", "PIPELINE_RUN_CANCEL", "PIPELINE_RUN_DELETE", "PRIVATE_ENDPOINT_CREATE", "PRIVATE_ENDPOINT_DELETE", "PRIVATE_ENDPOINT_MOVE", "PRIVATE_ENDPOINT_UPDATE"]
|
9639
|
+
operation_type_allowed_values = ["NOTEBOOK_SESSION_CREATE", "NOTEBOOK_SESSION_DELETE", "NOTEBOOK_SESSION_ACTIVATE", "NOTEBOOK_SESSION_DEACTIVATE", "MODELVERSIONSET_DELETE", "EXPORT_MODEL_ARTIFACT", "IMPORT_MODEL_ARTIFACT", "MODEL_DEPLOYMENT_CREATE", "MODEL_DEPLOYMENT_DELETE", "MODEL_DEPLOYMENT_ACTIVATE", "MODEL_DEPLOYMENT_DEACTIVATE", "MODEL_DEPLOYMENT_UPDATE", "PROJECT_DELETE", "WORKREQUEST_CANCEL", "JOB_DELETE", "PIPELINE_CREATE", "PIPELINE_DELETE", "PIPELINE_RUN_CREATE", "PIPELINE_RUN_CANCEL", "PIPELINE_RUN_DELETE", "PRIVATE_ENDPOINT_CREATE", "PRIVATE_ENDPOINT_DELETE", "PRIVATE_ENDPOINT_MOVE", "PRIVATE_ENDPOINT_UPDATE", "RESTORE_ARCHIVED_MODEL"]
|
9640
9640
|
if kwargs['operation_type'] not in operation_type_allowed_values:
|
9641
9641
|
raise ValueError(
|
9642
9642
|
f"Invalid value for `operation_type`, must be one of { operation_type_allowed_values }"
|
@@ -9716,6 +9716,130 @@ class DataScienceClient(object):
|
|
9716
9716
|
api_reference_link=api_reference_link,
|
9717
9717
|
required_arguments=required_arguments)
|
9718
9718
|
|
9719
|
+
def restore_archived_model_artifact(self, model_id, **kwargs):
|
9720
|
+
"""
|
9721
|
+
Restore archived model artifact
|
9722
|
+
|
9723
|
+
|
9724
|
+
:param str model_id: (required)
|
9725
|
+
The `OCID`__ of the model.
|
9726
|
+
|
9727
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
9728
|
+
|
9729
|
+
:param int restore_model_for_hours_specified: (optional)
|
9730
|
+
Duration in hours for which the archived model is available for access.
|
9731
|
+
|
9732
|
+
:param str opc_request_id: (optional)
|
9733
|
+
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
9734
|
+
|
9735
|
+
:param str opc_retry_token: (optional)
|
9736
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
9737
|
+
|
9738
|
+
:param str if_match: (optional)
|
9739
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
9740
|
+
for a resource, set the `if-match` parameter to the value of the
|
9741
|
+
etag from a previous GET or POST response for that resource.
|
9742
|
+
The resource is updated or deleted only if the `etag` you
|
9743
|
+
provide matches the resource's current `etag` value.
|
9744
|
+
|
9745
|
+
:param obj retry_strategy: (optional)
|
9746
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
9747
|
+
|
9748
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
9749
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
9750
|
+
|
9751
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
9752
|
+
|
9753
|
+
:param bool allow_control_chars: (optional)
|
9754
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
9755
|
+
By default, the response will not allow control characters in strings
|
9756
|
+
|
9757
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
9758
|
+
:rtype: :class:`~oci.response.Response`
|
9759
|
+
|
9760
|
+
:example:
|
9761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/datascience/restore_archived_model_artifact.py.html>`__ to see an example of how to use restore_archived_model_artifact API.
|
9762
|
+
"""
|
9763
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9764
|
+
required_arguments = ['modelId']
|
9765
|
+
resource_path = "/models/{modelId}/actions/restore"
|
9766
|
+
method = "POST"
|
9767
|
+
operation_name = "restore_archived_model_artifact"
|
9768
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/RestoreArchivedModelArtifact"
|
9769
|
+
|
9770
|
+
# Don't accept unknown kwargs
|
9771
|
+
expected_kwargs = [
|
9772
|
+
"allow_control_chars",
|
9773
|
+
"retry_strategy",
|
9774
|
+
"restore_model_for_hours_specified",
|
9775
|
+
"opc_request_id",
|
9776
|
+
"opc_retry_token",
|
9777
|
+
"if_match"
|
9778
|
+
]
|
9779
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
9780
|
+
if extra_kwargs:
|
9781
|
+
raise ValueError(
|
9782
|
+
f"restore_archived_model_artifact got unknown kwargs: {extra_kwargs!r}")
|
9783
|
+
|
9784
|
+
path_params = {
|
9785
|
+
"modelId": model_id
|
9786
|
+
}
|
9787
|
+
|
9788
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
9789
|
+
|
9790
|
+
for (k, v) in six.iteritems(path_params):
|
9791
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
9792
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
9793
|
+
|
9794
|
+
query_params = {
|
9795
|
+
"restoreModelForHoursSpecified": kwargs.get("restore_model_for_hours_specified", missing)
|
9796
|
+
}
|
9797
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
9798
|
+
|
9799
|
+
header_params = {
|
9800
|
+
"accept": "application/json",
|
9801
|
+
"content-type": "application/json",
|
9802
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
9803
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
9804
|
+
"if-match": kwargs.get("if_match", missing)
|
9805
|
+
}
|
9806
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
9807
|
+
|
9808
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
9809
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
9810
|
+
client_retry_strategy=self.retry_strategy
|
9811
|
+
)
|
9812
|
+
if retry_strategy is None:
|
9813
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
9814
|
+
|
9815
|
+
if retry_strategy:
|
9816
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
9817
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
9818
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
9819
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
9820
|
+
return retry_strategy.make_retrying_call(
|
9821
|
+
self.base_client.call_api,
|
9822
|
+
resource_path=resource_path,
|
9823
|
+
method=method,
|
9824
|
+
path_params=path_params,
|
9825
|
+
query_params=query_params,
|
9826
|
+
header_params=header_params,
|
9827
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
9828
|
+
operation_name=operation_name,
|
9829
|
+
api_reference_link=api_reference_link,
|
9830
|
+
required_arguments=required_arguments)
|
9831
|
+
else:
|
9832
|
+
return self.base_client.call_api(
|
9833
|
+
resource_path=resource_path,
|
9834
|
+
method=method,
|
9835
|
+
path_params=path_params,
|
9836
|
+
query_params=query_params,
|
9837
|
+
header_params=header_params,
|
9838
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
9839
|
+
operation_name=operation_name,
|
9840
|
+
api_reference_link=api_reference_link,
|
9841
|
+
required_arguments=required_arguments)
|
9842
|
+
|
9719
9843
|
def update_data_science_private_endpoint(self, data_science_private_endpoint_id, update_data_science_private_endpoint_details, **kwargs):
|
9720
9844
|
"""
|
9721
9845
|
Updates a private endpoint using a `privateEndpointId`. If changes to a private endpoint match
|
@@ -9755,7 +9879,7 @@ class DataScienceClient(object):
|
|
9755
9879
|
:rtype: :class:`~oci.response.Response`
|
9756
9880
|
|
9757
9881
|
:example:
|
9758
|
-
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.137.0/datascience/update_data_science_private_endpoint.py.html>`__ to see an example of how to use update_data_science_private_endpoint API.
|
9759
9883
|
"""
|
9760
9884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9761
9885
|
required_arguments = ['dataSciencePrivateEndpointId']
|
@@ -9867,7 +9991,7 @@ class DataScienceClient(object):
|
|
9867
9991
|
:rtype: :class:`~oci.response.Response`
|
9868
9992
|
|
9869
9993
|
:example:
|
9870
|
-
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.137.0/datascience/update_job.py.html>`__ to see an example of how to use update_job API.
|
9871
9995
|
"""
|
9872
9996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9873
9997
|
required_arguments = ['jobId']
|
@@ -9981,7 +10105,7 @@ class DataScienceClient(object):
|
|
9981
10105
|
:rtype: :class:`~oci.response.Response`
|
9982
10106
|
|
9983
10107
|
:example:
|
9984
|
-
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.137.0/datascience/update_job_run.py.html>`__ to see an example of how to use update_job_run API.
|
9985
10109
|
"""
|
9986
10110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9987
10111
|
required_arguments = ['jobRunId']
|
@@ -10095,7 +10219,7 @@ class DataScienceClient(object):
|
|
10095
10219
|
:rtype: :class:`~oci.response.Response`
|
10096
10220
|
|
10097
10221
|
:example:
|
10098
|
-
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.137.0/datascience/update_model.py.html>`__ to see an example of how to use update_model API.
|
10099
10223
|
"""
|
10100
10224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10101
10225
|
required_arguments = ['modelId']
|
@@ -10215,7 +10339,7 @@ class DataScienceClient(object):
|
|
10215
10339
|
:rtype: :class:`~oci.response.Response`
|
10216
10340
|
|
10217
10341
|
:example:
|
10218
|
-
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.137.0/datascience/update_model_deployment.py.html>`__ to see an example of how to use update_model_deployment API.
|
10219
10343
|
"""
|
10220
10344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10221
10345
|
required_arguments = ['modelDeploymentId']
|
@@ -10327,7 +10451,7 @@ class DataScienceClient(object):
|
|
10327
10451
|
:rtype: :class:`~oci.response.Response`
|
10328
10452
|
|
10329
10453
|
:example:
|
10330
|
-
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.137.0/datascience/update_model_provenance.py.html>`__ to see an example of how to use update_model_provenance API.
|
10331
10455
|
"""
|
10332
10456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10333
10457
|
required_arguments = ['modelId']
|
@@ -10441,7 +10565,7 @@ class DataScienceClient(object):
|
|
10441
10565
|
:rtype: :class:`~oci.response.Response`
|
10442
10566
|
|
10443
10567
|
:example:
|
10444
|
-
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.137.0/datascience/update_model_version_set.py.html>`__ to see an example of how to use update_model_version_set API.
|
10445
10569
|
"""
|
10446
10570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10447
10571
|
required_arguments = ['modelVersionSetId']
|
@@ -10558,7 +10682,7 @@ class DataScienceClient(object):
|
|
10558
10682
|
:rtype: :class:`~oci.response.Response`
|
10559
10683
|
|
10560
10684
|
:example:
|
10561
|
-
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.137.0/datascience/update_notebook_session.py.html>`__ to see an example of how to use update_notebook_session API.
|
10562
10686
|
"""
|
10563
10687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10564
10688
|
required_arguments = ['notebookSessionId']
|
@@ -10672,7 +10796,7 @@ class DataScienceClient(object):
|
|
10672
10796
|
:rtype: :class:`~oci.response.Response`
|
10673
10797
|
|
10674
10798
|
:example:
|
10675
|
-
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.137.0/datascience/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
10676
10800
|
"""
|
10677
10801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10678
10802
|
required_arguments = ['pipelineId']
|
@@ -10784,7 +10908,7 @@ class DataScienceClient(object):
|
|
10784
10908
|
:rtype: :class:`~oci.response.Response`
|
10785
10909
|
|
10786
10910
|
:example:
|
10787
|
-
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.137.0/datascience/update_pipeline_run.py.html>`__ to see an example of how to use update_pipeline_run API.
|
10788
10912
|
"""
|
10789
10913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10790
10914
|
required_arguments = ['pipelineRunId']
|
@@ -10896,7 +11020,7 @@ class DataScienceClient(object):
|
|
10896
11020
|
:rtype: :class:`~oci.response.Response`
|
10897
11021
|
|
10898
11022
|
:example:
|
10899
|
-
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.137.0/datascience/update_project.py.html>`__ to see an example of how to use update_project API.
|
10900
11024
|
"""
|
10901
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10902
11026
|
required_arguments = ['projectId']
|