pulumi-azure-native 2.70.0a1730967751__py3-none-any.whl → 2.71.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 +14 -0
- pulumi_azure_native/datafactory/_inputs.py +360 -0
- pulumi_azure_native/datafactory/outputs.py +240 -2
- pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
- pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
- pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
- pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
- pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
- pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +16 -12
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +12 -8
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20241001/__init__.py +24 -0
- pulumi_azure_native/recoveryservices/v20241001/_enums.py +470 -0
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +15874 -0
- pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
- pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
- pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
- pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +14414 -0
- pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
- pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
- pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
- pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
- pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/RECORD +125 -107
- {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/top_level.txt +0 -0
|
@@ -334,8 +334,6 @@ __all__ = [
|
|
|
334
334
|
'UriFolderJobOutputResponse',
|
|
335
335
|
'UserAccountCredentialsResponse',
|
|
336
336
|
'UserAssignedIdentityResponse',
|
|
337
|
-
'UserCreatedAcrAccountResponse',
|
|
338
|
-
'UserCreatedStorageAccountResponse',
|
|
339
337
|
'UserIdentityResponse',
|
|
340
338
|
'UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse',
|
|
341
339
|
'VirtualMachineImageResponse',
|
|
@@ -1256,8 +1254,6 @@ class AcrDetailsResponse(dict):
|
|
|
1256
1254
|
suggest = None
|
|
1257
1255
|
if key == "systemCreatedAcrAccount":
|
|
1258
1256
|
suggest = "system_created_acr_account"
|
|
1259
|
-
elif key == "userCreatedAcrAccount":
|
|
1260
|
-
suggest = "user_created_acr_account"
|
|
1261
1257
|
|
|
1262
1258
|
if suggest:
|
|
1263
1259
|
pulumi.log.warn(f"Key '{key}' not found in AcrDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1271,17 +1267,13 @@ class AcrDetailsResponse(dict):
|
|
|
1271
1267
|
return super().get(key, default)
|
|
1272
1268
|
|
|
1273
1269
|
def __init__(__self__, *,
|
|
1274
|
-
system_created_acr_account: Optional['outputs.SystemCreatedAcrAccountResponse'] = None
|
|
1275
|
-
user_created_acr_account: Optional['outputs.UserCreatedAcrAccountResponse'] = None):
|
|
1270
|
+
system_created_acr_account: Optional['outputs.SystemCreatedAcrAccountResponse'] = None):
|
|
1276
1271
|
"""
|
|
1277
1272
|
Details of ACR account to be used for the Registry
|
|
1278
1273
|
:param 'SystemCreatedAcrAccountResponse' system_created_acr_account: Details of system created ACR account to be used for the Registry
|
|
1279
|
-
:param 'UserCreatedAcrAccountResponse' user_created_acr_account: Details of user created ACR account to be used for the Registry
|
|
1280
1274
|
"""
|
|
1281
1275
|
if system_created_acr_account is not None:
|
|
1282
1276
|
pulumi.set(__self__, "system_created_acr_account", system_created_acr_account)
|
|
1283
|
-
if user_created_acr_account is not None:
|
|
1284
|
-
pulumi.set(__self__, "user_created_acr_account", user_created_acr_account)
|
|
1285
1277
|
|
|
1286
1278
|
@property
|
|
1287
1279
|
@pulumi.getter(name="systemCreatedAcrAccount")
|
|
@@ -1291,14 +1283,6 @@ class AcrDetailsResponse(dict):
|
|
|
1291
1283
|
"""
|
|
1292
1284
|
return pulumi.get(self, "system_created_acr_account")
|
|
1293
1285
|
|
|
1294
|
-
@property
|
|
1295
|
-
@pulumi.getter(name="userCreatedAcrAccount")
|
|
1296
|
-
def user_created_acr_account(self) -> Optional['outputs.UserCreatedAcrAccountResponse']:
|
|
1297
|
-
"""
|
|
1298
|
-
Details of user created ACR account to be used for the Registry
|
|
1299
|
-
"""
|
|
1300
|
-
return pulumi.get(self, "user_created_acr_account")
|
|
1301
|
-
|
|
1302
1286
|
|
|
1303
1287
|
@pulumi.output_type
|
|
1304
1288
|
class AksNetworkingConfigurationResponse(dict):
|
|
@@ -28436,8 +28420,6 @@ class StorageAccountDetailsResponse(dict):
|
|
|
28436
28420
|
suggest = None
|
|
28437
28421
|
if key == "systemCreatedStorageAccount":
|
|
28438
28422
|
suggest = "system_created_storage_account"
|
|
28439
|
-
elif key == "userCreatedStorageAccount":
|
|
28440
|
-
suggest = "user_created_storage_account"
|
|
28441
28423
|
|
|
28442
28424
|
if suggest:
|
|
28443
28425
|
pulumi.log.warn(f"Key '{key}' not found in StorageAccountDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -28451,17 +28433,13 @@ class StorageAccountDetailsResponse(dict):
|
|
|
28451
28433
|
return super().get(key, default)
|
|
28452
28434
|
|
|
28453
28435
|
def __init__(__self__, *,
|
|
28454
|
-
system_created_storage_account: Optional['outputs.SystemCreatedStorageAccountResponse'] = None
|
|
28455
|
-
user_created_storage_account: Optional['outputs.UserCreatedStorageAccountResponse'] = None):
|
|
28436
|
+
system_created_storage_account: Optional['outputs.SystemCreatedStorageAccountResponse'] = None):
|
|
28456
28437
|
"""
|
|
28457
28438
|
Details of storage account to be used for the Registry
|
|
28458
28439
|
:param 'SystemCreatedStorageAccountResponse' system_created_storage_account: Details of system created storage account to be used for the registry
|
|
28459
|
-
:param 'UserCreatedStorageAccountResponse' user_created_storage_account: Details of user created storage account to be used for the registry
|
|
28460
28440
|
"""
|
|
28461
28441
|
if system_created_storage_account is not None:
|
|
28462
28442
|
pulumi.set(__self__, "system_created_storage_account", system_created_storage_account)
|
|
28463
|
-
if user_created_storage_account is not None:
|
|
28464
|
-
pulumi.set(__self__, "user_created_storage_account", user_created_storage_account)
|
|
28465
28443
|
|
|
28466
28444
|
@property
|
|
28467
28445
|
@pulumi.getter(name="systemCreatedStorageAccount")
|
|
@@ -28471,14 +28449,6 @@ class StorageAccountDetailsResponse(dict):
|
|
|
28471
28449
|
"""
|
|
28472
28450
|
return pulumi.get(self, "system_created_storage_account")
|
|
28473
28451
|
|
|
28474
|
-
@property
|
|
28475
|
-
@pulumi.getter(name="userCreatedStorageAccount")
|
|
28476
|
-
def user_created_storage_account(self) -> Optional['outputs.UserCreatedStorageAccountResponse']:
|
|
28477
|
-
"""
|
|
28478
|
-
Details of user created storage account to be used for the registry
|
|
28479
|
-
"""
|
|
28480
|
-
return pulumi.get(self, "user_created_storage_account")
|
|
28481
|
-
|
|
28482
28452
|
|
|
28483
28453
|
@pulumi.output_type
|
|
28484
28454
|
class SweepJobLimitsResponse(dict):
|
|
@@ -31497,78 +31467,6 @@ class UserAssignedIdentityResponse(dict):
|
|
|
31497
31467
|
return pulumi.get(self, "principal_id")
|
|
31498
31468
|
|
|
31499
31469
|
|
|
31500
|
-
@pulumi.output_type
|
|
31501
|
-
class UserCreatedAcrAccountResponse(dict):
|
|
31502
|
-
@staticmethod
|
|
31503
|
-
def __key_warning(key: str):
|
|
31504
|
-
suggest = None
|
|
31505
|
-
if key == "armResourceId":
|
|
31506
|
-
suggest = "arm_resource_id"
|
|
31507
|
-
|
|
31508
|
-
if suggest:
|
|
31509
|
-
pulumi.log.warn(f"Key '{key}' not found in UserCreatedAcrAccountResponse. Access the value via the '{suggest}' property getter instead.")
|
|
31510
|
-
|
|
31511
|
-
def __getitem__(self, key: str) -> Any:
|
|
31512
|
-
UserCreatedAcrAccountResponse.__key_warning(key)
|
|
31513
|
-
return super().__getitem__(key)
|
|
31514
|
-
|
|
31515
|
-
def get(self, key: str, default = None) -> Any:
|
|
31516
|
-
UserCreatedAcrAccountResponse.__key_warning(key)
|
|
31517
|
-
return super().get(key, default)
|
|
31518
|
-
|
|
31519
|
-
def __init__(__self__, *,
|
|
31520
|
-
arm_resource_id: Optional['outputs.ArmResourceIdResponse'] = None):
|
|
31521
|
-
"""
|
|
31522
|
-
:param 'ArmResourceIdResponse' arm_resource_id: ARM ResourceId of a resource
|
|
31523
|
-
"""
|
|
31524
|
-
if arm_resource_id is not None:
|
|
31525
|
-
pulumi.set(__self__, "arm_resource_id", arm_resource_id)
|
|
31526
|
-
|
|
31527
|
-
@property
|
|
31528
|
-
@pulumi.getter(name="armResourceId")
|
|
31529
|
-
def arm_resource_id(self) -> Optional['outputs.ArmResourceIdResponse']:
|
|
31530
|
-
"""
|
|
31531
|
-
ARM ResourceId of a resource
|
|
31532
|
-
"""
|
|
31533
|
-
return pulumi.get(self, "arm_resource_id")
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
@pulumi.output_type
|
|
31537
|
-
class UserCreatedStorageAccountResponse(dict):
|
|
31538
|
-
@staticmethod
|
|
31539
|
-
def __key_warning(key: str):
|
|
31540
|
-
suggest = None
|
|
31541
|
-
if key == "armResourceId":
|
|
31542
|
-
suggest = "arm_resource_id"
|
|
31543
|
-
|
|
31544
|
-
if suggest:
|
|
31545
|
-
pulumi.log.warn(f"Key '{key}' not found in UserCreatedStorageAccountResponse. Access the value via the '{suggest}' property getter instead.")
|
|
31546
|
-
|
|
31547
|
-
def __getitem__(self, key: str) -> Any:
|
|
31548
|
-
UserCreatedStorageAccountResponse.__key_warning(key)
|
|
31549
|
-
return super().__getitem__(key)
|
|
31550
|
-
|
|
31551
|
-
def get(self, key: str, default = None) -> Any:
|
|
31552
|
-
UserCreatedStorageAccountResponse.__key_warning(key)
|
|
31553
|
-
return super().get(key, default)
|
|
31554
|
-
|
|
31555
|
-
def __init__(__self__, *,
|
|
31556
|
-
arm_resource_id: Optional['outputs.ArmResourceIdResponse'] = None):
|
|
31557
|
-
"""
|
|
31558
|
-
:param 'ArmResourceIdResponse' arm_resource_id: ARM ResourceId of a resource
|
|
31559
|
-
"""
|
|
31560
|
-
if arm_resource_id is not None:
|
|
31561
|
-
pulumi.set(__self__, "arm_resource_id", arm_resource_id)
|
|
31562
|
-
|
|
31563
|
-
@property
|
|
31564
|
-
@pulumi.getter(name="armResourceId")
|
|
31565
|
-
def arm_resource_id(self) -> Optional['outputs.ArmResourceIdResponse']:
|
|
31566
|
-
"""
|
|
31567
|
-
ARM ResourceId of a resource
|
|
31568
|
-
"""
|
|
31569
|
-
return pulumi.get(self, "arm_resource_id")
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
31470
|
@pulumi.output_type
|
|
31573
31471
|
class UserIdentityResponse(dict):
|
|
31574
31472
|
"""
|
|
@@ -744,7 +744,7 @@ class EncryptionStatus(str, Enum):
|
|
|
744
744
|
|
|
745
745
|
class EndpointAuthMode(str, Enum):
|
|
746
746
|
"""
|
|
747
|
-
[Required] Use 'Key' for key
|
|
747
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
748
748
|
"""
|
|
749
749
|
AML_TOKEN = "AMLToken"
|
|
750
750
|
KEY = "Key"
|
|
@@ -4804,7 +4804,7 @@ if not MYPY:
|
|
|
4804
4804
|
"""
|
|
4805
4805
|
auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
|
|
4806
4806
|
"""
|
|
4807
|
-
[Required] Use 'Key' for key
|
|
4807
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4808
4808
|
"""
|
|
4809
4809
|
defaults: NotRequired[pulumi.Input['BatchEndpointDefaultsArgsDict']]
|
|
4810
4810
|
"""
|
|
@@ -4836,7 +4836,7 @@ class BatchEndpointArgs:
|
|
|
4836
4836
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
4837
4837
|
"""
|
|
4838
4838
|
Batch endpoint configuration.
|
|
4839
|
-
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key
|
|
4839
|
+
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4840
4840
|
:param pulumi.Input['BatchEndpointDefaultsArgs'] defaults: Default values for Batch Endpoint
|
|
4841
4841
|
:param pulumi.Input[str] description: Description of the inference endpoint.
|
|
4842
4842
|
:param pulumi.Input['EndpointAuthKeysArgs'] keys: EndpointAuthKeys to set initially on an Endpoint.
|
|
@@ -4857,7 +4857,7 @@ class BatchEndpointArgs:
|
|
|
4857
4857
|
@pulumi.getter(name="authMode")
|
|
4858
4858
|
def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
|
|
4859
4859
|
"""
|
|
4860
|
-
[Required] Use 'Key' for key
|
|
4860
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4861
4861
|
"""
|
|
4862
4862
|
return pulumi.get(self, "auth_mode")
|
|
4863
4863
|
|
|
@@ -19402,7 +19402,7 @@ if not MYPY:
|
|
|
19402
19402
|
"""
|
|
19403
19403
|
instance_type: NotRequired[pulumi.Input[str]]
|
|
19404
19404
|
"""
|
|
19405
|
-
Compute instance type.
|
|
19405
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
19406
19406
|
"""
|
|
19407
19407
|
liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
|
|
19408
19408
|
"""
|
|
@@ -19470,7 +19470,7 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
19470
19470
|
:param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
19471
19471
|
:param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
19472
19472
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
|
|
19473
|
-
:param pulumi.Input[str] instance_type: Compute instance type.
|
|
19473
|
+
:param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
19474
19474
|
:param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
19475
19475
|
:param pulumi.Input[str] model: The URI path to the model.
|
|
19476
19476
|
:param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
|
|
@@ -19503,6 +19503,8 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
19503
19503
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
19504
19504
|
if environment_variables is not None:
|
|
19505
19505
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
19506
|
+
if instance_type is None:
|
|
19507
|
+
instance_type = 'Standard_F4s_v2'
|
|
19506
19508
|
if instance_type is not None:
|
|
19507
19509
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
19508
19510
|
if liveness_probe is not None:
|
|
@@ -19633,7 +19635,7 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
19633
19635
|
@pulumi.getter(name="instanceType")
|
|
19634
19636
|
def instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
19635
19637
|
"""
|
|
19636
|
-
Compute instance type.
|
|
19638
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
19637
19639
|
"""
|
|
19638
19640
|
return pulumi.get(self, "instance_type")
|
|
19639
19641
|
|
|
@@ -21251,7 +21253,7 @@ if not MYPY:
|
|
|
21251
21253
|
"""
|
|
21252
21254
|
instance_type: NotRequired[pulumi.Input[str]]
|
|
21253
21255
|
"""
|
|
21254
|
-
Compute instance type.
|
|
21256
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
21255
21257
|
"""
|
|
21256
21258
|
liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
|
|
21257
21259
|
"""
|
|
@@ -21317,7 +21319,7 @@ class ManagedOnlineDeploymentArgs:
|
|
|
21317
21319
|
:param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
21318
21320
|
:param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
21319
21321
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
|
|
21320
|
-
:param pulumi.Input[str] instance_type: Compute instance type.
|
|
21322
|
+
:param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
21321
21323
|
:param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
21322
21324
|
:param pulumi.Input[str] model: The URI path to the model.
|
|
21323
21325
|
:param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
|
|
@@ -21348,6 +21350,8 @@ class ManagedOnlineDeploymentArgs:
|
|
|
21348
21350
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
21349
21351
|
if environment_variables is not None:
|
|
21350
21352
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
21353
|
+
if instance_type is None:
|
|
21354
|
+
instance_type = 'Standard_F4s_v2'
|
|
21351
21355
|
if instance_type is not None:
|
|
21352
21356
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
21353
21357
|
if liveness_probe is not None:
|
|
@@ -21466,7 +21470,7 @@ class ManagedOnlineDeploymentArgs:
|
|
|
21466
21470
|
@pulumi.getter(name="instanceType")
|
|
21467
21471
|
def instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
21468
21472
|
"""
|
|
21469
|
-
Compute instance type.
|
|
21473
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
21470
21474
|
"""
|
|
21471
21475
|
return pulumi.get(self, "instance_type")
|
|
21472
21476
|
|
|
@@ -23700,7 +23704,7 @@ if not MYPY:
|
|
|
23700
23704
|
"""
|
|
23701
23705
|
auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
|
|
23702
23706
|
"""
|
|
23703
|
-
[Required] Use 'Key' for key
|
|
23707
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
23704
23708
|
"""
|
|
23705
23709
|
compute: NotRequired[pulumi.Input[str]]
|
|
23706
23710
|
"""
|
|
@@ -23748,7 +23752,7 @@ class OnlineEndpointArgs:
|
|
|
23748
23752
|
traffic: Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]] = None):
|
|
23749
23753
|
"""
|
|
23750
23754
|
Online endpoint configuration
|
|
23751
|
-
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key
|
|
23755
|
+
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
23752
23756
|
:param pulumi.Input[str] compute: ARM resource ID of the compute if it exists.
|
|
23753
23757
|
optional
|
|
23754
23758
|
:param pulumi.Input[str] description: Description of the inference endpoint.
|
|
@@ -23781,7 +23785,7 @@ class OnlineEndpointArgs:
|
|
|
23781
23785
|
@pulumi.getter(name="authMode")
|
|
23782
23786
|
def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
|
|
23783
23787
|
"""
|
|
23784
|
-
[Required] Use 'Key' for key
|
|
23788
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
23785
23789
|
"""
|
|
23786
23790
|
return pulumi.get(self, "auth_mode")
|
|
23787
23791
|
|
|
@@ -4015,7 +4015,7 @@ class BatchEndpointResponse(dict):
|
|
|
4015
4015
|
properties: Optional[Mapping[str, str]] = None):
|
|
4016
4016
|
"""
|
|
4017
4017
|
Batch endpoint configuration.
|
|
4018
|
-
:param str auth_mode: [Required] Use 'Key' for key
|
|
4018
|
+
:param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4019
4019
|
:param str provisioning_state: Provisioning state for the endpoint.
|
|
4020
4020
|
:param str scoring_uri: Endpoint URI.
|
|
4021
4021
|
:param str swagger_uri: Endpoint Swagger URI.
|
|
@@ -4038,7 +4038,7 @@ class BatchEndpointResponse(dict):
|
|
|
4038
4038
|
@pulumi.getter(name="authMode")
|
|
4039
4039
|
def auth_mode(self) -> str:
|
|
4040
4040
|
"""
|
|
4041
|
-
[Required] Use 'Key' for key
|
|
4041
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4042
4042
|
"""
|
|
4043
4043
|
return pulumi.get(self, "auth_mode")
|
|
4044
4044
|
|
|
@@ -16797,7 +16797,7 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
16797
16797
|
:param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
16798
16798
|
:param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
16799
16799
|
:param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
|
|
16800
|
-
:param str instance_type: Compute instance type.
|
|
16800
|
+
:param str instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
16801
16801
|
:param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
16802
16802
|
:param str model: The URI path to the model.
|
|
16803
16803
|
:param str model_mount_path: The path to mount the model in custom container.
|
|
@@ -16831,6 +16831,8 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
16831
16831
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
16832
16832
|
if environment_variables is not None:
|
|
16833
16833
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
16834
|
+
if instance_type is None:
|
|
16835
|
+
instance_type = 'Standard_F4s_v2'
|
|
16834
16836
|
if instance_type is not None:
|
|
16835
16837
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
16836
16838
|
if liveness_probe is not None:
|
|
@@ -16933,7 +16935,7 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
16933
16935
|
@pulumi.getter(name="instanceType")
|
|
16934
16936
|
def instance_type(self) -> Optional[str]:
|
|
16935
16937
|
"""
|
|
16936
|
-
Compute instance type.
|
|
16938
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
16937
16939
|
"""
|
|
16938
16940
|
return pulumi.get(self, "instance_type")
|
|
16939
16941
|
|
|
@@ -18374,7 +18376,7 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
18374
18376
|
:param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
18375
18377
|
:param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
18376
18378
|
:param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
|
|
18377
|
-
:param str instance_type: Compute instance type.
|
|
18379
|
+
:param str instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
18378
18380
|
:param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
18379
18381
|
:param str model: The URI path to the model.
|
|
18380
18382
|
:param str model_mount_path: The path to mount the model in custom container.
|
|
@@ -18406,6 +18408,8 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
18406
18408
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
18407
18409
|
if environment_variables is not None:
|
|
18408
18410
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
18411
|
+
if instance_type is None:
|
|
18412
|
+
instance_type = 'Standard_F4s_v2'
|
|
18409
18413
|
if instance_type is not None:
|
|
18410
18414
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
18411
18415
|
if liveness_probe is not None:
|
|
@@ -18500,7 +18504,7 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
18500
18504
|
@pulumi.getter(name="instanceType")
|
|
18501
18505
|
def instance_type(self) -> Optional[str]:
|
|
18502
18506
|
"""
|
|
18503
|
-
Compute instance type.
|
|
18507
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
18504
18508
|
"""
|
|
18505
18509
|
return pulumi.get(self, "instance_type")
|
|
18506
18510
|
|
|
@@ -20796,7 +20800,7 @@ class OnlineEndpointResponse(dict):
|
|
|
20796
20800
|
traffic: Optional[Mapping[str, int]] = None):
|
|
20797
20801
|
"""
|
|
20798
20802
|
Online endpoint configuration
|
|
20799
|
-
:param str auth_mode: [Required] Use 'Key' for key
|
|
20803
|
+
:param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
20800
20804
|
:param str provisioning_state: Provisioning state for the endpoint.
|
|
20801
20805
|
:param str scoring_uri: Endpoint URI.
|
|
20802
20806
|
:param str swagger_uri: Endpoint Swagger URI.
|
|
@@ -20831,7 +20835,7 @@ class OnlineEndpointResponse(dict):
|
|
|
20831
20835
|
@pulumi.getter(name="authMode")
|
|
20832
20836
|
def auth_mode(self) -> str:
|
|
20833
20837
|
"""
|
|
20834
|
-
[Required] Use 'Key' for key
|
|
20838
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
20835
20839
|
"""
|
|
20836
20840
|
return pulumi.get(self, "auth_mode")
|
|
20837
20841
|
|
|
@@ -796,7 +796,7 @@ class EncryptionStatus(str, Enum):
|
|
|
796
796
|
|
|
797
797
|
class EndpointAuthMode(str, Enum):
|
|
798
798
|
"""
|
|
799
|
-
[Required] Use 'Key' for key
|
|
799
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
800
800
|
"""
|
|
801
801
|
AML_TOKEN = "AMLToken"
|
|
802
802
|
KEY = "Key"
|
|
@@ -5124,7 +5124,7 @@ if not MYPY:
|
|
|
5124
5124
|
"""
|
|
5125
5125
|
auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
|
|
5126
5126
|
"""
|
|
5127
|
-
[Required] Use 'Key' for key
|
|
5127
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
5128
5128
|
"""
|
|
5129
5129
|
defaults: NotRequired[pulumi.Input['BatchEndpointDefaultsArgsDict']]
|
|
5130
5130
|
"""
|
|
@@ -5156,7 +5156,7 @@ class BatchEndpointArgs:
|
|
|
5156
5156
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
5157
5157
|
"""
|
|
5158
5158
|
Batch endpoint configuration.
|
|
5159
|
-
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key
|
|
5159
|
+
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
5160
5160
|
:param pulumi.Input['BatchEndpointDefaultsArgs'] defaults: Default values for Batch Endpoint
|
|
5161
5161
|
:param pulumi.Input[str] description: Description of the inference endpoint.
|
|
5162
5162
|
:param pulumi.Input['EndpointAuthKeysArgs'] keys: EndpointAuthKeys to set initially on an Endpoint.
|
|
@@ -5177,7 +5177,7 @@ class BatchEndpointArgs:
|
|
|
5177
5177
|
@pulumi.getter(name="authMode")
|
|
5178
5178
|
def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
|
|
5179
5179
|
"""
|
|
5180
|
-
[Required] Use 'Key' for key
|
|
5180
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
5181
5181
|
"""
|
|
5182
5182
|
return pulumi.get(self, "auth_mode")
|
|
5183
5183
|
|
|
@@ -21552,7 +21552,7 @@ if not MYPY:
|
|
|
21552
21552
|
"""
|
|
21553
21553
|
instance_type: NotRequired[pulumi.Input[str]]
|
|
21554
21554
|
"""
|
|
21555
|
-
Compute instance type.
|
|
21555
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
21556
21556
|
"""
|
|
21557
21557
|
liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
|
|
21558
21558
|
"""
|
|
@@ -21620,7 +21620,7 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
21620
21620
|
:param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
21621
21621
|
:param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
21622
21622
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
|
|
21623
|
-
:param pulumi.Input[str] instance_type: Compute instance type.
|
|
21623
|
+
:param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
21624
21624
|
:param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
21625
21625
|
:param pulumi.Input[str] model: The URI path to the model.
|
|
21626
21626
|
:param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
|
|
@@ -21653,6 +21653,8 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
21653
21653
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
21654
21654
|
if environment_variables is not None:
|
|
21655
21655
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
21656
|
+
if instance_type is None:
|
|
21657
|
+
instance_type = 'Standard_F4s_v2'
|
|
21656
21658
|
if instance_type is not None:
|
|
21657
21659
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
21658
21660
|
if liveness_probe is not None:
|
|
@@ -21783,7 +21785,7 @@ class KubernetesOnlineDeploymentArgs:
|
|
|
21783
21785
|
@pulumi.getter(name="instanceType")
|
|
21784
21786
|
def instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
21785
21787
|
"""
|
|
21786
|
-
Compute instance type.
|
|
21788
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
21787
21789
|
"""
|
|
21788
21790
|
return pulumi.get(self, "instance_type")
|
|
21789
21791
|
|
|
@@ -23453,7 +23455,7 @@ if not MYPY:
|
|
|
23453
23455
|
"""
|
|
23454
23456
|
instance_type: NotRequired[pulumi.Input[str]]
|
|
23455
23457
|
"""
|
|
23456
|
-
Compute instance type.
|
|
23458
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
23457
23459
|
"""
|
|
23458
23460
|
liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
|
|
23459
23461
|
"""
|
|
@@ -23519,7 +23521,7 @@ class ManagedOnlineDeploymentArgs:
|
|
|
23519
23521
|
:param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
23520
23522
|
:param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
23521
23523
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
|
|
23522
|
-
:param pulumi.Input[str] instance_type: Compute instance type.
|
|
23524
|
+
:param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
23523
23525
|
:param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
23524
23526
|
:param pulumi.Input[str] model: The URI path to the model.
|
|
23525
23527
|
:param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
|
|
@@ -23550,6 +23552,8 @@ class ManagedOnlineDeploymentArgs:
|
|
|
23550
23552
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
23551
23553
|
if environment_variables is not None:
|
|
23552
23554
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
23555
|
+
if instance_type is None:
|
|
23556
|
+
instance_type = 'Standard_F4s_v2'
|
|
23553
23557
|
if instance_type is not None:
|
|
23554
23558
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
23555
23559
|
if liveness_probe is not None:
|
|
@@ -23668,7 +23672,7 @@ class ManagedOnlineDeploymentArgs:
|
|
|
23668
23672
|
@pulumi.getter(name="instanceType")
|
|
23669
23673
|
def instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
23670
23674
|
"""
|
|
23671
|
-
Compute instance type.
|
|
23675
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
23672
23676
|
"""
|
|
23673
23677
|
return pulumi.get(self, "instance_type")
|
|
23674
23678
|
|
|
@@ -26058,7 +26062,7 @@ if not MYPY:
|
|
|
26058
26062
|
"""
|
|
26059
26063
|
auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
|
|
26060
26064
|
"""
|
|
26061
|
-
[Required] Use 'Key' for key
|
|
26065
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
26062
26066
|
"""
|
|
26063
26067
|
compute: NotRequired[pulumi.Input[str]]
|
|
26064
26068
|
"""
|
|
@@ -26106,7 +26110,7 @@ class OnlineEndpointArgs:
|
|
|
26106
26110
|
traffic: Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]] = None):
|
|
26107
26111
|
"""
|
|
26108
26112
|
Online endpoint configuration
|
|
26109
|
-
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key
|
|
26113
|
+
:param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
26110
26114
|
:param pulumi.Input[str] compute: ARM resource ID of the compute if it exists.
|
|
26111
26115
|
optional
|
|
26112
26116
|
:param pulumi.Input[str] description: Description of the inference endpoint.
|
|
@@ -26139,7 +26143,7 @@ class OnlineEndpointArgs:
|
|
|
26139
26143
|
@pulumi.getter(name="authMode")
|
|
26140
26144
|
def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
|
|
26141
26145
|
"""
|
|
26142
|
-
[Required] Use 'Key' for key
|
|
26146
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
26143
26147
|
"""
|
|
26144
26148
|
return pulumi.get(self, "auth_mode")
|
|
26145
26149
|
|
|
@@ -4352,7 +4352,7 @@ class BatchEndpointResponse(dict):
|
|
|
4352
4352
|
properties: Optional[Mapping[str, str]] = None):
|
|
4353
4353
|
"""
|
|
4354
4354
|
Batch endpoint configuration.
|
|
4355
|
-
:param str auth_mode: [Required] Use 'Key' for key
|
|
4355
|
+
:param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4356
4356
|
:param str provisioning_state: Provisioning state for the endpoint.
|
|
4357
4357
|
:param str scoring_uri: Endpoint URI.
|
|
4358
4358
|
:param str swagger_uri: Endpoint Swagger URI.
|
|
@@ -4375,7 +4375,7 @@ class BatchEndpointResponse(dict):
|
|
|
4375
4375
|
@pulumi.getter(name="authMode")
|
|
4376
4376
|
def auth_mode(self) -> str:
|
|
4377
4377
|
"""
|
|
4378
|
-
[Required] Use 'Key' for key
|
|
4378
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
4379
4379
|
"""
|
|
4380
4380
|
return pulumi.get(self, "auth_mode")
|
|
4381
4381
|
|
|
@@ -19189,7 +19189,7 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
19189
19189
|
:param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
19190
19190
|
:param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
19191
19191
|
:param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
|
|
19192
|
-
:param str instance_type: Compute instance type.
|
|
19192
|
+
:param str instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
19193
19193
|
:param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
19194
19194
|
:param str model: The URI path to the model.
|
|
19195
19195
|
:param str model_mount_path: The path to mount the model in custom container.
|
|
@@ -19223,6 +19223,8 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
19223
19223
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
19224
19224
|
if environment_variables is not None:
|
|
19225
19225
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
19226
|
+
if instance_type is None:
|
|
19227
|
+
instance_type = 'Standard_F4s_v2'
|
|
19226
19228
|
if instance_type is not None:
|
|
19227
19229
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
19228
19230
|
if liveness_probe is not None:
|
|
@@ -19325,7 +19327,7 @@ class KubernetesOnlineDeploymentResponse(dict):
|
|
|
19325
19327
|
@pulumi.getter(name="instanceType")
|
|
19326
19328
|
def instance_type(self) -> Optional[str]:
|
|
19327
19329
|
"""
|
|
19328
|
-
Compute instance type.
|
|
19330
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
19329
19331
|
"""
|
|
19330
19332
|
return pulumi.get(self, "instance_type")
|
|
19331
19333
|
|
|
@@ -20825,7 +20827,7 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
20825
20827
|
:param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
|
|
20826
20828
|
:param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
|
|
20827
20829
|
:param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
|
|
20828
|
-
:param str instance_type: Compute instance type.
|
|
20830
|
+
:param str instance_type: Compute instance type. Default: Standard_F4s_v2.
|
|
20829
20831
|
:param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
|
|
20830
20832
|
:param str model: The URI path to the model.
|
|
20831
20833
|
:param str model_mount_path: The path to mount the model in custom container.
|
|
@@ -20857,6 +20859,8 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
20857
20859
|
pulumi.set(__self__, "environment_id", environment_id)
|
|
20858
20860
|
if environment_variables is not None:
|
|
20859
20861
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
|
20862
|
+
if instance_type is None:
|
|
20863
|
+
instance_type = 'Standard_F4s_v2'
|
|
20860
20864
|
if instance_type is not None:
|
|
20861
20865
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
20862
20866
|
if liveness_probe is not None:
|
|
@@ -20951,7 +20955,7 @@ class ManagedOnlineDeploymentResponse(dict):
|
|
|
20951
20955
|
@pulumi.getter(name="instanceType")
|
|
20952
20956
|
def instance_type(self) -> Optional[str]:
|
|
20953
20957
|
"""
|
|
20954
|
-
Compute instance type.
|
|
20958
|
+
Compute instance type. Default: Standard_F4s_v2.
|
|
20955
20959
|
"""
|
|
20956
20960
|
return pulumi.get(self, "instance_type")
|
|
20957
20961
|
|
|
@@ -23490,7 +23494,7 @@ class OnlineEndpointResponse(dict):
|
|
|
23490
23494
|
traffic: Optional[Mapping[str, int]] = None):
|
|
23491
23495
|
"""
|
|
23492
23496
|
Online endpoint configuration
|
|
23493
|
-
:param str auth_mode: [Required] Use 'Key' for key
|
|
23497
|
+
:param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
23494
23498
|
:param str provisioning_state: Provisioning state for the endpoint.
|
|
23495
23499
|
:param str scoring_uri: Endpoint URI.
|
|
23496
23500
|
:param str swagger_uri: Endpoint Swagger URI.
|
|
@@ -23525,7 +23529,7 @@ class OnlineEndpointResponse(dict):
|
|
|
23525
23529
|
@pulumi.getter(name="authMode")
|
|
23526
23530
|
def auth_mode(self) -> str:
|
|
23527
23531
|
"""
|
|
23528
|
-
[Required] Use 'Key' for key
|
|
23532
|
+
[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
|
|
23529
23533
|
"""
|
|
23530
23534
|
return pulumi.get(self, "auth_mode")
|
|
23531
23535
|
|