pulumi-azure-native 2.69.0a1730120573__py3-none-any.whl → 2.70.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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +310 -0
- pulumi_azure_native/app/get_managed_environment.py +1 -3
- pulumi_azure_native/app/managed_environment.py +4 -12
- pulumi_azure_native/app/v20220101preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20220101preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20221001/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20221001/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230401preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230401preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230501/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230501/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230502preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230502preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230801preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230801preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20231102preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20231102preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240202preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240202preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240301/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240301/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240802preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240802preview/managed_environment.py +4 -12
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +3 -0
- pulumi_azure_native/azurefleet/v20241101/outputs.py +2 -0
- pulumi_azure_native/cache/__init__.py +3 -0
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/get_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- pulumi_azure_native/cache/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240301preview/database.py +1 -1
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240601preview/database.py +1 -1
- pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240901preview/database.py +1 -1
- pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240901preview/get_redis_enterprise.py +15 -1
- pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +11 -1
- pulumi_azure_native/cache/v20241001/__init__.py +17 -0
- pulumi_azure_native/cache/v20241001/_enums.py +118 -0
- pulumi_azure_native/cache/v20241001/_inputs.py +619 -0
- pulumi_azure_native/cache/v20241001/database.py +405 -0
- pulumi_azure_native/cache/v20241001/enterprise_private_endpoint_connection.py +232 -0
- pulumi_azure_native/cache/v20241001/get_database.py +247 -0
- pulumi_azure_native/cache/v20241001/get_enterprise_private_endpoint_connection.py +163 -0
- pulumi_azure_native/cache/v20241001/get_redis_enterprise.py +283 -0
- pulumi_azure_native/cache/v20241001/list_database_keys.py +106 -0
- pulumi_azure_native/cache/v20241001/outputs.py +745 -0
- pulumi_azure_native/cache/v20241001/redis_enterprise.py +415 -0
- pulumi_azure_native/connectedcache/__init__.py +33 -0
- pulumi_azure_native/connectedcache/_enums.py +99 -0
- pulumi_azure_native/connectedcache/_inputs.py +1722 -0
- pulumi_azure_native/connectedcache/cache_nodes_operation.py +259 -0
- pulumi_azure_native/connectedcache/enterprise_customer_operation.py +259 -0
- pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +281 -0
- pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +260 -0
- pulumi_azure_native/connectedcache/get_cache_nodes_operation.py +173 -0
- pulumi_azure_native/connectedcache/get_enterprise_customer_operation.py +173 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +179 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +179 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +173 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +179 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +179 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +179 -0
- pulumi_azure_native/connectedcache/get_isp_customer.py +173 -0
- pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +281 -0
- pulumi_azure_native/connectedcache/isp_customer.py +260 -0
- pulumi_azure_native/connectedcache/outputs.py +2740 -0
- pulumi_azure_native/connectedcache/v20230501preview/__init__.py +25 -0
- pulumi_azure_native/connectedcache/v20230501preview/_enums.py +99 -0
- pulumi_azure_native/connectedcache/v20230501preview/_inputs.py +1722 -0
- pulumi_azure_native/connectedcache/v20230501preview/cache_nodes_operation.py +257 -0
- pulumi_azure_native/connectedcache/v20230501preview/enterprise_customer_operation.py +257 -0
- pulumi_azure_native/connectedcache/v20230501preview/enterprise_mcc_cache_nodes_operation.py +279 -0
- pulumi_azure_native/connectedcache/v20230501preview/enterprise_mcc_customer.py +258 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_cache_nodes_operation.py +171 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_customer_operation.py +171 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_cache_nodes_operation.py +177 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +177 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_customer.py +171 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation.py +177 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation_bgp_cidrs.py +177 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation_cache_node_install_details.py +177 -0
- pulumi_azure_native/connectedcache/v20230501preview/get_isp_customer.py +171 -0
- pulumi_azure_native/connectedcache/v20230501preview/isp_cache_nodes_operation.py +279 -0
- pulumi_azure_native/connectedcache/v20230501preview/isp_customer.py +258 -0
- pulumi_azure_native/connectedcache/v20230501preview/outputs.py +2740 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240901/_enums.py +643 -0
- pulumi_azure_native/containerservice/v20240901/_inputs.py +7742 -0
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1430 -0
- pulumi_azure_native/containerservice/v20240901/get_agent_pool.py +751 -0
- pulumi_azure_native/containerservice/v20240901/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20240901/get_managed_cluster.py +801 -0
- pulumi_azure_native/containerservice/v20240901/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20240901/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20240901/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20240901/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20240901/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20240901/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1392 -0
- pulumi_azure_native/containerservice/v20240901/outputs.py +6634 -0
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240901/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/_inputs.py +74 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +176 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +272 -0
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/outputs.py +76 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/__init__.py +18 -0
- pulumi_azure_native/dashboard/v20231001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20231001preview/_inputs.py +951 -0
- pulumi_azure_native/dashboard/v20231001preview/get_grafana.py +199 -0
- pulumi_azure_native/dashboard/v20231001preview/get_integration_fabric.py +174 -0
- pulumi_azure_native/dashboard/v20231001preview/get_managed_private_endpoint.py +275 -0
- pulumi_azure_native/dashboard/v20231001preview/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/dashboard/v20231001preview/grafana.py +316 -0
- pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +270 -0
- pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +423 -0
- pulumi_azure_native/dashboard/v20231001preview/outputs.py +1279 -0
- pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +271 -0
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20241001preview/__init__.py +13 -0
- pulumi_azure_native/dbformysql/v20241001preview/_enums.py +110 -0
- pulumi_azure_native/dbformysql/v20241001preview/_inputs.py +850 -0
- pulumi_azure_native/dbformysql/v20241001preview/get_get_private_dns_zone_suffix_execute.py +70 -0
- pulumi_azure_native/dbformysql/v20241001preview/get_server.py +451 -0
- pulumi_azure_native/dbformysql/v20241001preview/outputs.py +1147 -0
- pulumi_azure_native/dbformysql/v20241001preview/server.py +822 -0
- pulumi_azure_native/dbforpostgresql/__init__.py +3 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +3 -3
- pulumi_azure_native/dbforpostgresql/backup.py +3 -3
- pulumi_azure_native/dbforpostgresql/configuration.py +11 -11
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_administrator.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_backup.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_configuration.py +4 -4
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/v20200214preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210410privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220308preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220501preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +9 -9
- pulumi_azure_native/dbforpostgresql/v20221201/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/v20221201/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/configuration.py +9 -9
- pulumi_azure_native/dbforpostgresql/v20240301preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/v20240301preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20241101preview/__init__.py +29 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_enums.py +333 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +1208 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/administrator.py +287 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/backup.py +220 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/configuration.py +338 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/database.py +248 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/firewall_rule.py +250 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_administrator.py +191 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_backup.py +177 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_configuration.py +289 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_database.py +163 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_firewall_rule.py +163 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_get_private_dns_zone_suffix_execute.py +67 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_migration.py +505 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_server.py +451 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/get_virtual_endpoint.py +177 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/migration.py +891 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +1950 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/private_endpoint_connection.py +252 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/server.py +807 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/virtual_endpoint.py +259 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240808preview/__init__.py +34 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/_enums.py +335 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/_inputs.py +1847 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/app_attach_package.py +259 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/application.py +541 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/application_group.py +561 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_app_attach_package.py +171 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_application.py +331 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_application_group.py +353 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool.py +647 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool_registration_token.py +114 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_msix_package.py +289 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_host_pool.py +191 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_workspace.py +191 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan.py +353 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_personal_schedule.py +499 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_pooled_schedule.py +373 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_workspace.py +339 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/host_pool.py +1133 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/list_host_pool_registration_tokens.py +101 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/msix_package.py +510 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/outputs.py +1812 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_host_pool.py +252 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_workspace.py +252 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan.py +602 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_personal_schedule.py +967 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_pooled_schedule.py +692 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/workspace.py +530 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/edge/__init__.py +21 -0
- pulumi_azure_native/edge/_inputs.py +99 -0
- pulumi_azure_native/edge/get_site.py +145 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +139 -0
- pulumi_azure_native/edge/outputs.py +210 -0
- pulumi_azure_native/edge/site.py +201 -0
- pulumi_azure_native/edge/sites_by_subscription.py +180 -0
- pulumi_azure_native/edge/v20240201preview/__init__.py +13 -0
- pulumi_azure_native/edge/v20240201preview/_inputs.py +99 -0
- pulumi_azure_native/edge/v20240201preview/get_site.py +143 -0
- pulumi_azure_native/edge/v20240201preview/get_sites_by_subscription.py +137 -0
- pulumi_azure_native/edge/v20240201preview/outputs.py +210 -0
- pulumi_azure_native/edge/v20240201preview/site.py +199 -0
- pulumi_azure_native/edge/v20240201preview/sites_by_subscription.py +178 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +0 -33
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +1 -15
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/action_group.py +3 -3
- pulumi_azure_native/insights/get_action_group.py +2 -2
- pulumi_azure_native/insights/v20230101/action_group.py +1 -1
- pulumi_azure_native/insights/v20230901preview/action_group.py +1 -1
- pulumi_azure_native/insights/v20241001preview/__init__.py +12 -0
- pulumi_azure_native/insights/v20241001preview/_enums.py +27 -0
- pulumi_azure_native/insights/v20241001preview/_inputs.py +1469 -0
- pulumi_azure_native/insights/v20241001preview/action_group.py +660 -0
- pulumi_azure_native/insights/v20241001preview/get_action_group.py +353 -0
- pulumi_azure_native/insights/v20241001preview/outputs.py +1278 -0
- pulumi_azure_native/iotoperations/__init__.py +3 -0
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20241101/__init__.py +26 -0
- pulumi_azure_native/iotoperations/v20241101/_enums.py +616 -0
- pulumi_azure_native/iotoperations/v20241101/_inputs.py +6402 -0
- pulumi_azure_native/iotoperations/v20241101/broker.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/broker_authentication.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/broker_authorization.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/broker_listener.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow_endpoint.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow_profile.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_authentication.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_authorization.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_listener.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow_endpoint.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow_profile.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_instance.py +199 -0
- pulumi_azure_native/iotoperations/v20241101/instance.py +317 -0
- pulumi_azure_native/iotoperations/v20241101/outputs.py +5387 -0
- pulumi_azure_native/machinelearningservices/__init__.py +11 -0
- pulumi_azure_native/machinelearningservices/_enums.py +8 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +176 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/capability_host.py +223 -0
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_capability_host.py +151 -0
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +169 -0
- pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_connection_all_models.py +98 -0
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +132 -0
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/outputs.py +194 -0
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/inference_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/inference_group.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/inference_pool.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/endpoint_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/inference_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/inference_group.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/inference_pool.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist_item.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_policy.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/inference_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/inference_group.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/inference_pool.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/connection_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_blocklist.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_blocklist_item.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_policy.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/endpoint_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/rai_policy.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20241001/__init__.py +101 -0
- pulumi_azure_native/machinelearningservices/v20241001/_enums.py +2062 -0
- pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +34752 -0
- pulumi_azure_native/machinelearningservices/v20241001/batch_deployment.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001/batch_endpoint.py +365 -0
- pulumi_azure_native/machinelearningservices/v20241001/code_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/code_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/component_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/component_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/compute.py +337 -0
- pulumi_azure_native/machinelearningservices/v20241001/data_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/data_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/datastore.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/environment_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/environment_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/featureset_container_entity.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/featureset_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/featurestore_entity_container_entity.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/featurestore_entity_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_batch_deployment.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_batch_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_code_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_code_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_component_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_component_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_compute.py +205 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_data_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_data_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_datastore.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_environment_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_environment_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_featureset_container_entity.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_featureset_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_featurestore_entity_container_entity.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_featurestore_entity_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_job.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_managed_network_settings_rule.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_marketplace_subscription.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_model_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_model_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_online_deployment.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_online_deployment_logs.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_online_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_online_endpoint_token.py +134 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_private_endpoint_connection.py +233 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry.py +208 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_code_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_code_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_component_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_component_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_data_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_data_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_environment_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_environment_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_model_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_registry_model_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_schedule.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_serverless_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_workspace.py +635 -0
- pulumi_azure_native/machinelearningservices/v20241001/get_workspace_connection.py +141 -0
- pulumi_azure_native/machinelearningservices/v20241001/job.py +222 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_batch_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_compute_keys.py +92 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_compute_nodes.py +107 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_datastore_secrets.py +92 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_online_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_serverless_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_workspace_connection_secrets.py +141 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_workspace_keys.py +125 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_workspace_notebook_access_token.py +157 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_workspace_notebook_keys.py +91 -0
- pulumi_azure_native/machinelearningservices/v20241001/list_workspace_storage_account_keys.py +80 -0
- pulumi_azure_native/machinelearningservices/v20241001/managed_network_settings_rule.py +222 -0
- pulumi_azure_native/machinelearningservices/v20241001/marketplace_subscription.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/model_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001/model_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/online_deployment.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001/online_endpoint.py +365 -0
- pulumi_azure_native/machinelearningservices/v20241001/outputs.py +30173 -0
- pulumi_azure_native/machinelearningservices/v20241001/private_endpoint_connection.py +358 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry.py +344 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_code_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_code_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_component_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_component_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_data_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_data_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_environment_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_environment_version.py +243 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_model_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/registry_model_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001/schedule.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001/serverless_endpoint.py +364 -0
- pulumi_azure_native/machinelearningservices/v20241001/workspace.py +1053 -0
- pulumi_azure_native/machinelearningservices/v20241001/workspace_connection.py +212 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/__init__.py +127 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +2193 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +38072 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/batch_deployment.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/batch_endpoint.py +365 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/capability_host.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/code_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/code_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/component_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/component_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/compute.py +337 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/connection_deployment.py +253 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_blocklist.py +260 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_blocklist_item.py +281 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_policy.py +263 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/data_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/data_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/datastore.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/endpoint_deployment.py +233 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/environment_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/environment_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/featureset_container_entity.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/featureset_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/featurestore_entity_container_entity.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/featurestore_entity_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_batch_deployment.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_batch_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_capability_host.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_code_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_code_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_component_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_component_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_compute.py +205 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_compute_allowed_resize_sizes.py +93 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_deployment.py +147 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_blocklist.py +150 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_blocklist_item.py +156 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_policy.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_data_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_data_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_datastore.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_endpoint_deployment.py +147 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_environment_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_environment_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_featureset_container_entity.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_featureset_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_featurestore_entity_container_entity.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_featurestore_entity_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_endpoint.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group_delta_models_status_async.py +167 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group_status.py +122 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_pool.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_job.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_managed_network_settings_rule.py +144 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_marketplace_subscription.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_model_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_model_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_online_deployment.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_online_deployment_logs.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_online_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_online_endpoint_token.py +134 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_private_endpoint_connection.py +230 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_rai_policy.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry.py +208 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_code_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_code_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_component_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_component_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_data_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_data_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_environment_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_environment_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_model_container.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_model_version.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_schedule.py +149 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_serverless_endpoint.py +214 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_workspace.py +807 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/get_workspace_connection.py +141 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/inference_endpoint.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/inference_group.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/inference_pool.py +365 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/job.py +222 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_batch_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_compute_keys.py +92 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_compute_nodes.py +107 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_connection_all_models.py +96 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_datastore_secrets.py +104 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_endpoint_keys.py +88 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_inference_group_delta_models_async.py +130 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_online_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_serverless_endpoint_keys.py +106 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_connection_secrets.py +141 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_keys.py +132 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_notebook_access_token.py +155 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_notebook_keys.py +95 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_storage_account_keys.py +81 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/managed_network_settings_rule.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/marketplace_subscription.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/model_container.py +220 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/model_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/online_deployment.py +386 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/online_endpoint.py +365 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +33976 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/private_endpoint_connection.py +368 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/rai_policy.py +263 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry.py +344 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_code_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_code_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_component_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_component_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_data_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_data_version.py +241 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_environment_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_environment_version.py +243 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_model_container.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/registry_model_version.py +242 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/schedule.py +221 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/serverless_endpoint.py +364 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/workspace.py +1364 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/workspace_connection.py +212 -0
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/migrate/__init__.py +3 -0
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
- pulumi_azure_native/migrate/v20191001/group.py +1 -1
- pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20191001/project.py +1 -1
- pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230909preview/__init__.py +41 -0
- pulumi_azure_native/migrate/v20230909preview/_enums.py +985 -0
- pulumi_azure_native/migrate/v20230909preview/_inputs.py +2931 -0
- pulumi_azure_native/migrate/v20230909preview/aks_assessment_operation.py +281 -0
- pulumi_azure_native/migrate/v20230909preview/assessment_projects_operation.py +488 -0
- pulumi_azure_native/migrate/v20230909preview/assessments_operation.py +1043 -0
- pulumi_azure_native/migrate/v20230909preview/avs_assessments_operation.py +1193 -0
- pulumi_azure_native/migrate/v20230909preview/business_case_operation.py +251 -0
- pulumi_azure_native/migrate/v20230909preview/get_aks_assessment_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_assessment_projects_operation.py +316 -0
- pulumi_azure_native/migrate/v20230909preview/get_assessments_operation.py +741 -0
- pulumi_azure_native/migrate/v20230909preview/get_avs_assessments_operation.py +861 -0
- pulumi_azure_native/migrate/v20230909preview/get_business_case_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_business_case_operation_report_download_url.py +106 -0
- pulumi_azure_native/migrate/v20230909preview/get_groups_operation.py +261 -0
- pulumi_azure_native/migrate/v20230909preview/get_hyperv_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_import_collectors_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_private_endpoint_connection_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_server_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_sql_assessment_v2_operation.py +678 -0
- pulumi_azure_native/migrate/v20230909preview/get_sql_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_vmware_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_web_app_assessment_v2_operation.py +537 -0
- pulumi_azure_native/migrate/v20230909preview/get_web_app_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/groups_operation.py +338 -0
- pulumi_azure_native/migrate/v20230909preview/hyperv_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/import_collectors_operation.py +269 -0
- pulumi_azure_native/migrate/v20230909preview/outputs.py +3341 -0
- pulumi_azure_native/migrate/v20230909preview/private_endpoint_connection_operation.py +252 -0
- pulumi_azure_native/migrate/v20230909preview/server_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/sql_assessment_v2_operation.py +1221 -0
- pulumi_azure_native/migrate/v20230909preview/sql_collector_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/vmware_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/web_app_assessment_v2_operation.py +908 -0
- pulumi_azure_native/migrate/v20230909preview/web_app_collector_operation.py +279 -0
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/account.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701/_inputs.py +20 -19
- pulumi_azure_native/netapp/v20240701/account.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701/outputs.py +15 -14
- pulumi_azure_native/netapp/v20240701/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240701preview/_enums.py +569 -0
- pulumi_azure_native/netapp/v20240701preview/_inputs.py +3101 -0
- pulumi_azure_native/netapp/v20240701preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240701preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240701preview/get_account.py +269 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup.py +309 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup_policy.py +289 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup_vault.py +177 -0
- pulumi_azure_native/netapp/v20240701preview/get_pool.py +314 -0
- pulumi_azure_native/netapp/v20240701preview/get_snapshot.py +203 -0
- pulumi_azure_native/netapp/v20240701preview/get_snapshot_policy.py +261 -0
- pulumi_azure_native/netapp/v20240701preview/get_subvolume.py +203 -0
- pulumi_azure_native/netapp/v20240701preview/get_subvolume_metadata.py +272 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume.py +1009 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_group.py +177 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_group_id_for_ldap_user.py +104 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_quota_rule.py +231 -0
- pulumi_azure_native/netapp/v20240701preview/list_volume_quota_report.py +113 -0
- pulumi_azure_native/netapp/v20240701preview/list_volume_replications.py +99 -0
- pulumi_azure_native/netapp/v20240701preview/outputs.py +3358 -0
- pulumi_azure_native/netapp/v20240701preview/pool.py +483 -0
- pulumi_azure_native/netapp/v20240701preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240701preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240701preview/volume.py +1717 -0
- pulumi_azure_native/netapp/v20240701preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +4 -0
- pulumi_azure_native/quota/get_group_quota_subscription.py +4 -0
- pulumi_azure_native/quota/group_quota.py +5 -1
- pulumi_azure_native/quota/group_quota_subscription.py +5 -1
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/__init__.py +14 -0
- pulumi_azure_native/quota/v20241015preview/_enums.py +17 -0
- pulumi_azure_native/quota/v20241015preview/_inputs.py +188 -0
- pulumi_azure_native/quota/v20241015preview/get_group_quota.py +143 -0
- pulumi_azure_native/quota/v20241015preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241015preview/group_quota.py +200 -0
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241015preview/outputs.py +350 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/defender_for_storage.py +5 -1
- pulumi_azure_native/security/get_defender_for_storage.py +4 -0
- pulumi_azure_native/security/v20221201preview/defender_for_storage.py +1 -1
- pulumi_azure_native/security/v20241001preview/__init__.py +11 -0
- pulumi_azure_native/security/v20241001preview/_inputs.py +273 -0
- pulumi_azure_native/security/v20241001preview/defender_for_storage.py +189 -0
- pulumi_azure_native/security/v20241001preview/get_defender_for_storage.py +129 -0
- pulumi_azure_native/security/v20241001preview/outputs.py +316 -0
- {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.70.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.70.0.dist-info}/RECORD +1800 -1321
- {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.70.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.70.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2062 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'ApplicationSharingPolicy',
|
|
9
|
+
'AutoRebuildSetting',
|
|
10
|
+
'BatchDeploymentConfigurationType',
|
|
11
|
+
'BatchLoggingLevel',
|
|
12
|
+
'BatchOutputAction',
|
|
13
|
+
'BlockedTransformers',
|
|
14
|
+
'CategoricalDataDriftMetric',
|
|
15
|
+
'CategoricalDataQualityMetric',
|
|
16
|
+
'CategoricalPredictionDriftMetric',
|
|
17
|
+
'ClassificationModels',
|
|
18
|
+
'ClassificationMultilabelPrimaryMetrics',
|
|
19
|
+
'ClassificationPrimaryMetrics',
|
|
20
|
+
'ClusterPurpose',
|
|
21
|
+
'ComputeInstanceAuthorizationType',
|
|
22
|
+
'ComputePowerAction',
|
|
23
|
+
'ComputeRecurrenceFrequency',
|
|
24
|
+
'ComputeTriggerType',
|
|
25
|
+
'ComputeType',
|
|
26
|
+
'ComputeWeekDay',
|
|
27
|
+
'ConnectionAuthType',
|
|
28
|
+
'ConnectionCategory',
|
|
29
|
+
'ContainerType',
|
|
30
|
+
'ContentSafetyStatus',
|
|
31
|
+
'CredentialsType',
|
|
32
|
+
'DataCollectionMode',
|
|
33
|
+
'DataType',
|
|
34
|
+
'DatastoreType',
|
|
35
|
+
'DistributionType',
|
|
36
|
+
'EarlyTerminationPolicyType',
|
|
37
|
+
'EgressPublicNetworkAccessType',
|
|
38
|
+
'EmailNotificationEnableType',
|
|
39
|
+
'EncryptionStatus',
|
|
40
|
+
'EndpointAuthMode',
|
|
41
|
+
'EndpointComputeType',
|
|
42
|
+
'EndpointServiceConnectionStatus',
|
|
43
|
+
'EnvironmentVariableType',
|
|
44
|
+
'FeatureAttributionMetric',
|
|
45
|
+
'FeatureDataType',
|
|
46
|
+
'FeatureImportanceMode',
|
|
47
|
+
'FeatureLags',
|
|
48
|
+
'FeaturizationMode',
|
|
49
|
+
'FirewallSku',
|
|
50
|
+
'ForecastHorizonMode',
|
|
51
|
+
'ForecastingModels',
|
|
52
|
+
'ForecastingPrimaryMetrics',
|
|
53
|
+
'Goal',
|
|
54
|
+
'IdentityConfigurationType',
|
|
55
|
+
'ImageType',
|
|
56
|
+
'InputDeliveryMode',
|
|
57
|
+
'InstanceSegmentationPrimaryMetrics',
|
|
58
|
+
'IsolationMode',
|
|
59
|
+
'JobInputType',
|
|
60
|
+
'JobLimitsType',
|
|
61
|
+
'JobOutputType',
|
|
62
|
+
'JobTier',
|
|
63
|
+
'JobType',
|
|
64
|
+
'LearningRateScheduler',
|
|
65
|
+
'LoadBalancerType',
|
|
66
|
+
'LogVerbosity',
|
|
67
|
+
'ManagedNetworkStatus',
|
|
68
|
+
'ManagedServiceIdentityType',
|
|
69
|
+
'MaterializationStoreType',
|
|
70
|
+
'ModelSize',
|
|
71
|
+
'ModelTaskType',
|
|
72
|
+
'MonitorComputeIdentityType',
|
|
73
|
+
'MonitorComputeType',
|
|
74
|
+
'MonitoringFeatureDataType',
|
|
75
|
+
'MonitoringFeatureFilterType',
|
|
76
|
+
'MonitoringInputDataType',
|
|
77
|
+
'MonitoringNotificationType',
|
|
78
|
+
'MonitoringSignalType',
|
|
79
|
+
'NCrossValidationsMode',
|
|
80
|
+
'NodesValueType',
|
|
81
|
+
'NumericalDataDriftMetric',
|
|
82
|
+
'NumericalDataQualityMetric',
|
|
83
|
+
'NumericalPredictionDriftMetric',
|
|
84
|
+
'ObjectDetectionPrimaryMetrics',
|
|
85
|
+
'OneLakeArtifactType',
|
|
86
|
+
'OperatingSystemType',
|
|
87
|
+
'OsType',
|
|
88
|
+
'OutputDeliveryMode',
|
|
89
|
+
'PrivateEndpointServiceConnectionStatus',
|
|
90
|
+
'Protocol',
|
|
91
|
+
'PublicNetworkAccess',
|
|
92
|
+
'PublicNetworkAccessType',
|
|
93
|
+
'RandomSamplingAlgorithmRule',
|
|
94
|
+
'RecurrenceFrequency',
|
|
95
|
+
'ReferenceType',
|
|
96
|
+
'RegressionModels',
|
|
97
|
+
'RegressionPrimaryMetrics',
|
|
98
|
+
'RemoteLoginPortPublicAccess',
|
|
99
|
+
'RollingRateType',
|
|
100
|
+
'RuleAction',
|
|
101
|
+
'RuleCategory',
|
|
102
|
+
'RuleStatus',
|
|
103
|
+
'RuleType',
|
|
104
|
+
'SamplingAlgorithmType',
|
|
105
|
+
'ScaleType',
|
|
106
|
+
'ScheduleActionType',
|
|
107
|
+
'ScheduleProvisioningState',
|
|
108
|
+
'ScheduleStatus',
|
|
109
|
+
'SeasonalityMode',
|
|
110
|
+
'SecretsType',
|
|
111
|
+
'ServerlessInferenceEndpointAuthMode',
|
|
112
|
+
'ServiceDataAccessAuthIdentity',
|
|
113
|
+
'ShortSeriesHandlingConfiguration',
|
|
114
|
+
'SkuTier',
|
|
115
|
+
'SparkJobEntryType',
|
|
116
|
+
'SshPublicAccess',
|
|
117
|
+
'SslConfigStatus',
|
|
118
|
+
'StackMetaLearnerType',
|
|
119
|
+
'StochasticOptimizer',
|
|
120
|
+
'TargetAggregationFunction',
|
|
121
|
+
'TargetLagsMode',
|
|
122
|
+
'TargetRollingWindowSizeMode',
|
|
123
|
+
'TaskType',
|
|
124
|
+
'TriggerType',
|
|
125
|
+
'UseStl',
|
|
126
|
+
'ValidationMetricType',
|
|
127
|
+
'ValueFormat',
|
|
128
|
+
'VmPriority',
|
|
129
|
+
'VolumeDefinitionType',
|
|
130
|
+
'WebhookType',
|
|
131
|
+
'WeekDay',
|
|
132
|
+
]
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
class ApplicationSharingPolicy(str, Enum):
|
|
136
|
+
"""
|
|
137
|
+
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
|
|
138
|
+
"""
|
|
139
|
+
PERSONAL = "Personal"
|
|
140
|
+
SHARED = "Shared"
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AutoRebuildSetting(str, Enum):
|
|
144
|
+
"""
|
|
145
|
+
Defines if image needs to be rebuilt based on base image changes.
|
|
146
|
+
"""
|
|
147
|
+
DISABLED = "Disabled"
|
|
148
|
+
ON_BASE_IMAGE_UPDATE = "OnBaseImageUpdate"
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
class BatchDeploymentConfigurationType(str, Enum):
|
|
152
|
+
"""
|
|
153
|
+
[Required] The type of the deployment
|
|
154
|
+
"""
|
|
155
|
+
MODEL = "Model"
|
|
156
|
+
PIPELINE_COMPONENT = "PipelineComponent"
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
class BatchLoggingLevel(str, Enum):
|
|
160
|
+
"""
|
|
161
|
+
Logging level for batch inference operation.
|
|
162
|
+
"""
|
|
163
|
+
INFO = "Info"
|
|
164
|
+
WARNING = "Warning"
|
|
165
|
+
DEBUG = "Debug"
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
class BatchOutputAction(str, Enum):
|
|
169
|
+
"""
|
|
170
|
+
Indicates how the output will be organized.
|
|
171
|
+
"""
|
|
172
|
+
SUMMARY_ONLY = "SummaryOnly"
|
|
173
|
+
APPEND_ROW = "AppendRow"
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
class BlockedTransformers(str, Enum):
|
|
177
|
+
"""
|
|
178
|
+
Enum for all classification models supported by AutoML.
|
|
179
|
+
"""
|
|
180
|
+
TEXT_TARGET_ENCODER = "TextTargetEncoder"
|
|
181
|
+
"""
|
|
182
|
+
Target encoding for text data.
|
|
183
|
+
"""
|
|
184
|
+
ONE_HOT_ENCODER = "OneHotEncoder"
|
|
185
|
+
"""
|
|
186
|
+
Ohe hot encoding creates a binary feature transformation.
|
|
187
|
+
"""
|
|
188
|
+
CAT_TARGET_ENCODER = "CatTargetEncoder"
|
|
189
|
+
"""
|
|
190
|
+
Target encoding for categorical data.
|
|
191
|
+
"""
|
|
192
|
+
TF_IDF = "TfIdf"
|
|
193
|
+
"""
|
|
194
|
+
Tf-Idf stands for, term-frequency times inverse document-frequency. This is a common term weighting scheme for identifying information from documents.
|
|
195
|
+
"""
|
|
196
|
+
WO_E_TARGET_ENCODER = "WoETargetEncoder"
|
|
197
|
+
"""
|
|
198
|
+
Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)/P(0) to create weights.
|
|
199
|
+
"""
|
|
200
|
+
LABEL_ENCODER = "LabelEncoder"
|
|
201
|
+
"""
|
|
202
|
+
Label encoder converts labels/categorical variables in a numerical form.
|
|
203
|
+
"""
|
|
204
|
+
WORD_EMBEDDING = "WordEmbedding"
|
|
205
|
+
"""
|
|
206
|
+
Word embedding helps represents words or phrases as a vector, or a series of numbers.
|
|
207
|
+
"""
|
|
208
|
+
NAIVE_BAYES = "NaiveBayes"
|
|
209
|
+
"""
|
|
210
|
+
Naive Bayes is a classified that is used for classification of discrete features that are categorically distributed.
|
|
211
|
+
"""
|
|
212
|
+
COUNT_VECTORIZER = "CountVectorizer"
|
|
213
|
+
"""
|
|
214
|
+
Count Vectorizer converts a collection of text documents to a matrix of token counts.
|
|
215
|
+
"""
|
|
216
|
+
HASH_ONE_HOT_ENCODER = "HashOneHotEncoder"
|
|
217
|
+
"""
|
|
218
|
+
Hashing One Hot Encoder can turn categorical variables into a limited number of new features. This is often used for high-cardinality categorical features.
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
class CategoricalDataDriftMetric(str, Enum):
|
|
223
|
+
"""
|
|
224
|
+
[Required] The categorical data drift metric to calculate.
|
|
225
|
+
"""
|
|
226
|
+
JENSEN_SHANNON_DISTANCE = "JensenShannonDistance"
|
|
227
|
+
"""
|
|
228
|
+
The Jensen Shannon Distance (JSD) metric.
|
|
229
|
+
"""
|
|
230
|
+
POPULATION_STABILITY_INDEX = "PopulationStabilityIndex"
|
|
231
|
+
"""
|
|
232
|
+
The Population Stability Index (PSI) metric.
|
|
233
|
+
"""
|
|
234
|
+
PEARSONS_CHI_SQUARED_TEST = "PearsonsChiSquaredTest"
|
|
235
|
+
"""
|
|
236
|
+
The Pearsons Chi Squared Test metric.
|
|
237
|
+
"""
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
class CategoricalDataQualityMetric(str, Enum):
|
|
241
|
+
"""
|
|
242
|
+
[Required] The categorical data quality metric to calculate.
|
|
243
|
+
"""
|
|
244
|
+
NULL_VALUE_RATE = "NullValueRate"
|
|
245
|
+
"""
|
|
246
|
+
Calculates the rate of null values.
|
|
247
|
+
"""
|
|
248
|
+
DATA_TYPE_ERROR_RATE = "DataTypeErrorRate"
|
|
249
|
+
"""
|
|
250
|
+
Calculates the rate of data type errors.
|
|
251
|
+
"""
|
|
252
|
+
OUT_OF_BOUNDS_RATE = "OutOfBoundsRate"
|
|
253
|
+
"""
|
|
254
|
+
Calculates the rate values are out of bounds.
|
|
255
|
+
"""
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
class CategoricalPredictionDriftMetric(str, Enum):
|
|
259
|
+
"""
|
|
260
|
+
[Required] The categorical prediction drift metric to calculate.
|
|
261
|
+
"""
|
|
262
|
+
JENSEN_SHANNON_DISTANCE = "JensenShannonDistance"
|
|
263
|
+
"""
|
|
264
|
+
The Jensen Shannon Distance (JSD) metric.
|
|
265
|
+
"""
|
|
266
|
+
POPULATION_STABILITY_INDEX = "PopulationStabilityIndex"
|
|
267
|
+
"""
|
|
268
|
+
The Population Stability Index (PSI) metric.
|
|
269
|
+
"""
|
|
270
|
+
PEARSONS_CHI_SQUARED_TEST = "PearsonsChiSquaredTest"
|
|
271
|
+
"""
|
|
272
|
+
The Pearsons Chi Squared Test metric.
|
|
273
|
+
"""
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
class ClassificationModels(str, Enum):
|
|
277
|
+
"""
|
|
278
|
+
Enum for all classification models supported by AutoML.
|
|
279
|
+
"""
|
|
280
|
+
LOGISTIC_REGRESSION = "LogisticRegression"
|
|
281
|
+
"""
|
|
282
|
+
Logistic regression is a fundamental classification technique.
|
|
283
|
+
It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression.
|
|
284
|
+
Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results.
|
|
285
|
+
Although it's essentially a method for binary classification, it can also be applied to multiclass problems.
|
|
286
|
+
"""
|
|
287
|
+
SGD = "SGD"
|
|
288
|
+
"""
|
|
289
|
+
SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications
|
|
290
|
+
to find the model parameters that correspond to the best fit between predicted and actual outputs.
|
|
291
|
+
"""
|
|
292
|
+
MULTINOMIAL_NAIVE_BAYES = "MultinomialNaiveBayes"
|
|
293
|
+
"""
|
|
294
|
+
The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification).
|
|
295
|
+
The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work.
|
|
296
|
+
"""
|
|
297
|
+
BERNOULLI_NAIVE_BAYES = "BernoulliNaiveBayes"
|
|
298
|
+
"""
|
|
299
|
+
Naive Bayes classifier for multivariate Bernoulli models.
|
|
300
|
+
"""
|
|
301
|
+
SVM = "SVM"
|
|
302
|
+
"""
|
|
303
|
+
A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.
|
|
304
|
+
After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.
|
|
305
|
+
"""
|
|
306
|
+
LINEAR_SVM = "LinearSVM"
|
|
307
|
+
"""
|
|
308
|
+
A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.
|
|
309
|
+
After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.
|
|
310
|
+
Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph.
|
|
311
|
+
"""
|
|
312
|
+
KNN = "KNN"
|
|
313
|
+
"""
|
|
314
|
+
K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints
|
|
315
|
+
which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
|
|
316
|
+
"""
|
|
317
|
+
DECISION_TREE = "DecisionTree"
|
|
318
|
+
"""
|
|
319
|
+
Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
|
|
320
|
+
The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
|
|
321
|
+
"""
|
|
322
|
+
RANDOM_FOREST = "RandomForest"
|
|
323
|
+
"""
|
|
324
|
+
Random forest is a supervised learning algorithm.
|
|
325
|
+
The "forest" it builds, is an ensemble of decision trees, usually trained with the "bagging" method.
|
|
326
|
+
The general idea of the bagging method is that a combination of learning models increases the overall result.
|
|
327
|
+
"""
|
|
328
|
+
EXTREME_RANDOM_TREES = "ExtremeRandomTrees"
|
|
329
|
+
"""
|
|
330
|
+
Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
|
|
331
|
+
"""
|
|
332
|
+
LIGHT_GBM = "LightGBM"
|
|
333
|
+
"""
|
|
334
|
+
LightGBM is a gradient boosting framework that uses tree based learning algorithms.
|
|
335
|
+
"""
|
|
336
|
+
GRADIENT_BOOSTING = "GradientBoosting"
|
|
337
|
+
"""
|
|
338
|
+
The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
|
|
339
|
+
"""
|
|
340
|
+
XG_BOOST_CLASSIFIER = "XGBoostClassifier"
|
|
341
|
+
"""
|
|
342
|
+
XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.
|
|
343
|
+
"""
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
class ClassificationMultilabelPrimaryMetrics(str, Enum):
|
|
347
|
+
"""
|
|
348
|
+
Primary metric to optimize for this task.
|
|
349
|
+
"""
|
|
350
|
+
AUC_WEIGHTED = "AUCWeighted"
|
|
351
|
+
"""
|
|
352
|
+
AUC is the Area under the curve.
|
|
353
|
+
This metric represents arithmetic mean of the score for each class,
|
|
354
|
+
weighted by the number of true instances in each class.
|
|
355
|
+
"""
|
|
356
|
+
ACCURACY = "Accuracy"
|
|
357
|
+
"""
|
|
358
|
+
Accuracy is the ratio of predictions that exactly match the true class labels.
|
|
359
|
+
"""
|
|
360
|
+
NORM_MACRO_RECALL = "NormMacroRecall"
|
|
361
|
+
"""
|
|
362
|
+
Normalized macro recall is recall macro-averaged and normalized, so that random
|
|
363
|
+
performance has a score of 0, and perfect performance has a score of 1.
|
|
364
|
+
"""
|
|
365
|
+
AVERAGE_PRECISION_SCORE_WEIGHTED = "AveragePrecisionScoreWeighted"
|
|
366
|
+
"""
|
|
367
|
+
The arithmetic mean of the average precision score for each class, weighted by
|
|
368
|
+
the number of true instances in each class.
|
|
369
|
+
"""
|
|
370
|
+
PRECISION_SCORE_WEIGHTED = "PrecisionScoreWeighted"
|
|
371
|
+
"""
|
|
372
|
+
The arithmetic mean of precision for each class, weighted by number of true instances in each class.
|
|
373
|
+
"""
|
|
374
|
+
IOU = "IOU"
|
|
375
|
+
"""
|
|
376
|
+
Intersection Over Union. Intersection of predictions divided by union of predictions.
|
|
377
|
+
"""
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
class ClassificationPrimaryMetrics(str, Enum):
|
|
381
|
+
"""
|
|
382
|
+
Primary metric for Text-Classification task.
|
|
383
|
+
"""
|
|
384
|
+
AUC_WEIGHTED = "AUCWeighted"
|
|
385
|
+
"""
|
|
386
|
+
AUC is the Area under the curve.
|
|
387
|
+
This metric represents arithmetic mean of the score for each class,
|
|
388
|
+
weighted by the number of true instances in each class.
|
|
389
|
+
"""
|
|
390
|
+
ACCURACY = "Accuracy"
|
|
391
|
+
"""
|
|
392
|
+
Accuracy is the ratio of predictions that exactly match the true class labels.
|
|
393
|
+
"""
|
|
394
|
+
NORM_MACRO_RECALL = "NormMacroRecall"
|
|
395
|
+
"""
|
|
396
|
+
Normalized macro recall is recall macro-averaged and normalized, so that random
|
|
397
|
+
performance has a score of 0, and perfect performance has a score of 1.
|
|
398
|
+
"""
|
|
399
|
+
AVERAGE_PRECISION_SCORE_WEIGHTED = "AveragePrecisionScoreWeighted"
|
|
400
|
+
"""
|
|
401
|
+
The arithmetic mean of the average precision score for each class, weighted by
|
|
402
|
+
the number of true instances in each class.
|
|
403
|
+
"""
|
|
404
|
+
PRECISION_SCORE_WEIGHTED = "PrecisionScoreWeighted"
|
|
405
|
+
"""
|
|
406
|
+
The arithmetic mean of precision for each class, weighted by number of true instances in each class.
|
|
407
|
+
"""
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
class ClusterPurpose(str, Enum):
|
|
411
|
+
"""
|
|
412
|
+
Intended usage of the cluster
|
|
413
|
+
"""
|
|
414
|
+
FAST_PROD = "FastProd"
|
|
415
|
+
DENSE_PROD = "DenseProd"
|
|
416
|
+
DEV_TEST = "DevTest"
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
class ComputeInstanceAuthorizationType(str, Enum):
|
|
420
|
+
"""
|
|
421
|
+
The Compute Instance Authorization type. Available values are personal (default).
|
|
422
|
+
"""
|
|
423
|
+
PERSONAL = "personal"
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
class ComputePowerAction(str, Enum):
|
|
427
|
+
"""
|
|
428
|
+
[Required] The compute power action.
|
|
429
|
+
"""
|
|
430
|
+
START = "Start"
|
|
431
|
+
STOP = "Stop"
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
class ComputeRecurrenceFrequency(str, Enum):
|
|
435
|
+
"""
|
|
436
|
+
[Required] The frequency to trigger schedule.
|
|
437
|
+
"""
|
|
438
|
+
MINUTE = "Minute"
|
|
439
|
+
"""
|
|
440
|
+
Minute frequency
|
|
441
|
+
"""
|
|
442
|
+
HOUR = "Hour"
|
|
443
|
+
"""
|
|
444
|
+
Hour frequency
|
|
445
|
+
"""
|
|
446
|
+
DAY = "Day"
|
|
447
|
+
"""
|
|
448
|
+
Day frequency
|
|
449
|
+
"""
|
|
450
|
+
WEEK = "Week"
|
|
451
|
+
"""
|
|
452
|
+
Week frequency
|
|
453
|
+
"""
|
|
454
|
+
MONTH = "Month"
|
|
455
|
+
"""
|
|
456
|
+
Month frequency
|
|
457
|
+
"""
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
class ComputeTriggerType(str, Enum):
|
|
461
|
+
"""
|
|
462
|
+
[Required] The schedule trigger type.
|
|
463
|
+
"""
|
|
464
|
+
RECURRENCE = "Recurrence"
|
|
465
|
+
CRON = "Cron"
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
class ComputeType(str, Enum):
|
|
469
|
+
"""
|
|
470
|
+
The type of compute
|
|
471
|
+
"""
|
|
472
|
+
AKS = "AKS"
|
|
473
|
+
KUBERNETES = "Kubernetes"
|
|
474
|
+
AML_COMPUTE = "AmlCompute"
|
|
475
|
+
COMPUTE_INSTANCE = "ComputeInstance"
|
|
476
|
+
DATA_FACTORY = "DataFactory"
|
|
477
|
+
VIRTUAL_MACHINE = "VirtualMachine"
|
|
478
|
+
HD_INSIGHT = "HDInsight"
|
|
479
|
+
DATABRICKS = "Databricks"
|
|
480
|
+
DATA_LAKE_ANALYTICS = "DataLakeAnalytics"
|
|
481
|
+
SYNAPSE_SPARK = "SynapseSpark"
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
class ComputeWeekDay(str, Enum):
|
|
485
|
+
"""
|
|
486
|
+
Enum of weekday
|
|
487
|
+
"""
|
|
488
|
+
MONDAY = "Monday"
|
|
489
|
+
"""
|
|
490
|
+
Monday weekday
|
|
491
|
+
"""
|
|
492
|
+
TUESDAY = "Tuesday"
|
|
493
|
+
"""
|
|
494
|
+
Tuesday weekday
|
|
495
|
+
"""
|
|
496
|
+
WEDNESDAY = "Wednesday"
|
|
497
|
+
"""
|
|
498
|
+
Wednesday weekday
|
|
499
|
+
"""
|
|
500
|
+
THURSDAY = "Thursday"
|
|
501
|
+
"""
|
|
502
|
+
Thursday weekday
|
|
503
|
+
"""
|
|
504
|
+
FRIDAY = "Friday"
|
|
505
|
+
"""
|
|
506
|
+
Friday weekday
|
|
507
|
+
"""
|
|
508
|
+
SATURDAY = "Saturday"
|
|
509
|
+
"""
|
|
510
|
+
Saturday weekday
|
|
511
|
+
"""
|
|
512
|
+
SUNDAY = "Sunday"
|
|
513
|
+
"""
|
|
514
|
+
Sunday weekday
|
|
515
|
+
"""
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
class ConnectionAuthType(str, Enum):
|
|
519
|
+
"""
|
|
520
|
+
Authentication type of the connection target
|
|
521
|
+
"""
|
|
522
|
+
PAT = "PAT"
|
|
523
|
+
MANAGED_IDENTITY = "ManagedIdentity"
|
|
524
|
+
USERNAME_PASSWORD = "UsernamePassword"
|
|
525
|
+
NONE = "None"
|
|
526
|
+
SAS = "SAS"
|
|
527
|
+
ACCOUNT_KEY = "AccountKey"
|
|
528
|
+
SERVICE_PRINCIPAL = "ServicePrincipal"
|
|
529
|
+
ACCESS_KEY = "AccessKey"
|
|
530
|
+
API_KEY = "ApiKey"
|
|
531
|
+
CUSTOM_KEYS = "CustomKeys"
|
|
532
|
+
O_AUTH2 = "OAuth2"
|
|
533
|
+
AAD = "AAD"
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
class ConnectionCategory(str, Enum):
|
|
537
|
+
"""
|
|
538
|
+
Category of the connection
|
|
539
|
+
"""
|
|
540
|
+
PYTHON_FEED = "PythonFeed"
|
|
541
|
+
CONTAINER_REGISTRY = "ContainerRegistry"
|
|
542
|
+
GIT = "Git"
|
|
543
|
+
S3 = "S3"
|
|
544
|
+
SNOWFLAKE = "Snowflake"
|
|
545
|
+
AZURE_SQL_DB = "AzureSqlDb"
|
|
546
|
+
AZURE_SYNAPSE_ANALYTICS = "AzureSynapseAnalytics"
|
|
547
|
+
AZURE_MY_SQL_DB = "AzureMySqlDb"
|
|
548
|
+
AZURE_POSTGRES_DB = "AzurePostgresDb"
|
|
549
|
+
ADLS_GEN2 = "ADLSGen2"
|
|
550
|
+
REDIS = "Redis"
|
|
551
|
+
API_KEY = "ApiKey"
|
|
552
|
+
AZURE_OPEN_AI = "AzureOpenAI"
|
|
553
|
+
AI_SERVICES = "AIServices"
|
|
554
|
+
COGNITIVE_SEARCH = "CognitiveSearch"
|
|
555
|
+
COGNITIVE_SERVICE = "CognitiveService"
|
|
556
|
+
CUSTOM_KEYS = "CustomKeys"
|
|
557
|
+
AZURE_BLOB = "AzureBlob"
|
|
558
|
+
AZURE_ONE_LAKE = "AzureOneLake"
|
|
559
|
+
COSMOS_DB = "CosmosDb"
|
|
560
|
+
COSMOS_DB_MONGO_DB_API = "CosmosDbMongoDbApi"
|
|
561
|
+
AZURE_DATA_EXPLORER = "AzureDataExplorer"
|
|
562
|
+
AZURE_MARIA_DB = "AzureMariaDb"
|
|
563
|
+
AZURE_DATABRICKS_DELTA_LAKE = "AzureDatabricksDeltaLake"
|
|
564
|
+
AZURE_SQL_MI = "AzureSqlMi"
|
|
565
|
+
AZURE_TABLE_STORAGE = "AzureTableStorage"
|
|
566
|
+
AMAZON_RDS_FOR_ORACLE = "AmazonRdsForOracle"
|
|
567
|
+
AMAZON_RDS_FOR_SQL_SERVER = "AmazonRdsForSqlServer"
|
|
568
|
+
AMAZON_REDSHIFT = "AmazonRedshift"
|
|
569
|
+
DB2 = "Db2"
|
|
570
|
+
DRILL = "Drill"
|
|
571
|
+
GOOGLE_BIG_QUERY = "GoogleBigQuery"
|
|
572
|
+
GREENPLUM = "Greenplum"
|
|
573
|
+
HBASE = "Hbase"
|
|
574
|
+
HIVE = "Hive"
|
|
575
|
+
IMPALA = "Impala"
|
|
576
|
+
INFORMIX = "Informix"
|
|
577
|
+
MARIA_DB = "MariaDb"
|
|
578
|
+
MICROSOFT_ACCESS = "MicrosoftAccess"
|
|
579
|
+
MY_SQL = "MySql"
|
|
580
|
+
NETEZZA = "Netezza"
|
|
581
|
+
ORACLE = "Oracle"
|
|
582
|
+
PHOENIX = "Phoenix"
|
|
583
|
+
POSTGRE_SQL = "PostgreSql"
|
|
584
|
+
PRESTO = "Presto"
|
|
585
|
+
SAP_OPEN_HUB = "SapOpenHub"
|
|
586
|
+
SAP_BW = "SapBw"
|
|
587
|
+
SAP_HANA = "SapHana"
|
|
588
|
+
SAP_TABLE = "SapTable"
|
|
589
|
+
SPARK = "Spark"
|
|
590
|
+
SQL_SERVER = "SqlServer"
|
|
591
|
+
SYBASE = "Sybase"
|
|
592
|
+
TERADATA = "Teradata"
|
|
593
|
+
VERTICA = "Vertica"
|
|
594
|
+
PINECONE = "Pinecone"
|
|
595
|
+
CASSANDRA = "Cassandra"
|
|
596
|
+
COUCHBASE = "Couchbase"
|
|
597
|
+
MONGO_DB_V2 = "MongoDbV2"
|
|
598
|
+
MONGO_DB_ATLAS = "MongoDbAtlas"
|
|
599
|
+
AMAZON_S3_COMPATIBLE = "AmazonS3Compatible"
|
|
600
|
+
FILE_SERVER = "FileServer"
|
|
601
|
+
FTP_SERVER = "FtpServer"
|
|
602
|
+
GOOGLE_CLOUD_STORAGE = "GoogleCloudStorage"
|
|
603
|
+
HDFS = "Hdfs"
|
|
604
|
+
ORACLE_CLOUD_STORAGE = "OracleCloudStorage"
|
|
605
|
+
SFTP = "Sftp"
|
|
606
|
+
GENERIC_HTTP = "GenericHttp"
|
|
607
|
+
O_DATA_REST = "ODataRest"
|
|
608
|
+
ODBC = "Odbc"
|
|
609
|
+
GENERIC_REST = "GenericRest"
|
|
610
|
+
AMAZON_MWS = "AmazonMws"
|
|
611
|
+
CONCUR = "Concur"
|
|
612
|
+
DYNAMICS = "Dynamics"
|
|
613
|
+
DYNAMICS_AX = "DynamicsAx"
|
|
614
|
+
DYNAMICS_CRM = "DynamicsCrm"
|
|
615
|
+
GOOGLE_AD_WORDS = "GoogleAdWords"
|
|
616
|
+
HUBSPOT = "Hubspot"
|
|
617
|
+
JIRA = "Jira"
|
|
618
|
+
MAGENTO = "Magento"
|
|
619
|
+
MARKETO = "Marketo"
|
|
620
|
+
OFFICE365 = "Office365"
|
|
621
|
+
ELOQUA = "Eloqua"
|
|
622
|
+
RESPONSYS = "Responsys"
|
|
623
|
+
ORACLE_SERVICE_CLOUD = "OracleServiceCloud"
|
|
624
|
+
PAY_PAL = "PayPal"
|
|
625
|
+
QUICK_BOOKS = "QuickBooks"
|
|
626
|
+
SALESFORCE = "Salesforce"
|
|
627
|
+
SALESFORCE_SERVICE_CLOUD = "SalesforceServiceCloud"
|
|
628
|
+
SALESFORCE_MARKETING_CLOUD = "SalesforceMarketingCloud"
|
|
629
|
+
SAP_CLOUD_FOR_CUSTOMER = "SapCloudForCustomer"
|
|
630
|
+
SAP_ECC = "SapEcc"
|
|
631
|
+
SERVICE_NOW = "ServiceNow"
|
|
632
|
+
SHARE_POINT_ONLINE_LIST = "SharePointOnlineList"
|
|
633
|
+
SHOPIFY = "Shopify"
|
|
634
|
+
SQUARE = "Square"
|
|
635
|
+
WEB_TABLE = "WebTable"
|
|
636
|
+
XERO = "Xero"
|
|
637
|
+
ZOHO = "Zoho"
|
|
638
|
+
GENERIC_CONTAINER_REGISTRY = "GenericContainerRegistry"
|
|
639
|
+
ELASTICSEARCH = "Elasticsearch"
|
|
640
|
+
OPEN_AI = "OpenAI"
|
|
641
|
+
SERP = "Serp"
|
|
642
|
+
BING_LLM_SEARCH = "BingLLMSearch"
|
|
643
|
+
SERVERLESS = "Serverless"
|
|
644
|
+
MANAGED_ONLINE_ENDPOINT = "ManagedOnlineEndpoint"
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
class ContainerType(str, Enum):
|
|
648
|
+
"""
|
|
649
|
+
The type of container to retrieve logs from.
|
|
650
|
+
"""
|
|
651
|
+
STORAGE_INITIALIZER = "StorageInitializer"
|
|
652
|
+
INFERENCE_SERVER = "InferenceServer"
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
class ContentSafetyStatus(str, Enum):
|
|
656
|
+
"""
|
|
657
|
+
[Required] Specifies the status of content safety.
|
|
658
|
+
"""
|
|
659
|
+
ENABLED = "Enabled"
|
|
660
|
+
DISABLED = "Disabled"
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
class CredentialsType(str, Enum):
|
|
664
|
+
"""
|
|
665
|
+
[Required] Credential type used to authentication with storage.
|
|
666
|
+
"""
|
|
667
|
+
ACCOUNT_KEY = "AccountKey"
|
|
668
|
+
CERTIFICATE = "Certificate"
|
|
669
|
+
NONE = "None"
|
|
670
|
+
SAS = "Sas"
|
|
671
|
+
SERVICE_PRINCIPAL = "ServicePrincipal"
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
class DataCollectionMode(str, Enum):
|
|
675
|
+
"""
|
|
676
|
+
Enable or disable data collection.
|
|
677
|
+
"""
|
|
678
|
+
ENABLED = "Enabled"
|
|
679
|
+
DISABLED = "Disabled"
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
class DataType(str, Enum):
|
|
683
|
+
"""
|
|
684
|
+
[Required] Specifies the type of data.
|
|
685
|
+
"""
|
|
686
|
+
URI_FILE = "uri_file"
|
|
687
|
+
URI_FOLDER = "uri_folder"
|
|
688
|
+
MLTABLE = "mltable"
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
class DatastoreType(str, Enum):
|
|
692
|
+
"""
|
|
693
|
+
[Required] Storage type backing the datastore.
|
|
694
|
+
"""
|
|
695
|
+
AZURE_BLOB = "AzureBlob"
|
|
696
|
+
AZURE_DATA_LAKE_GEN1 = "AzureDataLakeGen1"
|
|
697
|
+
AZURE_DATA_LAKE_GEN2 = "AzureDataLakeGen2"
|
|
698
|
+
AZURE_FILE = "AzureFile"
|
|
699
|
+
ONE_LAKE = "OneLake"
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
class DistributionType(str, Enum):
|
|
703
|
+
"""
|
|
704
|
+
[Required] Specifies the type of distribution framework.
|
|
705
|
+
"""
|
|
706
|
+
PY_TORCH = "PyTorch"
|
|
707
|
+
TENSOR_FLOW = "TensorFlow"
|
|
708
|
+
MPI = "Mpi"
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
class EarlyTerminationPolicyType(str, Enum):
|
|
712
|
+
"""
|
|
713
|
+
[Required] Name of policy configuration
|
|
714
|
+
"""
|
|
715
|
+
BANDIT = "Bandit"
|
|
716
|
+
MEDIAN_STOPPING = "MedianStopping"
|
|
717
|
+
TRUNCATION_SELECTION = "TruncationSelection"
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
class EgressPublicNetworkAccessType(str, Enum):
|
|
721
|
+
"""
|
|
722
|
+
If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
723
|
+
"""
|
|
724
|
+
ENABLED = "Enabled"
|
|
725
|
+
DISABLED = "Disabled"
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
class EmailNotificationEnableType(str, Enum):
|
|
729
|
+
"""
|
|
730
|
+
Enum to determine the email notification type.
|
|
731
|
+
"""
|
|
732
|
+
JOB_COMPLETED = "JobCompleted"
|
|
733
|
+
JOB_FAILED = "JobFailed"
|
|
734
|
+
JOB_CANCELLED = "JobCancelled"
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
class EncryptionStatus(str, Enum):
|
|
738
|
+
"""
|
|
739
|
+
Indicates whether or not the encryption is enabled for the workspace.
|
|
740
|
+
"""
|
|
741
|
+
ENABLED = "Enabled"
|
|
742
|
+
DISABLED = "Disabled"
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
class EndpointAuthMode(str, Enum):
|
|
746
|
+
"""
|
|
747
|
+
[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
|
|
748
|
+
"""
|
|
749
|
+
AML_TOKEN = "AMLToken"
|
|
750
|
+
KEY = "Key"
|
|
751
|
+
AAD_TOKEN = "AADToken"
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
class EndpointComputeType(str, Enum):
|
|
755
|
+
"""
|
|
756
|
+
[Required] The compute type of the endpoint.
|
|
757
|
+
"""
|
|
758
|
+
MANAGED = "Managed"
|
|
759
|
+
KUBERNETES = "Kubernetes"
|
|
760
|
+
AZURE_ML_COMPUTE = "AzureMLCompute"
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
class EndpointServiceConnectionStatus(str, Enum):
|
|
764
|
+
"""
|
|
765
|
+
Connection status of the service consumer with the service provider
|
|
766
|
+
"""
|
|
767
|
+
APPROVED = "Approved"
|
|
768
|
+
PENDING = "Pending"
|
|
769
|
+
REJECTED = "Rejected"
|
|
770
|
+
DISCONNECTED = "Disconnected"
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
class EnvironmentVariableType(str, Enum):
|
|
774
|
+
"""
|
|
775
|
+
Type of the Environment Variable. Possible values are: local - For local variable
|
|
776
|
+
"""
|
|
777
|
+
LOCAL = "local"
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
class FeatureAttributionMetric(str, Enum):
|
|
781
|
+
"""
|
|
782
|
+
[Required] The feature attribution metric to calculate.
|
|
783
|
+
"""
|
|
784
|
+
NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN = "NormalizedDiscountedCumulativeGain"
|
|
785
|
+
"""
|
|
786
|
+
The Normalized Discounted Cumulative Gain metric.
|
|
787
|
+
"""
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
class FeatureDataType(str, Enum):
|
|
791
|
+
"""
|
|
792
|
+
Specifies the data type
|
|
793
|
+
"""
|
|
794
|
+
STRING = "String"
|
|
795
|
+
INTEGER = "Integer"
|
|
796
|
+
LONG = "Long"
|
|
797
|
+
FLOAT = "Float"
|
|
798
|
+
DOUBLE = "Double"
|
|
799
|
+
BINARY = "Binary"
|
|
800
|
+
DATETIME = "Datetime"
|
|
801
|
+
BOOLEAN = "Boolean"
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
class FeatureImportanceMode(str, Enum):
|
|
805
|
+
"""
|
|
806
|
+
The mode of operation for computing feature importance.
|
|
807
|
+
"""
|
|
808
|
+
DISABLED = "Disabled"
|
|
809
|
+
"""
|
|
810
|
+
Disables computing feature importance within a signal.
|
|
811
|
+
"""
|
|
812
|
+
ENABLED = "Enabled"
|
|
813
|
+
"""
|
|
814
|
+
Enables computing feature importance within a signal.
|
|
815
|
+
"""
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
class FeatureLags(str, Enum):
|
|
819
|
+
"""
|
|
820
|
+
Flag for generating lags for the numeric features with 'auto' or null.
|
|
821
|
+
"""
|
|
822
|
+
NONE = "None"
|
|
823
|
+
"""
|
|
824
|
+
No feature lags generated.
|
|
825
|
+
"""
|
|
826
|
+
AUTO = "Auto"
|
|
827
|
+
"""
|
|
828
|
+
System auto-generates feature lags.
|
|
829
|
+
"""
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
class FeaturizationMode(str, Enum):
|
|
833
|
+
"""
|
|
834
|
+
Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.
|
|
835
|
+
If 'Off' is selected then no featurization is done.
|
|
836
|
+
If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.
|
|
837
|
+
"""
|
|
838
|
+
AUTO = "Auto"
|
|
839
|
+
"""
|
|
840
|
+
Auto mode, system performs featurization without any custom featurization inputs.
|
|
841
|
+
"""
|
|
842
|
+
CUSTOM = "Custom"
|
|
843
|
+
"""
|
|
844
|
+
Custom featurization.
|
|
845
|
+
"""
|
|
846
|
+
OFF = "Off"
|
|
847
|
+
"""
|
|
848
|
+
Featurization off. 'Forecasting' task cannot use this value.
|
|
849
|
+
"""
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
class FirewallSku(str, Enum):
|
|
853
|
+
"""
|
|
854
|
+
Firewall Sku used for FQDN Rules
|
|
855
|
+
"""
|
|
856
|
+
STANDARD = "Standard"
|
|
857
|
+
BASIC = "Basic"
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
class ForecastHorizonMode(str, Enum):
|
|
861
|
+
"""
|
|
862
|
+
[Required] Set forecast horizon value selection mode.
|
|
863
|
+
"""
|
|
864
|
+
AUTO = "Auto"
|
|
865
|
+
"""
|
|
866
|
+
Forecast horizon to be determined automatically.
|
|
867
|
+
"""
|
|
868
|
+
CUSTOM = "Custom"
|
|
869
|
+
"""
|
|
870
|
+
Use the custom forecast horizon.
|
|
871
|
+
"""
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
class ForecastingModels(str, Enum):
|
|
875
|
+
"""
|
|
876
|
+
Enum for all forecasting models supported by AutoML.
|
|
877
|
+
"""
|
|
878
|
+
AUTO_ARIMA = "AutoArima"
|
|
879
|
+
"""
|
|
880
|
+
Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions.
|
|
881
|
+
This model aims to explain data by using time series data on its past values and uses linear regression to make predictions.
|
|
882
|
+
"""
|
|
883
|
+
PROPHET = "Prophet"
|
|
884
|
+
"""
|
|
885
|
+
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.
|
|
886
|
+
It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.
|
|
887
|
+
"""
|
|
888
|
+
NAIVE = "Naive"
|
|
889
|
+
"""
|
|
890
|
+
The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data.
|
|
891
|
+
"""
|
|
892
|
+
SEASONAL_NAIVE = "SeasonalNaive"
|
|
893
|
+
"""
|
|
894
|
+
The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data.
|
|
895
|
+
"""
|
|
896
|
+
AVERAGE = "Average"
|
|
897
|
+
"""
|
|
898
|
+
The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data.
|
|
899
|
+
"""
|
|
900
|
+
SEASONAL_AVERAGE = "SeasonalAverage"
|
|
901
|
+
"""
|
|
902
|
+
The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data.
|
|
903
|
+
"""
|
|
904
|
+
EXPONENTIAL_SMOOTHING = "ExponentialSmoothing"
|
|
905
|
+
"""
|
|
906
|
+
Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component.
|
|
907
|
+
"""
|
|
908
|
+
ARIMAX = "Arimax"
|
|
909
|
+
"""
|
|
910
|
+
An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms.
|
|
911
|
+
This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity.
|
|
912
|
+
"""
|
|
913
|
+
TCN_FORECASTER = "TCNForecaster"
|
|
914
|
+
"""
|
|
915
|
+
TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro.
|
|
916
|
+
"""
|
|
917
|
+
ELASTIC_NET = "ElasticNet"
|
|
918
|
+
"""
|
|
919
|
+
Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
|
|
920
|
+
"""
|
|
921
|
+
GRADIENT_BOOSTING = "GradientBoosting"
|
|
922
|
+
"""
|
|
923
|
+
The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
|
|
924
|
+
"""
|
|
925
|
+
DECISION_TREE = "DecisionTree"
|
|
926
|
+
"""
|
|
927
|
+
Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
|
|
928
|
+
The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
|
|
929
|
+
"""
|
|
930
|
+
KNN = "KNN"
|
|
931
|
+
"""
|
|
932
|
+
K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints
|
|
933
|
+
which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
|
|
934
|
+
"""
|
|
935
|
+
LASSO_LARS = "LassoLars"
|
|
936
|
+
"""
|
|
937
|
+
Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer.
|
|
938
|
+
"""
|
|
939
|
+
SGD = "SGD"
|
|
940
|
+
"""
|
|
941
|
+
SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications
|
|
942
|
+
to find the model parameters that correspond to the best fit between predicted and actual outputs.
|
|
943
|
+
It's an inexact but powerful technique.
|
|
944
|
+
"""
|
|
945
|
+
RANDOM_FOREST = "RandomForest"
|
|
946
|
+
"""
|
|
947
|
+
Random forest is a supervised learning algorithm.
|
|
948
|
+
The "forest" it builds, is an ensemble of decision trees, usually trained with the "bagging" method.
|
|
949
|
+
The general idea of the bagging method is that a combination of learning models increases the overall result.
|
|
950
|
+
"""
|
|
951
|
+
EXTREME_RANDOM_TREES = "ExtremeRandomTrees"
|
|
952
|
+
"""
|
|
953
|
+
Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
|
|
954
|
+
"""
|
|
955
|
+
LIGHT_GBM = "LightGBM"
|
|
956
|
+
"""
|
|
957
|
+
LightGBM is a gradient boosting framework that uses tree based learning algorithms.
|
|
958
|
+
"""
|
|
959
|
+
XG_BOOST_REGRESSOR = "XGBoostRegressor"
|
|
960
|
+
"""
|
|
961
|
+
XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.
|
|
962
|
+
"""
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
class ForecastingPrimaryMetrics(str, Enum):
|
|
966
|
+
"""
|
|
967
|
+
Primary metric for forecasting task.
|
|
968
|
+
"""
|
|
969
|
+
SPEARMAN_CORRELATION = "SpearmanCorrelation"
|
|
970
|
+
"""
|
|
971
|
+
The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation.
|
|
972
|
+
"""
|
|
973
|
+
NORMALIZED_ROOT_MEAN_SQUARED_ERROR = "NormalizedRootMeanSquaredError"
|
|
974
|
+
"""
|
|
975
|
+
The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
|
|
976
|
+
"""
|
|
977
|
+
R2_SCORE = "R2Score"
|
|
978
|
+
"""
|
|
979
|
+
The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
|
|
980
|
+
"""
|
|
981
|
+
NORMALIZED_MEAN_ABSOLUTE_ERROR = "NormalizedMeanAbsoluteError"
|
|
982
|
+
"""
|
|
983
|
+
The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.
|
|
984
|
+
"""
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
class Goal(str, Enum):
|
|
988
|
+
"""
|
|
989
|
+
[Required] Defines supported metric goals for hyperparameter tuning
|
|
990
|
+
"""
|
|
991
|
+
MINIMIZE = "Minimize"
|
|
992
|
+
MAXIMIZE = "Maximize"
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
class IdentityConfigurationType(str, Enum):
|
|
996
|
+
"""
|
|
997
|
+
[Required] Specifies the type of identity framework.
|
|
998
|
+
"""
|
|
999
|
+
MANAGED = "Managed"
|
|
1000
|
+
AML_TOKEN = "AMLToken"
|
|
1001
|
+
USER_IDENTITY = "UserIdentity"
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
class ImageType(str, Enum):
|
|
1005
|
+
"""
|
|
1006
|
+
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
|
|
1007
|
+
"""
|
|
1008
|
+
DOCKER = "docker"
|
|
1009
|
+
AZUREML = "azureml"
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
class InputDeliveryMode(str, Enum):
|
|
1013
|
+
"""
|
|
1014
|
+
Input Asset Delivery Mode.
|
|
1015
|
+
"""
|
|
1016
|
+
READ_ONLY_MOUNT = "ReadOnlyMount"
|
|
1017
|
+
READ_WRITE_MOUNT = "ReadWriteMount"
|
|
1018
|
+
DOWNLOAD = "Download"
|
|
1019
|
+
DIRECT = "Direct"
|
|
1020
|
+
EVAL_MOUNT = "EvalMount"
|
|
1021
|
+
EVAL_DOWNLOAD = "EvalDownload"
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
class InstanceSegmentationPrimaryMetrics(str, Enum):
|
|
1025
|
+
"""
|
|
1026
|
+
Primary metric to optimize for this task.
|
|
1027
|
+
"""
|
|
1028
|
+
MEAN_AVERAGE_PRECISION = "MeanAveragePrecision"
|
|
1029
|
+
"""
|
|
1030
|
+
Mean Average Precision (MAP) is the average of AP (Average Precision).
|
|
1031
|
+
AP is calculated for each class and averaged to get the MAP.
|
|
1032
|
+
"""
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
class IsolationMode(str, Enum):
|
|
1036
|
+
"""
|
|
1037
|
+
Isolation mode for the managed network of a machine learning workspace.
|
|
1038
|
+
"""
|
|
1039
|
+
DISABLED = "Disabled"
|
|
1040
|
+
ALLOW_INTERNET_OUTBOUND = "AllowInternetOutbound"
|
|
1041
|
+
ALLOW_ONLY_APPROVED_OUTBOUND = "AllowOnlyApprovedOutbound"
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
class JobInputType(str, Enum):
|
|
1045
|
+
"""
|
|
1046
|
+
[Required] Specifies the type of job.
|
|
1047
|
+
"""
|
|
1048
|
+
LITERAL = "literal"
|
|
1049
|
+
URI_FILE = "uri_file"
|
|
1050
|
+
URI_FOLDER = "uri_folder"
|
|
1051
|
+
MLTABLE = "mltable"
|
|
1052
|
+
CUSTOM_MODEL = "custom_model"
|
|
1053
|
+
MLFLOW_MODEL = "mlflow_model"
|
|
1054
|
+
TRITON_MODEL = "triton_model"
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
class JobLimitsType(str, Enum):
|
|
1058
|
+
"""
|
|
1059
|
+
[Required] JobLimit type.
|
|
1060
|
+
"""
|
|
1061
|
+
COMMAND = "Command"
|
|
1062
|
+
SWEEP = "Sweep"
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
class JobOutputType(str, Enum):
|
|
1066
|
+
"""
|
|
1067
|
+
[Required] Specifies the type of job.
|
|
1068
|
+
"""
|
|
1069
|
+
URI_FILE = "uri_file"
|
|
1070
|
+
URI_FOLDER = "uri_folder"
|
|
1071
|
+
MLTABLE = "mltable"
|
|
1072
|
+
CUSTOM_MODEL = "custom_model"
|
|
1073
|
+
MLFLOW_MODEL = "mlflow_model"
|
|
1074
|
+
TRITON_MODEL = "triton_model"
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
class JobTier(str, Enum):
|
|
1078
|
+
"""
|
|
1079
|
+
Controls the compute job tier
|
|
1080
|
+
"""
|
|
1081
|
+
NULL = "Null"
|
|
1082
|
+
SPOT = "Spot"
|
|
1083
|
+
BASIC = "Basic"
|
|
1084
|
+
STANDARD = "Standard"
|
|
1085
|
+
PREMIUM = "Premium"
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
class JobType(str, Enum):
|
|
1089
|
+
"""
|
|
1090
|
+
[Required] Specifies the type of job.
|
|
1091
|
+
"""
|
|
1092
|
+
AUTO_ML = "AutoML"
|
|
1093
|
+
COMMAND = "Command"
|
|
1094
|
+
SWEEP = "Sweep"
|
|
1095
|
+
PIPELINE = "Pipeline"
|
|
1096
|
+
SPARK = "Spark"
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
class LearningRateScheduler(str, Enum):
|
|
1100
|
+
"""
|
|
1101
|
+
Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.
|
|
1102
|
+
"""
|
|
1103
|
+
NONE = "None"
|
|
1104
|
+
"""
|
|
1105
|
+
No learning rate scheduler selected.
|
|
1106
|
+
"""
|
|
1107
|
+
WARMUP_COSINE = "WarmupCosine"
|
|
1108
|
+
"""
|
|
1109
|
+
Cosine Annealing With Warmup.
|
|
1110
|
+
"""
|
|
1111
|
+
STEP = "Step"
|
|
1112
|
+
"""
|
|
1113
|
+
Step learning rate scheduler.
|
|
1114
|
+
"""
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
class LoadBalancerType(str, Enum):
|
|
1118
|
+
"""
|
|
1119
|
+
Load Balancer Type
|
|
1120
|
+
"""
|
|
1121
|
+
PUBLIC_IP = "PublicIp"
|
|
1122
|
+
INTERNAL_LOAD_BALANCER = "InternalLoadBalancer"
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
class LogVerbosity(str, Enum):
|
|
1126
|
+
"""
|
|
1127
|
+
Log verbosity for the job.
|
|
1128
|
+
"""
|
|
1129
|
+
NOT_SET = "NotSet"
|
|
1130
|
+
"""
|
|
1131
|
+
No logs emitted.
|
|
1132
|
+
"""
|
|
1133
|
+
DEBUG = "Debug"
|
|
1134
|
+
"""
|
|
1135
|
+
Debug and above log statements logged.
|
|
1136
|
+
"""
|
|
1137
|
+
INFO = "Info"
|
|
1138
|
+
"""
|
|
1139
|
+
Info and above log statements logged.
|
|
1140
|
+
"""
|
|
1141
|
+
WARNING = "Warning"
|
|
1142
|
+
"""
|
|
1143
|
+
Warning and above log statements logged.
|
|
1144
|
+
"""
|
|
1145
|
+
ERROR = "Error"
|
|
1146
|
+
"""
|
|
1147
|
+
Error and above log statements logged.
|
|
1148
|
+
"""
|
|
1149
|
+
CRITICAL = "Critical"
|
|
1150
|
+
"""
|
|
1151
|
+
Only critical statements logged.
|
|
1152
|
+
"""
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
class ManagedNetworkStatus(str, Enum):
|
|
1156
|
+
"""
|
|
1157
|
+
Status for the managed network of a machine learning workspace.
|
|
1158
|
+
"""
|
|
1159
|
+
INACTIVE = "Inactive"
|
|
1160
|
+
ACTIVE = "Active"
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
1164
|
+
"""
|
|
1165
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
1166
|
+
"""
|
|
1167
|
+
NONE = "None"
|
|
1168
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
1169
|
+
USER_ASSIGNED = "UserAssigned"
|
|
1170
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
class MaterializationStoreType(str, Enum):
|
|
1174
|
+
"""
|
|
1175
|
+
Specifies the stores to which materialization should happen
|
|
1176
|
+
"""
|
|
1177
|
+
NONE = "None"
|
|
1178
|
+
ONLINE = "Online"
|
|
1179
|
+
OFFLINE = "Offline"
|
|
1180
|
+
ONLINE_AND_OFFLINE = "OnlineAndOffline"
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
class ModelSize(str, Enum):
|
|
1184
|
+
"""
|
|
1185
|
+
Model size. Must be 'small', 'medium', 'large', or 'xlarge'.
|
|
1186
|
+
Note: training run may get into CUDA OOM if the model size is too big.
|
|
1187
|
+
Note: This settings is only supported for the 'yolov5' algorithm.
|
|
1188
|
+
"""
|
|
1189
|
+
NONE = "None"
|
|
1190
|
+
"""
|
|
1191
|
+
No value selected.
|
|
1192
|
+
"""
|
|
1193
|
+
SMALL = "Small"
|
|
1194
|
+
"""
|
|
1195
|
+
Small size.
|
|
1196
|
+
"""
|
|
1197
|
+
MEDIUM = "Medium"
|
|
1198
|
+
"""
|
|
1199
|
+
Medium size.
|
|
1200
|
+
"""
|
|
1201
|
+
LARGE = "Large"
|
|
1202
|
+
"""
|
|
1203
|
+
Large size.
|
|
1204
|
+
"""
|
|
1205
|
+
EXTRA_LARGE = "ExtraLarge"
|
|
1206
|
+
"""
|
|
1207
|
+
Extra large size.
|
|
1208
|
+
"""
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
class ModelTaskType(str, Enum):
|
|
1212
|
+
"""
|
|
1213
|
+
[Required] The machine learning task type of the monitored model.
|
|
1214
|
+
"""
|
|
1215
|
+
CLASSIFICATION = "Classification"
|
|
1216
|
+
REGRESSION = "Regression"
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
class MonitorComputeIdentityType(str, Enum):
|
|
1220
|
+
"""
|
|
1221
|
+
[Required] Specifies the type of identity to use within the monitoring jobs.
|
|
1222
|
+
"""
|
|
1223
|
+
AML_TOKEN = "AmlToken"
|
|
1224
|
+
"""
|
|
1225
|
+
Authenticates through user's AML token.
|
|
1226
|
+
"""
|
|
1227
|
+
MANAGED_IDENTITY = "ManagedIdentity"
|
|
1228
|
+
"""
|
|
1229
|
+
Authenticates through a user-provided managed identity.
|
|
1230
|
+
"""
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
class MonitorComputeType(str, Enum):
|
|
1234
|
+
"""
|
|
1235
|
+
[Required] Specifies the type of signal to monitor.
|
|
1236
|
+
"""
|
|
1237
|
+
SERVERLESS_SPARK = "ServerlessSpark"
|
|
1238
|
+
"""
|
|
1239
|
+
Serverless Spark compute.
|
|
1240
|
+
"""
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
class MonitoringFeatureDataType(str, Enum):
|
|
1244
|
+
"""
|
|
1245
|
+
[Required] Specifies the data type of the metric threshold.
|
|
1246
|
+
"""
|
|
1247
|
+
NUMERICAL = "Numerical"
|
|
1248
|
+
"""
|
|
1249
|
+
Used for features of numerical data type.
|
|
1250
|
+
"""
|
|
1251
|
+
CATEGORICAL = "Categorical"
|
|
1252
|
+
"""
|
|
1253
|
+
Used for features of categorical data type.
|
|
1254
|
+
"""
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
class MonitoringFeatureFilterType(str, Enum):
|
|
1258
|
+
"""
|
|
1259
|
+
[Required] Specifies the feature filter to leverage when selecting features to calculate metrics over.
|
|
1260
|
+
"""
|
|
1261
|
+
ALL_FEATURES = "AllFeatures"
|
|
1262
|
+
"""
|
|
1263
|
+
Includes all features.
|
|
1264
|
+
"""
|
|
1265
|
+
TOP_N_BY_ATTRIBUTION = "TopNByAttribution"
|
|
1266
|
+
"""
|
|
1267
|
+
Only includes the top contributing features, measured by feature attribution.
|
|
1268
|
+
"""
|
|
1269
|
+
FEATURE_SUBSET = "FeatureSubset"
|
|
1270
|
+
"""
|
|
1271
|
+
Includes a user-defined subset of features.
|
|
1272
|
+
"""
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
class MonitoringInputDataType(str, Enum):
|
|
1276
|
+
"""
|
|
1277
|
+
[Required] Specifies the type of signal to monitor.
|
|
1278
|
+
"""
|
|
1279
|
+
STATIC = "Static"
|
|
1280
|
+
"""
|
|
1281
|
+
An input data with a fixed window size.
|
|
1282
|
+
"""
|
|
1283
|
+
ROLLING = "Rolling"
|
|
1284
|
+
"""
|
|
1285
|
+
An input data which rolls relatively to the monitor's current run time.
|
|
1286
|
+
"""
|
|
1287
|
+
FIXED = "Fixed"
|
|
1288
|
+
"""
|
|
1289
|
+
An input data with tabular format which doesn't require preprocessing.
|
|
1290
|
+
"""
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
class MonitoringNotificationType(str, Enum):
|
|
1294
|
+
AML_NOTIFICATION = "AmlNotification"
|
|
1295
|
+
"""
|
|
1296
|
+
Enables email notifications through AML notifications.
|
|
1297
|
+
"""
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
class MonitoringSignalType(str, Enum):
|
|
1301
|
+
"""
|
|
1302
|
+
[Required] Specifies the type of signal to monitor.
|
|
1303
|
+
"""
|
|
1304
|
+
DATA_DRIFT = "DataDrift"
|
|
1305
|
+
"""
|
|
1306
|
+
Tracks model input data distribution change, comparing against training data or past production data.
|
|
1307
|
+
"""
|
|
1308
|
+
PREDICTION_DRIFT = "PredictionDrift"
|
|
1309
|
+
"""
|
|
1310
|
+
Tracks prediction result data distribution change, comparing against validation/test label data or past production data.
|
|
1311
|
+
"""
|
|
1312
|
+
DATA_QUALITY = "DataQuality"
|
|
1313
|
+
"""
|
|
1314
|
+
Tracks model input data integrity.
|
|
1315
|
+
"""
|
|
1316
|
+
FEATURE_ATTRIBUTION_DRIFT = "FeatureAttributionDrift"
|
|
1317
|
+
"""
|
|
1318
|
+
Tracks feature importance change in production, comparing against feature importance at training time.
|
|
1319
|
+
"""
|
|
1320
|
+
CUSTOM = "Custom"
|
|
1321
|
+
"""
|
|
1322
|
+
Tracks a custom signal provided by users.
|
|
1323
|
+
"""
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
class NCrossValidationsMode(str, Enum):
|
|
1327
|
+
"""
|
|
1328
|
+
[Required] Mode for determining N-Cross validations.
|
|
1329
|
+
"""
|
|
1330
|
+
AUTO = "Auto"
|
|
1331
|
+
"""
|
|
1332
|
+
Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task.
|
|
1333
|
+
"""
|
|
1334
|
+
CUSTOM = "Custom"
|
|
1335
|
+
"""
|
|
1336
|
+
Use custom N-Cross validations value.
|
|
1337
|
+
"""
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
class NodesValueType(str, Enum):
|
|
1341
|
+
"""
|
|
1342
|
+
[Required] Type of the Nodes value
|
|
1343
|
+
"""
|
|
1344
|
+
ALL = "All"
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
class NumericalDataDriftMetric(str, Enum):
|
|
1348
|
+
"""
|
|
1349
|
+
[Required] The numerical data drift metric to calculate.
|
|
1350
|
+
"""
|
|
1351
|
+
JENSEN_SHANNON_DISTANCE = "JensenShannonDistance"
|
|
1352
|
+
"""
|
|
1353
|
+
The Jensen Shannon Distance (JSD) metric.
|
|
1354
|
+
"""
|
|
1355
|
+
POPULATION_STABILITY_INDEX = "PopulationStabilityIndex"
|
|
1356
|
+
"""
|
|
1357
|
+
The Population Stability Index (PSI) metric.
|
|
1358
|
+
"""
|
|
1359
|
+
NORMALIZED_WASSERSTEIN_DISTANCE = "NormalizedWassersteinDistance"
|
|
1360
|
+
"""
|
|
1361
|
+
The Normalized Wasserstein Distance metric.
|
|
1362
|
+
"""
|
|
1363
|
+
TWO_SAMPLE_KOLMOGOROV_SMIRNOV_TEST = "TwoSampleKolmogorovSmirnovTest"
|
|
1364
|
+
"""
|
|
1365
|
+
The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric.
|
|
1366
|
+
"""
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
class NumericalDataQualityMetric(str, Enum):
|
|
1370
|
+
"""
|
|
1371
|
+
[Required] The numerical data quality metric to calculate.
|
|
1372
|
+
"""
|
|
1373
|
+
NULL_VALUE_RATE = "NullValueRate"
|
|
1374
|
+
"""
|
|
1375
|
+
Calculates the rate of null values.
|
|
1376
|
+
"""
|
|
1377
|
+
DATA_TYPE_ERROR_RATE = "DataTypeErrorRate"
|
|
1378
|
+
"""
|
|
1379
|
+
Calculates the rate of data type errors.
|
|
1380
|
+
"""
|
|
1381
|
+
OUT_OF_BOUNDS_RATE = "OutOfBoundsRate"
|
|
1382
|
+
"""
|
|
1383
|
+
Calculates the rate values are out of bounds.
|
|
1384
|
+
"""
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
class NumericalPredictionDriftMetric(str, Enum):
|
|
1388
|
+
"""
|
|
1389
|
+
[Required] The numerical prediction drift metric to calculate.
|
|
1390
|
+
"""
|
|
1391
|
+
JENSEN_SHANNON_DISTANCE = "JensenShannonDistance"
|
|
1392
|
+
"""
|
|
1393
|
+
The Jensen Shannon Distance (JSD) metric.
|
|
1394
|
+
"""
|
|
1395
|
+
POPULATION_STABILITY_INDEX = "PopulationStabilityIndex"
|
|
1396
|
+
"""
|
|
1397
|
+
The Population Stability Index (PSI) metric.
|
|
1398
|
+
"""
|
|
1399
|
+
NORMALIZED_WASSERSTEIN_DISTANCE = "NormalizedWassersteinDistance"
|
|
1400
|
+
"""
|
|
1401
|
+
The Normalized Wasserstein Distance metric.
|
|
1402
|
+
"""
|
|
1403
|
+
TWO_SAMPLE_KOLMOGOROV_SMIRNOV_TEST = "TwoSampleKolmogorovSmirnovTest"
|
|
1404
|
+
"""
|
|
1405
|
+
The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric.
|
|
1406
|
+
"""
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
class ObjectDetectionPrimaryMetrics(str, Enum):
|
|
1410
|
+
"""
|
|
1411
|
+
Primary metric to optimize for this task.
|
|
1412
|
+
"""
|
|
1413
|
+
MEAN_AVERAGE_PRECISION = "MeanAveragePrecision"
|
|
1414
|
+
"""
|
|
1415
|
+
Mean Average Precision (MAP) is the average of AP (Average Precision).
|
|
1416
|
+
AP is calculated for each class and averaged to get the MAP.
|
|
1417
|
+
"""
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
class OneLakeArtifactType(str, Enum):
|
|
1421
|
+
"""
|
|
1422
|
+
[Required] OneLake artifact type
|
|
1423
|
+
"""
|
|
1424
|
+
LAKE_HOUSE = "LakeHouse"
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
class OperatingSystemType(str, Enum):
|
|
1428
|
+
"""
|
|
1429
|
+
The OS type of the environment.
|
|
1430
|
+
"""
|
|
1431
|
+
LINUX = "Linux"
|
|
1432
|
+
WINDOWS = "Windows"
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
class OsType(str, Enum):
|
|
1436
|
+
"""
|
|
1437
|
+
Compute OS Type
|
|
1438
|
+
"""
|
|
1439
|
+
LINUX = "Linux"
|
|
1440
|
+
WINDOWS = "Windows"
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
class OutputDeliveryMode(str, Enum):
|
|
1444
|
+
"""
|
|
1445
|
+
Output Asset Delivery Mode.
|
|
1446
|
+
"""
|
|
1447
|
+
READ_WRITE_MOUNT = "ReadWriteMount"
|
|
1448
|
+
UPLOAD = "Upload"
|
|
1449
|
+
DIRECT = "Direct"
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
class PrivateEndpointServiceConnectionStatus(str, Enum):
|
|
1453
|
+
"""
|
|
1454
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
1455
|
+
"""
|
|
1456
|
+
PENDING = "Pending"
|
|
1457
|
+
APPROVED = "Approved"
|
|
1458
|
+
REJECTED = "Rejected"
|
|
1459
|
+
DISCONNECTED = "Disconnected"
|
|
1460
|
+
TIMEOUT = "Timeout"
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
class Protocol(str, Enum):
|
|
1464
|
+
"""
|
|
1465
|
+
Protocol over which communication will happen over this endpoint
|
|
1466
|
+
"""
|
|
1467
|
+
TCP = "tcp"
|
|
1468
|
+
UDP = "udp"
|
|
1469
|
+
HTTP = "http"
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
class PublicNetworkAccess(str, Enum):
|
|
1473
|
+
"""
|
|
1474
|
+
Whether requests from Public Network are allowed.
|
|
1475
|
+
"""
|
|
1476
|
+
ENABLED = "Enabled"
|
|
1477
|
+
DISABLED = "Disabled"
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
class PublicNetworkAccessType(str, Enum):
|
|
1481
|
+
"""
|
|
1482
|
+
Set to "Enabled" for endpoints that should allow public access when Private Link is enabled.
|
|
1483
|
+
"""
|
|
1484
|
+
ENABLED = "Enabled"
|
|
1485
|
+
DISABLED = "Disabled"
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
class RandomSamplingAlgorithmRule(str, Enum):
|
|
1489
|
+
"""
|
|
1490
|
+
The specific type of random algorithm
|
|
1491
|
+
"""
|
|
1492
|
+
RANDOM = "Random"
|
|
1493
|
+
SOBOL = "Sobol"
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
class RecurrenceFrequency(str, Enum):
|
|
1497
|
+
"""
|
|
1498
|
+
[Required] The frequency to trigger schedule.
|
|
1499
|
+
"""
|
|
1500
|
+
MINUTE = "Minute"
|
|
1501
|
+
"""
|
|
1502
|
+
Minute frequency
|
|
1503
|
+
"""
|
|
1504
|
+
HOUR = "Hour"
|
|
1505
|
+
"""
|
|
1506
|
+
Hour frequency
|
|
1507
|
+
"""
|
|
1508
|
+
DAY = "Day"
|
|
1509
|
+
"""
|
|
1510
|
+
Day frequency
|
|
1511
|
+
"""
|
|
1512
|
+
WEEK = "Week"
|
|
1513
|
+
"""
|
|
1514
|
+
Week frequency
|
|
1515
|
+
"""
|
|
1516
|
+
MONTH = "Month"
|
|
1517
|
+
"""
|
|
1518
|
+
Month frequency
|
|
1519
|
+
"""
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
class ReferenceType(str, Enum):
|
|
1523
|
+
"""
|
|
1524
|
+
[Required] Specifies the type of asset reference.
|
|
1525
|
+
"""
|
|
1526
|
+
ID = "Id"
|
|
1527
|
+
DATA_PATH = "DataPath"
|
|
1528
|
+
OUTPUT_PATH = "OutputPath"
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
class RegressionModels(str, Enum):
|
|
1532
|
+
"""
|
|
1533
|
+
Enum for all Regression models supported by AutoML.
|
|
1534
|
+
"""
|
|
1535
|
+
ELASTIC_NET = "ElasticNet"
|
|
1536
|
+
"""
|
|
1537
|
+
Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
|
|
1538
|
+
"""
|
|
1539
|
+
GRADIENT_BOOSTING = "GradientBoosting"
|
|
1540
|
+
"""
|
|
1541
|
+
The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
|
|
1542
|
+
"""
|
|
1543
|
+
DECISION_TREE = "DecisionTree"
|
|
1544
|
+
"""
|
|
1545
|
+
Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
|
|
1546
|
+
The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
|
|
1547
|
+
"""
|
|
1548
|
+
KNN = "KNN"
|
|
1549
|
+
"""
|
|
1550
|
+
K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints
|
|
1551
|
+
which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
|
|
1552
|
+
"""
|
|
1553
|
+
LASSO_LARS = "LassoLars"
|
|
1554
|
+
"""
|
|
1555
|
+
Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer.
|
|
1556
|
+
"""
|
|
1557
|
+
SGD = "SGD"
|
|
1558
|
+
"""
|
|
1559
|
+
SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications
|
|
1560
|
+
to find the model parameters that correspond to the best fit between predicted and actual outputs.
|
|
1561
|
+
It's an inexact but powerful technique.
|
|
1562
|
+
"""
|
|
1563
|
+
RANDOM_FOREST = "RandomForest"
|
|
1564
|
+
"""
|
|
1565
|
+
Random forest is a supervised learning algorithm.
|
|
1566
|
+
The "forest" it builds, is an ensemble of decision trees, usually trained with the "bagging" method.
|
|
1567
|
+
The general idea of the bagging method is that a combination of learning models increases the overall result.
|
|
1568
|
+
"""
|
|
1569
|
+
EXTREME_RANDOM_TREES = "ExtremeRandomTrees"
|
|
1570
|
+
"""
|
|
1571
|
+
Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
|
|
1572
|
+
"""
|
|
1573
|
+
LIGHT_GBM = "LightGBM"
|
|
1574
|
+
"""
|
|
1575
|
+
LightGBM is a gradient boosting framework that uses tree based learning algorithms.
|
|
1576
|
+
"""
|
|
1577
|
+
XG_BOOST_REGRESSOR = "XGBoostRegressor"
|
|
1578
|
+
"""
|
|
1579
|
+
XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.
|
|
1580
|
+
"""
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
class RegressionPrimaryMetrics(str, Enum):
|
|
1584
|
+
"""
|
|
1585
|
+
Primary metric for regression task.
|
|
1586
|
+
"""
|
|
1587
|
+
SPEARMAN_CORRELATION = "SpearmanCorrelation"
|
|
1588
|
+
"""
|
|
1589
|
+
The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation.
|
|
1590
|
+
"""
|
|
1591
|
+
NORMALIZED_ROOT_MEAN_SQUARED_ERROR = "NormalizedRootMeanSquaredError"
|
|
1592
|
+
"""
|
|
1593
|
+
The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
|
|
1594
|
+
"""
|
|
1595
|
+
R2_SCORE = "R2Score"
|
|
1596
|
+
"""
|
|
1597
|
+
The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
|
|
1598
|
+
"""
|
|
1599
|
+
NORMALIZED_MEAN_ABSOLUTE_ERROR = "NormalizedMeanAbsoluteError"
|
|
1600
|
+
"""
|
|
1601
|
+
The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.
|
|
1602
|
+
"""
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
class RemoteLoginPortPublicAccess(str, Enum):
|
|
1606
|
+
"""
|
|
1607
|
+
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
|
|
1608
|
+
"""
|
|
1609
|
+
ENABLED = "Enabled"
|
|
1610
|
+
DISABLED = "Disabled"
|
|
1611
|
+
NOT_SPECIFIED = "NotSpecified"
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
class RollingRateType(str, Enum):
|
|
1615
|
+
"""
|
|
1616
|
+
When model data is collected to blob storage, we need to roll the data to different path to avoid logging all of them in a single blob file.
|
|
1617
|
+
If the rolling rate is hour, all data will be collected in the blob path /yyyy/MM/dd/HH/.
|
|
1618
|
+
If it's day, all data will be collected in blob path /yyyy/MM/dd/.
|
|
1619
|
+
The other benefit of rolling path is that model monitoring ui is able to select a time range of data very quickly.
|
|
1620
|
+
"""
|
|
1621
|
+
YEAR = "Year"
|
|
1622
|
+
MONTH = "Month"
|
|
1623
|
+
DAY = "Day"
|
|
1624
|
+
HOUR = "Hour"
|
|
1625
|
+
MINUTE = "Minute"
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
class RuleAction(str, Enum):
|
|
1629
|
+
"""
|
|
1630
|
+
The action enum for networking rule.
|
|
1631
|
+
"""
|
|
1632
|
+
ALLOW = "Allow"
|
|
1633
|
+
DENY = "Deny"
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
class RuleCategory(str, Enum):
|
|
1637
|
+
"""
|
|
1638
|
+
Category of a managed network Outbound Rule of a machine learning workspace.
|
|
1639
|
+
"""
|
|
1640
|
+
REQUIRED = "Required"
|
|
1641
|
+
RECOMMENDED = "Recommended"
|
|
1642
|
+
USER_DEFINED = "UserDefined"
|
|
1643
|
+
DEPENDENCY = "Dependency"
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
class RuleStatus(str, Enum):
|
|
1647
|
+
"""
|
|
1648
|
+
Type of a managed network Outbound Rule of a machine learning workspace.
|
|
1649
|
+
"""
|
|
1650
|
+
INACTIVE = "Inactive"
|
|
1651
|
+
ACTIVE = "Active"
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
class RuleType(str, Enum):
|
|
1655
|
+
"""
|
|
1656
|
+
Type of a managed network Outbound Rule of a machine learning workspace.
|
|
1657
|
+
"""
|
|
1658
|
+
FQDN = "FQDN"
|
|
1659
|
+
PRIVATE_ENDPOINT = "PrivateEndpoint"
|
|
1660
|
+
SERVICE_TAG = "ServiceTag"
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
class SamplingAlgorithmType(str, Enum):
|
|
1664
|
+
"""
|
|
1665
|
+
[Required] The algorithm used for generating hyperparameter values, along with configuration properties
|
|
1666
|
+
"""
|
|
1667
|
+
GRID = "Grid"
|
|
1668
|
+
RANDOM = "Random"
|
|
1669
|
+
BAYESIAN = "Bayesian"
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
class ScaleType(str, Enum):
|
|
1673
|
+
"""
|
|
1674
|
+
[Required] Type of deployment scaling algorithm
|
|
1675
|
+
"""
|
|
1676
|
+
DEFAULT = "Default"
|
|
1677
|
+
TARGET_UTILIZATION = "TargetUtilization"
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
class ScheduleActionType(str, Enum):
|
|
1681
|
+
"""
|
|
1682
|
+
[Required] Specifies the action type of the schedule
|
|
1683
|
+
"""
|
|
1684
|
+
CREATE_JOB = "CreateJob"
|
|
1685
|
+
INVOKE_BATCH_ENDPOINT = "InvokeBatchEndpoint"
|
|
1686
|
+
CREATE_MONITOR = "CreateMonitor"
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
class ScheduleProvisioningState(str, Enum):
|
|
1690
|
+
"""
|
|
1691
|
+
The current deployment state of schedule.
|
|
1692
|
+
"""
|
|
1693
|
+
COMPLETED = "Completed"
|
|
1694
|
+
PROVISIONING = "Provisioning"
|
|
1695
|
+
FAILED = "Failed"
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
class ScheduleStatus(str, Enum):
|
|
1699
|
+
"""
|
|
1700
|
+
Is the schedule enabled or disabled?
|
|
1701
|
+
"""
|
|
1702
|
+
ENABLED = "Enabled"
|
|
1703
|
+
DISABLED = "Disabled"
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
class SeasonalityMode(str, Enum):
|
|
1707
|
+
"""
|
|
1708
|
+
[Required] Seasonality mode.
|
|
1709
|
+
"""
|
|
1710
|
+
AUTO = "Auto"
|
|
1711
|
+
"""
|
|
1712
|
+
Seasonality to be determined automatically.
|
|
1713
|
+
"""
|
|
1714
|
+
CUSTOM = "Custom"
|
|
1715
|
+
"""
|
|
1716
|
+
Use the custom seasonality value.
|
|
1717
|
+
"""
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
class SecretsType(str, Enum):
|
|
1721
|
+
"""
|
|
1722
|
+
[Required] Credential type used to authentication with storage.
|
|
1723
|
+
"""
|
|
1724
|
+
ACCOUNT_KEY = "AccountKey"
|
|
1725
|
+
CERTIFICATE = "Certificate"
|
|
1726
|
+
SAS = "Sas"
|
|
1727
|
+
SERVICE_PRINCIPAL = "ServicePrincipal"
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
class ServerlessInferenceEndpointAuthMode(str, Enum):
|
|
1731
|
+
"""
|
|
1732
|
+
[Required] Specifies the authentication mode for the Serverless endpoint.
|
|
1733
|
+
"""
|
|
1734
|
+
KEY = "Key"
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
class ServiceDataAccessAuthIdentity(str, Enum):
|
|
1738
|
+
"""
|
|
1739
|
+
Indicates which identity to use to authenticate service data access to customer's storage.
|
|
1740
|
+
"""
|
|
1741
|
+
NONE = "None"
|
|
1742
|
+
"""
|
|
1743
|
+
Do not use any identity for service data access.
|
|
1744
|
+
"""
|
|
1745
|
+
WORKSPACE_SYSTEM_ASSIGNED_IDENTITY = "WorkspaceSystemAssignedIdentity"
|
|
1746
|
+
"""
|
|
1747
|
+
Use the system assigned managed identity of the Workspace to authenticate service data access.
|
|
1748
|
+
"""
|
|
1749
|
+
WORKSPACE_USER_ASSIGNED_IDENTITY = "WorkspaceUserAssignedIdentity"
|
|
1750
|
+
"""
|
|
1751
|
+
Use the user assigned managed identity of the Workspace to authenticate service data access.
|
|
1752
|
+
"""
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
class ShortSeriesHandlingConfiguration(str, Enum):
|
|
1756
|
+
"""
|
|
1757
|
+
The parameter defining how if AutoML should handle short time series.
|
|
1758
|
+
"""
|
|
1759
|
+
NONE = "None"
|
|
1760
|
+
"""
|
|
1761
|
+
Represents no/null value.
|
|
1762
|
+
"""
|
|
1763
|
+
AUTO = "Auto"
|
|
1764
|
+
"""
|
|
1765
|
+
Short series will be padded if there are no long series, otherwise short series will be dropped.
|
|
1766
|
+
"""
|
|
1767
|
+
PAD = "Pad"
|
|
1768
|
+
"""
|
|
1769
|
+
All the short series will be padded.
|
|
1770
|
+
"""
|
|
1771
|
+
DROP = "Drop"
|
|
1772
|
+
"""
|
|
1773
|
+
All the short series will be dropped.
|
|
1774
|
+
"""
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
class SkuTier(str, Enum):
|
|
1778
|
+
"""
|
|
1779
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
1780
|
+
"""
|
|
1781
|
+
FREE = "Free"
|
|
1782
|
+
BASIC = "Basic"
|
|
1783
|
+
STANDARD = "Standard"
|
|
1784
|
+
PREMIUM = "Premium"
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
class SparkJobEntryType(str, Enum):
|
|
1788
|
+
"""
|
|
1789
|
+
[Required] Type of the job's entry point.
|
|
1790
|
+
"""
|
|
1791
|
+
SPARK_JOB_PYTHON_ENTRY = "SparkJobPythonEntry"
|
|
1792
|
+
SPARK_JOB_SCALA_ENTRY = "SparkJobScalaEntry"
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
class SshPublicAccess(str, Enum):
|
|
1796
|
+
"""
|
|
1797
|
+
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
|
|
1798
|
+
"""
|
|
1799
|
+
ENABLED = "Enabled"
|
|
1800
|
+
DISABLED = "Disabled"
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
class SslConfigStatus(str, Enum):
|
|
1804
|
+
"""
|
|
1805
|
+
Enable or disable ssl for scoring
|
|
1806
|
+
"""
|
|
1807
|
+
DISABLED = "Disabled"
|
|
1808
|
+
ENABLED = "Enabled"
|
|
1809
|
+
AUTO = "Auto"
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
class StackMetaLearnerType(str, Enum):
|
|
1813
|
+
"""
|
|
1814
|
+
The meta-learner is a model trained on the output of the individual heterogeneous models.
|
|
1815
|
+
"""
|
|
1816
|
+
NONE = "None"
|
|
1817
|
+
LOGISTIC_REGRESSION = "LogisticRegression"
|
|
1818
|
+
"""
|
|
1819
|
+
Default meta-learners are LogisticRegression for classification tasks.
|
|
1820
|
+
"""
|
|
1821
|
+
LOGISTIC_REGRESSION_CV = "LogisticRegressionCV"
|
|
1822
|
+
"""
|
|
1823
|
+
Default meta-learners are LogisticRegression for classification task when CV is on.
|
|
1824
|
+
"""
|
|
1825
|
+
LIGHT_GBM_CLASSIFIER = "LightGBMClassifier"
|
|
1826
|
+
ELASTIC_NET = "ElasticNet"
|
|
1827
|
+
"""
|
|
1828
|
+
Default meta-learners are LogisticRegression for regression task.
|
|
1829
|
+
"""
|
|
1830
|
+
ELASTIC_NET_CV = "ElasticNetCV"
|
|
1831
|
+
"""
|
|
1832
|
+
Default meta-learners are LogisticRegression for regression task when CV is on.
|
|
1833
|
+
"""
|
|
1834
|
+
LIGHT_GBM_REGRESSOR = "LightGBMRegressor"
|
|
1835
|
+
LINEAR_REGRESSION = "LinearRegression"
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
class StochasticOptimizer(str, Enum):
|
|
1839
|
+
"""
|
|
1840
|
+
Type of optimizer.
|
|
1841
|
+
"""
|
|
1842
|
+
NONE = "None"
|
|
1843
|
+
"""
|
|
1844
|
+
No optimizer selected.
|
|
1845
|
+
"""
|
|
1846
|
+
SGD = "Sgd"
|
|
1847
|
+
"""
|
|
1848
|
+
Stochastic Gradient Descent optimizer.
|
|
1849
|
+
"""
|
|
1850
|
+
ADAM = "Adam"
|
|
1851
|
+
"""
|
|
1852
|
+
Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments
|
|
1853
|
+
"""
|
|
1854
|
+
ADAMW = "Adamw"
|
|
1855
|
+
"""
|
|
1856
|
+
AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay.
|
|
1857
|
+
"""
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
class TargetAggregationFunction(str, Enum):
|
|
1861
|
+
"""
|
|
1862
|
+
The function to be used to aggregate the time series target column to conform to a user specified frequency.
|
|
1863
|
+
If the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: "sum", "max", "min" and "mean".
|
|
1864
|
+
"""
|
|
1865
|
+
NONE = "None"
|
|
1866
|
+
"""
|
|
1867
|
+
Represent no value set.
|
|
1868
|
+
"""
|
|
1869
|
+
SUM = "Sum"
|
|
1870
|
+
MAX = "Max"
|
|
1871
|
+
MIN = "Min"
|
|
1872
|
+
MEAN = "Mean"
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
class TargetLagsMode(str, Enum):
|
|
1876
|
+
"""
|
|
1877
|
+
[Required] Set target lags mode - Auto/Custom
|
|
1878
|
+
"""
|
|
1879
|
+
AUTO = "Auto"
|
|
1880
|
+
"""
|
|
1881
|
+
Target lags to be determined automatically.
|
|
1882
|
+
"""
|
|
1883
|
+
CUSTOM = "Custom"
|
|
1884
|
+
"""
|
|
1885
|
+
Use the custom target lags.
|
|
1886
|
+
"""
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
class TargetRollingWindowSizeMode(str, Enum):
|
|
1890
|
+
"""
|
|
1891
|
+
[Required] TargetRollingWindowSiz detection mode.
|
|
1892
|
+
"""
|
|
1893
|
+
AUTO = "Auto"
|
|
1894
|
+
"""
|
|
1895
|
+
Determine rolling windows size automatically.
|
|
1896
|
+
"""
|
|
1897
|
+
CUSTOM = "Custom"
|
|
1898
|
+
"""
|
|
1899
|
+
Use the specified rolling window size.
|
|
1900
|
+
"""
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
class TaskType(str, Enum):
|
|
1904
|
+
"""
|
|
1905
|
+
[Required] Task type for AutoMLJob.
|
|
1906
|
+
"""
|
|
1907
|
+
CLASSIFICATION = "Classification"
|
|
1908
|
+
"""
|
|
1909
|
+
Classification in machine learning and statistics is a supervised learning approach in which
|
|
1910
|
+
the computer program learns from the data given to it and make new observations or classifications.
|
|
1911
|
+
"""
|
|
1912
|
+
REGRESSION = "Regression"
|
|
1913
|
+
"""
|
|
1914
|
+
Regression means to predict the value using the input data. Regression models are used to predict a continuous value.
|
|
1915
|
+
"""
|
|
1916
|
+
FORECASTING = "Forecasting"
|
|
1917
|
+
"""
|
|
1918
|
+
Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model
|
|
1919
|
+
that can be used to predict the near future values based on the inputs.
|
|
1920
|
+
"""
|
|
1921
|
+
IMAGE_CLASSIFICATION = "ImageClassification"
|
|
1922
|
+
"""
|
|
1923
|
+
Image Classification. Multi-class image classification is used when an image is classified with only a single label
|
|
1924
|
+
from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'.
|
|
1925
|
+
"""
|
|
1926
|
+
IMAGE_CLASSIFICATION_MULTILABEL = "ImageClassificationMultilabel"
|
|
1927
|
+
"""
|
|
1928
|
+
Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels
|
|
1929
|
+
from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'.
|
|
1930
|
+
"""
|
|
1931
|
+
IMAGE_OBJECT_DETECTION = "ImageObjectDetection"
|
|
1932
|
+
"""
|
|
1933
|
+
Image Object Detection. Object detection is used to identify objects in an image and locate each object with a
|
|
1934
|
+
bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.
|
|
1935
|
+
"""
|
|
1936
|
+
IMAGE_INSTANCE_SEGMENTATION = "ImageInstanceSegmentation"
|
|
1937
|
+
"""
|
|
1938
|
+
Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,
|
|
1939
|
+
drawing a polygon around each object in the image.
|
|
1940
|
+
"""
|
|
1941
|
+
TEXT_CLASSIFICATION = "TextClassification"
|
|
1942
|
+
"""
|
|
1943
|
+
Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories.
|
|
1944
|
+
Categories are mutually exclusive.
|
|
1945
|
+
"""
|
|
1946
|
+
TEXT_CLASSIFICATION_MULTILABEL = "TextClassificationMultilabel"
|
|
1947
|
+
"""
|
|
1948
|
+
Multilabel classification task assigns each sample to a group (zero or more) of target labels.
|
|
1949
|
+
"""
|
|
1950
|
+
TEXT_NER = "TextNER"
|
|
1951
|
+
"""
|
|
1952
|
+
Text Named Entity Recognition a.k.a. TextNER.
|
|
1953
|
+
Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more.
|
|
1954
|
+
"""
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
class TriggerType(str, Enum):
|
|
1958
|
+
"""
|
|
1959
|
+
[Required]
|
|
1960
|
+
"""
|
|
1961
|
+
RECURRENCE = "Recurrence"
|
|
1962
|
+
CRON = "Cron"
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
class UseStl(str, Enum):
|
|
1966
|
+
"""
|
|
1967
|
+
Configure STL Decomposition of the time-series target column.
|
|
1968
|
+
"""
|
|
1969
|
+
NONE = "None"
|
|
1970
|
+
"""
|
|
1971
|
+
No stl decomposition.
|
|
1972
|
+
"""
|
|
1973
|
+
SEASON = "Season"
|
|
1974
|
+
SEASON_TREND = "SeasonTrend"
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
class ValidationMetricType(str, Enum):
|
|
1978
|
+
"""
|
|
1979
|
+
Metric computation method to use for validation metrics.
|
|
1980
|
+
"""
|
|
1981
|
+
NONE = "None"
|
|
1982
|
+
"""
|
|
1983
|
+
No metric.
|
|
1984
|
+
"""
|
|
1985
|
+
COCO = "Coco"
|
|
1986
|
+
"""
|
|
1987
|
+
Coco metric.
|
|
1988
|
+
"""
|
|
1989
|
+
VOC = "Voc"
|
|
1990
|
+
"""
|
|
1991
|
+
Voc metric.
|
|
1992
|
+
"""
|
|
1993
|
+
COCO_VOC = "CocoVoc"
|
|
1994
|
+
"""
|
|
1995
|
+
CocoVoc metric.
|
|
1996
|
+
"""
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
class ValueFormat(str, Enum):
|
|
2000
|
+
"""
|
|
2001
|
+
format for the workspace connection value
|
|
2002
|
+
"""
|
|
2003
|
+
JSON = "JSON"
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
class VmPriority(str, Enum):
|
|
2007
|
+
"""
|
|
2008
|
+
Virtual Machine priority
|
|
2009
|
+
"""
|
|
2010
|
+
DEDICATED = "Dedicated"
|
|
2011
|
+
LOW_PRIORITY = "LowPriority"
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
class VolumeDefinitionType(str, Enum):
|
|
2015
|
+
"""
|
|
2016
|
+
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
|
|
2017
|
+
"""
|
|
2018
|
+
BIND = "bind"
|
|
2019
|
+
VOLUME = "volume"
|
|
2020
|
+
TMPFS = "tmpfs"
|
|
2021
|
+
NPIPE = "npipe"
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
class WebhookType(str, Enum):
|
|
2025
|
+
"""
|
|
2026
|
+
[Required] Specifies the type of service to send a callback
|
|
2027
|
+
"""
|
|
2028
|
+
AZURE_DEV_OPS = "AzureDevOps"
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
class WeekDay(str, Enum):
|
|
2032
|
+
"""
|
|
2033
|
+
Enum of weekday
|
|
2034
|
+
"""
|
|
2035
|
+
MONDAY = "Monday"
|
|
2036
|
+
"""
|
|
2037
|
+
Monday weekday
|
|
2038
|
+
"""
|
|
2039
|
+
TUESDAY = "Tuesday"
|
|
2040
|
+
"""
|
|
2041
|
+
Tuesday weekday
|
|
2042
|
+
"""
|
|
2043
|
+
WEDNESDAY = "Wednesday"
|
|
2044
|
+
"""
|
|
2045
|
+
Wednesday weekday
|
|
2046
|
+
"""
|
|
2047
|
+
THURSDAY = "Thursday"
|
|
2048
|
+
"""
|
|
2049
|
+
Thursday weekday
|
|
2050
|
+
"""
|
|
2051
|
+
FRIDAY = "Friday"
|
|
2052
|
+
"""
|
|
2053
|
+
Friday weekday
|
|
2054
|
+
"""
|
|
2055
|
+
SATURDAY = "Saturday"
|
|
2056
|
+
"""
|
|
2057
|
+
Saturday weekday
|
|
2058
|
+
"""
|
|
2059
|
+
SUNDAY = "Sunday"
|
|
2060
|
+
"""
|
|
2061
|
+
Sunday weekday
|
|
2062
|
+
"""
|