oci 2.123.0__py3-none-any.whl → 2.124.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +122 -9
- oci/ai_speech/ai_service_speech_client_composite_operations.py +59 -0
- oci/ai_speech/models/transcription_model_details.py +390 -7
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +21 -21
- oci/container_instances/models/__init__.py +2 -0
- oci/container_instances/models/container_capabilities.py +239 -0
- oci/container_instances/models/create_linux_security_context_details.py +29 -2
- oci/container_instances/models/linux_security_context.py +29 -2
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/emulated_volume_attachment.py +9 -2
- oci/core/models/i_scsi_volume_attachment.py +7 -0
- oci/core/models/paravirtualized_volume_attachment.py +9 -2
- oci/core/models/volume_attachment.py +35 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/__init__.py +22 -0
- oci/data_science/models/auto_scaling_policy.py +148 -0
- oci/data_science/models/auto_scaling_policy_details.py +104 -0
- oci/data_science/models/custom_expression_query_scaling_configuration.py +124 -0
- oci/data_science/models/custom_metric_expression_rule.py +105 -0
- oci/data_science/models/fixed_size_scaling_policy.py +1 -1
- oci/data_science/models/instance_pool_model_deployment_system_data.py +82 -0
- oci/data_science/models/metric_expression_rule.py +121 -0
- oci/data_science/models/model_configuration_details.py +33 -2
- oci/data_science/models/model_deployment.py +27 -0
- oci/data_science/models/model_deployment_instance_shape_config_details.py +61 -2
- oci/data_science/models/model_deployment_system_data.py +101 -0
- oci/data_science/models/predefined_expression_threshold_scaling_configuration.py +97 -0
- oci/data_science/models/predefined_metric_expression_rule.py +153 -0
- oci/data_science/models/scaling_configuration.py +185 -0
- oci/data_science/models/scaling_policy.py +11 -3
- oci/data_science/models/threshold_based_auto_scaling_policy_details.py +187 -0
- oci/data_science/models/update_model_configuration_details.py +33 -2
- oci/database/database_client.py +327 -327
- oci/database/models/autonomous_container_database.py +158 -2
- oci/database/models/autonomous_container_database_summary.py +158 -2
- oci/database/models/autonomous_database.py +80 -2
- oci/database/models/autonomous_database_summary.py +80 -2
- oci/database/models/create_autonomous_container_database_details.py +158 -2
- oci/database/models/create_autonomous_database_base.py +31 -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_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +31 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +42 -42
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- 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_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +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 +2 -0
- oci/opsi/models/create_news_report_details.py +100 -2
- oci/opsi/models/news_content_types.py +189 -3
- oci/opsi/models/news_report.py +100 -2
- oci/opsi/models/news_report_summary.py +100 -2
- oci/opsi/models/update_host_insight_details.py +4 -0
- oci/opsi/models/update_news_report_details.py +162 -2
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +65 -0
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +2 -2
- oci/osp_gateway/address_service_client.py +3 -3
- oci/osp_gateway/invoice_service_client.py +6 -6
- oci/osp_gateway/subscription_service_client.py +6 -6
- 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 +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +4 -4
- oci/sch/service_connector_client.py +24 -24
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +28 -28
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/METADATA +1 -1
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/RECORD +295 -282
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/WHEEL +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/top_level.txt +0 -0
@@ -59,11 +59,243 @@ class TranscriptionModelDetails(object):
|
|
59
59
|
#: This constant has a value of "it-IT"
|
60
60
|
LANGUAGE_CODE_IT_IT = "it-IT"
|
61
61
|
|
62
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
63
|
+
#: This constant has a value of "af"
|
64
|
+
LANGUAGE_CODE_AF = "af"
|
65
|
+
|
66
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
67
|
+
#: This constant has a value of "ar"
|
68
|
+
LANGUAGE_CODE_AR = "ar"
|
69
|
+
|
70
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
71
|
+
#: This constant has a value of "az"
|
72
|
+
LANGUAGE_CODE_AZ = "az"
|
73
|
+
|
74
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
75
|
+
#: This constant has a value of "be"
|
76
|
+
LANGUAGE_CODE_BE = "be"
|
77
|
+
|
78
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
79
|
+
#: This constant has a value of "bg"
|
80
|
+
LANGUAGE_CODE_BG = "bg"
|
81
|
+
|
82
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
83
|
+
#: This constant has a value of "bs"
|
84
|
+
LANGUAGE_CODE_BS = "bs"
|
85
|
+
|
86
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
87
|
+
#: This constant has a value of "ca"
|
88
|
+
LANGUAGE_CODE_CA = "ca"
|
89
|
+
|
90
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
91
|
+
#: This constant has a value of "cs"
|
92
|
+
LANGUAGE_CODE_CS = "cs"
|
93
|
+
|
94
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
95
|
+
#: This constant has a value of "cy"
|
96
|
+
LANGUAGE_CODE_CY = "cy"
|
97
|
+
|
98
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
99
|
+
#: This constant has a value of "da"
|
100
|
+
LANGUAGE_CODE_DA = "da"
|
101
|
+
|
102
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
103
|
+
#: This constant has a value of "de"
|
104
|
+
LANGUAGE_CODE_DE = "de"
|
105
|
+
|
106
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
107
|
+
#: This constant has a value of "el"
|
108
|
+
LANGUAGE_CODE_EL = "el"
|
109
|
+
|
110
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
111
|
+
#: This constant has a value of "en"
|
112
|
+
LANGUAGE_CODE_EN = "en"
|
113
|
+
|
114
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
115
|
+
#: This constant has a value of "es"
|
116
|
+
LANGUAGE_CODE_ES = "es"
|
117
|
+
|
118
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
119
|
+
#: This constant has a value of "et"
|
120
|
+
LANGUAGE_CODE_ET = "et"
|
121
|
+
|
122
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
123
|
+
#: This constant has a value of "fa"
|
124
|
+
LANGUAGE_CODE_FA = "fa"
|
125
|
+
|
126
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
127
|
+
#: This constant has a value of "fi"
|
128
|
+
LANGUAGE_CODE_FI = "fi"
|
129
|
+
|
130
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
131
|
+
#: This constant has a value of "fr"
|
132
|
+
LANGUAGE_CODE_FR = "fr"
|
133
|
+
|
134
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
135
|
+
#: This constant has a value of "gl"
|
136
|
+
LANGUAGE_CODE_GL = "gl"
|
137
|
+
|
138
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
139
|
+
#: This constant has a value of "he"
|
140
|
+
LANGUAGE_CODE_HE = "he"
|
141
|
+
|
142
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
143
|
+
#: This constant has a value of "hi"
|
144
|
+
LANGUAGE_CODE_HI = "hi"
|
145
|
+
|
146
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
147
|
+
#: This constant has a value of "hr"
|
148
|
+
LANGUAGE_CODE_HR = "hr"
|
149
|
+
|
150
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
151
|
+
#: This constant has a value of "hu"
|
152
|
+
LANGUAGE_CODE_HU = "hu"
|
153
|
+
|
154
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
155
|
+
#: This constant has a value of "hy"
|
156
|
+
LANGUAGE_CODE_HY = "hy"
|
157
|
+
|
158
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
159
|
+
#: This constant has a value of "id"
|
160
|
+
LANGUAGE_CODE_ID = "id"
|
161
|
+
|
162
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
163
|
+
#: This constant has a value of "is"
|
164
|
+
LANGUAGE_CODE_IS = "is"
|
165
|
+
|
166
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
167
|
+
#: This constant has a value of "it"
|
168
|
+
LANGUAGE_CODE_IT = "it"
|
169
|
+
|
170
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
171
|
+
#: This constant has a value of "ja"
|
172
|
+
LANGUAGE_CODE_JA = "ja"
|
173
|
+
|
174
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
175
|
+
#: This constant has a value of "kk"
|
176
|
+
LANGUAGE_CODE_KK = "kk"
|
177
|
+
|
178
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
179
|
+
#: This constant has a value of "kn"
|
180
|
+
LANGUAGE_CODE_KN = "kn"
|
181
|
+
|
182
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
183
|
+
#: This constant has a value of "ko"
|
184
|
+
LANGUAGE_CODE_KO = "ko"
|
185
|
+
|
186
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
187
|
+
#: This constant has a value of "lt"
|
188
|
+
LANGUAGE_CODE_LT = "lt"
|
189
|
+
|
190
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
191
|
+
#: This constant has a value of "lv"
|
192
|
+
LANGUAGE_CODE_LV = "lv"
|
193
|
+
|
194
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
195
|
+
#: This constant has a value of "mi"
|
196
|
+
LANGUAGE_CODE_MI = "mi"
|
197
|
+
|
198
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
199
|
+
#: This constant has a value of "mk"
|
200
|
+
LANGUAGE_CODE_MK = "mk"
|
201
|
+
|
202
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
203
|
+
#: This constant has a value of "mr"
|
204
|
+
LANGUAGE_CODE_MR = "mr"
|
205
|
+
|
206
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
207
|
+
#: This constant has a value of "ms"
|
208
|
+
LANGUAGE_CODE_MS = "ms"
|
209
|
+
|
210
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
211
|
+
#: This constant has a value of "ne"
|
212
|
+
LANGUAGE_CODE_NE = "ne"
|
213
|
+
|
214
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
215
|
+
#: This constant has a value of "nl"
|
216
|
+
LANGUAGE_CODE_NL = "nl"
|
217
|
+
|
218
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
219
|
+
#: This constant has a value of "no"
|
220
|
+
LANGUAGE_CODE_NO = "no"
|
221
|
+
|
222
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
223
|
+
#: This constant has a value of "pl"
|
224
|
+
LANGUAGE_CODE_PL = "pl"
|
225
|
+
|
226
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
227
|
+
#: This constant has a value of "pt"
|
228
|
+
LANGUAGE_CODE_PT = "pt"
|
229
|
+
|
230
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
231
|
+
#: This constant has a value of "ro"
|
232
|
+
LANGUAGE_CODE_RO = "ro"
|
233
|
+
|
234
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
235
|
+
#: This constant has a value of "ru"
|
236
|
+
LANGUAGE_CODE_RU = "ru"
|
237
|
+
|
238
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
239
|
+
#: This constant has a value of "sk"
|
240
|
+
LANGUAGE_CODE_SK = "sk"
|
241
|
+
|
242
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
243
|
+
#: This constant has a value of "sl"
|
244
|
+
LANGUAGE_CODE_SL = "sl"
|
245
|
+
|
246
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
247
|
+
#: This constant has a value of "sr"
|
248
|
+
LANGUAGE_CODE_SR = "sr"
|
249
|
+
|
250
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
251
|
+
#: This constant has a value of "sv"
|
252
|
+
LANGUAGE_CODE_SV = "sv"
|
253
|
+
|
254
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
255
|
+
#: This constant has a value of "sw"
|
256
|
+
LANGUAGE_CODE_SW = "sw"
|
257
|
+
|
258
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
259
|
+
#: This constant has a value of "ta"
|
260
|
+
LANGUAGE_CODE_TA = "ta"
|
261
|
+
|
262
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
263
|
+
#: This constant has a value of "th"
|
264
|
+
LANGUAGE_CODE_TH = "th"
|
265
|
+
|
266
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
267
|
+
#: This constant has a value of "tl"
|
268
|
+
LANGUAGE_CODE_TL = "tl"
|
269
|
+
|
270
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
271
|
+
#: This constant has a value of "tr"
|
272
|
+
LANGUAGE_CODE_TR = "tr"
|
273
|
+
|
274
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
275
|
+
#: This constant has a value of "uk"
|
276
|
+
LANGUAGE_CODE_UK = "uk"
|
277
|
+
|
278
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
279
|
+
#: This constant has a value of "ur"
|
280
|
+
LANGUAGE_CODE_UR = "ur"
|
281
|
+
|
282
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
283
|
+
#: This constant has a value of "vi"
|
284
|
+
LANGUAGE_CODE_VI = "vi"
|
285
|
+
|
286
|
+
#: A constant which can be used with the language_code property of a TranscriptionModelDetails.
|
287
|
+
#: This constant has a value of "zh"
|
288
|
+
LANGUAGE_CODE_ZH = "zh"
|
289
|
+
|
62
290
|
def __init__(self, **kwargs):
|
63
291
|
"""
|
64
292
|
Initializes a new TranscriptionModelDetails object with values from keyword arguments.
|
65
293
|
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
66
294
|
|
295
|
+
:param model_type:
|
296
|
+
The value to assign to the model_type property of this TranscriptionModelDetails.
|
297
|
+
:type model_type: str
|
298
|
+
|
67
299
|
:param domain:
|
68
300
|
The value to assign to the domain property of this TranscriptionModelDetails.
|
69
301
|
Allowed values for this property are: "GENERIC", 'UNKNOWN_ENUM_VALUE'.
|
@@ -72,7 +304,7 @@ class TranscriptionModelDetails(object):
|
|
72
304
|
|
73
305
|
:param language_code:
|
74
306
|
The value to assign to the language_code property of this TranscriptionModelDetails.
|
75
|
-
Allowed values for this property are: "en-US", "es-ES", "pt-BR", "en-GB", "en-AU", "en-IN", "hi-IN", "fr-FR", "de-DE", "it-IT", 'UNKNOWN_ENUM_VALUE'.
|
307
|
+
Allowed values for this property are: "en-US", "es-ES", "pt-BR", "en-GB", "en-AU", "en-IN", "hi-IN", "fr-FR", "de-DE", "it-IT", "af", "ar", "az", "be", "bg", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gl", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "kk", "kn", "ko", "lt", "lv", "mi", "mk", "mr", "ms", "ne", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta", "th", "tl", "tr", "uk", "ur", "vi", "zh", 'UNKNOWN_ENUM_VALUE'.
|
76
308
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
77
309
|
:type language_code: str
|
78
310
|
|
@@ -82,21 +314,54 @@ class TranscriptionModelDetails(object):
|
|
82
314
|
|
83
315
|
"""
|
84
316
|
self.swagger_types = {
|
317
|
+
'model_type': 'str',
|
85
318
|
'domain': 'str',
|
86
319
|
'language_code': 'str',
|
87
320
|
'transcription_settings': 'TranscriptionSettings'
|
88
321
|
}
|
89
322
|
|
90
323
|
self.attribute_map = {
|
324
|
+
'model_type': 'modelType',
|
91
325
|
'domain': 'domain',
|
92
326
|
'language_code': 'languageCode',
|
93
327
|
'transcription_settings': 'transcriptionSettings'
|
94
328
|
}
|
95
329
|
|
330
|
+
self._model_type = None
|
96
331
|
self._domain = None
|
97
332
|
self._language_code = None
|
98
333
|
self._transcription_settings = None
|
99
334
|
|
335
|
+
@property
|
336
|
+
def model_type(self):
|
337
|
+
"""
|
338
|
+
Gets the model_type of this TranscriptionModelDetails.
|
339
|
+
Select a model to use for generating transcriptions. Currently supported models are:
|
340
|
+
- ORACLE
|
341
|
+
- WHISPER_MEDIUM
|
342
|
+
- WHISPER_LARGE_V2 (upon service request)
|
343
|
+
|
344
|
+
|
345
|
+
:return: The model_type of this TranscriptionModelDetails.
|
346
|
+
:rtype: str
|
347
|
+
"""
|
348
|
+
return self._model_type
|
349
|
+
|
350
|
+
@model_type.setter
|
351
|
+
def model_type(self, model_type):
|
352
|
+
"""
|
353
|
+
Sets the model_type of this TranscriptionModelDetails.
|
354
|
+
Select a model to use for generating transcriptions. Currently supported models are:
|
355
|
+
- ORACLE
|
356
|
+
- WHISPER_MEDIUM
|
357
|
+
- WHISPER_LARGE_V2 (upon service request)
|
358
|
+
|
359
|
+
|
360
|
+
:param model_type: The model_type of this TranscriptionModelDetails.
|
361
|
+
:type: str
|
362
|
+
"""
|
363
|
+
self._model_type = model_type
|
364
|
+
|
100
365
|
@property
|
101
366
|
def domain(self):
|
102
367
|
"""
|
@@ -131,8 +396,8 @@ class TranscriptionModelDetails(object):
|
|
131
396
|
def language_code(self):
|
132
397
|
"""
|
133
398
|
Gets the language_code of this TranscriptionModelDetails.
|
134
|
-
|
135
|
-
- en-US: English - United States
|
399
|
+
Oracle supported language codes are (Oracle models are locale specific).
|
400
|
+
- en-US: English - United States (default)
|
136
401
|
- es-ES: Spanish - Spain
|
137
402
|
- pt-BR: Portuguese - Brazil
|
138
403
|
- en-GB: English - Great Britain
|
@@ -143,7 +408,66 @@ class TranscriptionModelDetails(object):
|
|
143
408
|
- de-DE: German - Germany
|
144
409
|
- it-IT: Italian - Italy
|
145
410
|
|
146
|
-
|
411
|
+
Whisper supported language codes are (Whisper models are locale agnostic).
|
412
|
+
- af: Afrikaans
|
413
|
+
- ar: Arabic
|
414
|
+
- az: Azerbaijani
|
415
|
+
- be: Belarusian
|
416
|
+
- bg: Bulgarian
|
417
|
+
- bs: Bosnian
|
418
|
+
- ca: Catalan
|
419
|
+
- cs: Czech
|
420
|
+
- cy: Welsh
|
421
|
+
- da: Danish
|
422
|
+
- de: German
|
423
|
+
- el: Greek
|
424
|
+
- en: English (default)
|
425
|
+
- es: Spanish
|
426
|
+
- et: Estonian
|
427
|
+
- fa: Persian
|
428
|
+
- fi: Finnish
|
429
|
+
- fr: French
|
430
|
+
- gl: Galician
|
431
|
+
- he: Hebrew
|
432
|
+
- hi: Hindi
|
433
|
+
- hr: Croatian
|
434
|
+
- hu: Hungarian
|
435
|
+
- hy: Armenian
|
436
|
+
- id: Indonesian
|
437
|
+
- is: Icelandic
|
438
|
+
- it: Italian
|
439
|
+
- ja: Japanese
|
440
|
+
- kk: Kazakh
|
441
|
+
- kn: Kannada
|
442
|
+
- ko: Korean
|
443
|
+
- lt: Lithuanian
|
444
|
+
- lv: Latvian
|
445
|
+
- mi: Maori
|
446
|
+
- mk: Macedonian
|
447
|
+
- mr: Marathi
|
448
|
+
- ms: Malay
|
449
|
+
- ne: Nepali
|
450
|
+
- nl: Dutch
|
451
|
+
- no: Norwegian
|
452
|
+
- pl: Polish
|
453
|
+
- pt: Portuguese
|
454
|
+
- ro: Romanian
|
455
|
+
- ru: Russian
|
456
|
+
- sk: Slovak
|
457
|
+
- sl: Slovenian
|
458
|
+
- sr: Serbian
|
459
|
+
- sv: Swedish
|
460
|
+
- sw: Swahili
|
461
|
+
- ta: Tamil
|
462
|
+
- th: Thai
|
463
|
+
- tl: Tagalog
|
464
|
+
- tr: Turkish
|
465
|
+
- uk: Ukrainian
|
466
|
+
- ur: Urdu
|
467
|
+
- vi: Vietnamese
|
468
|
+
- zh: Chinese
|
469
|
+
|
470
|
+
Allowed values for this property are: "en-US", "es-ES", "pt-BR", "en-GB", "en-AU", "en-IN", "hi-IN", "fr-FR", "de-DE", "it-IT", "af", "ar", "az", "be", "bg", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gl", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "kk", "kn", "ko", "lt", "lv", "mi", "mk", "mr", "ms", "ne", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta", "th", "tl", "tr", "uk", "ur", "vi", "zh", 'UNKNOWN_ENUM_VALUE'.
|
147
471
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
148
472
|
|
149
473
|
|
@@ -156,8 +480,8 @@ class TranscriptionModelDetails(object):
|
|
156
480
|
def language_code(self, language_code):
|
157
481
|
"""
|
158
482
|
Sets the language_code of this TranscriptionModelDetails.
|
159
|
-
|
160
|
-
- en-US: English - United States
|
483
|
+
Oracle supported language codes are (Oracle models are locale specific).
|
484
|
+
- en-US: English - United States (default)
|
161
485
|
- es-ES: Spanish - Spain
|
162
486
|
- pt-BR: Portuguese - Brazil
|
163
487
|
- en-GB: English - Great Britain
|
@@ -168,11 +492,70 @@ class TranscriptionModelDetails(object):
|
|
168
492
|
- de-DE: German - Germany
|
169
493
|
- it-IT: Italian - Italy
|
170
494
|
|
495
|
+
Whisper supported language codes are (Whisper models are locale agnostic).
|
496
|
+
- af: Afrikaans
|
497
|
+
- ar: Arabic
|
498
|
+
- az: Azerbaijani
|
499
|
+
- be: Belarusian
|
500
|
+
- bg: Bulgarian
|
501
|
+
- bs: Bosnian
|
502
|
+
- ca: Catalan
|
503
|
+
- cs: Czech
|
504
|
+
- cy: Welsh
|
505
|
+
- da: Danish
|
506
|
+
- de: German
|
507
|
+
- el: Greek
|
508
|
+
- en: English (default)
|
509
|
+
- es: Spanish
|
510
|
+
- et: Estonian
|
511
|
+
- fa: Persian
|
512
|
+
- fi: Finnish
|
513
|
+
- fr: French
|
514
|
+
- gl: Galician
|
515
|
+
- he: Hebrew
|
516
|
+
- hi: Hindi
|
517
|
+
- hr: Croatian
|
518
|
+
- hu: Hungarian
|
519
|
+
- hy: Armenian
|
520
|
+
- id: Indonesian
|
521
|
+
- is: Icelandic
|
522
|
+
- it: Italian
|
523
|
+
- ja: Japanese
|
524
|
+
- kk: Kazakh
|
525
|
+
- kn: Kannada
|
526
|
+
- ko: Korean
|
527
|
+
- lt: Lithuanian
|
528
|
+
- lv: Latvian
|
529
|
+
- mi: Maori
|
530
|
+
- mk: Macedonian
|
531
|
+
- mr: Marathi
|
532
|
+
- ms: Malay
|
533
|
+
- ne: Nepali
|
534
|
+
- nl: Dutch
|
535
|
+
- no: Norwegian
|
536
|
+
- pl: Polish
|
537
|
+
- pt: Portuguese
|
538
|
+
- ro: Romanian
|
539
|
+
- ru: Russian
|
540
|
+
- sk: Slovak
|
541
|
+
- sl: Slovenian
|
542
|
+
- sr: Serbian
|
543
|
+
- sv: Swedish
|
544
|
+
- sw: Swahili
|
545
|
+
- ta: Tamil
|
546
|
+
- th: Thai
|
547
|
+
- tl: Tagalog
|
548
|
+
- tr: Turkish
|
549
|
+
- uk: Ukrainian
|
550
|
+
- ur: Urdu
|
551
|
+
- vi: Vietnamese
|
552
|
+
- zh: Chinese
|
553
|
+
|
171
554
|
|
172
555
|
:param language_code: The language_code of this TranscriptionModelDetails.
|
173
556
|
:type: str
|
174
557
|
"""
|
175
|
-
allowed_values = ["en-US", "es-ES", "pt-BR", "en-GB", "en-AU", "en-IN", "hi-IN", "fr-FR", "de-DE", "it-IT"]
|
558
|
+
allowed_values = ["en-US", "es-ES", "pt-BR", "en-GB", "en-AU", "en-IN", "hi-IN", "fr-FR", "de-DE", "it-IT", "af", "ar", "az", "be", "bg", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gl", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "kk", "kn", "ko", "lt", "lv", "mi", "mk", "mr", "ms", "ne", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta", "th", "tl", "tr", "uk", "ur", "vi", "zh"]
|
176
559
|
if not value_allowed_none_or_none_sentinel(language_code, allowed_values):
|
177
560
|
language_code = 'UNKNOWN_ENUM_VALUE'
|
178
561
|
self._language_code = language_code
|