Compartir a través de


WorkspaceCustomParameters Class

Custom Parameters used for Cluster Creation.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

WorkspaceCustomParameters(*, aml_workspace_id: _models.WorkspaceCustomStringParameter | None = None, custom_virtual_network_id: _models.WorkspaceCustomStringParameter | None = None, custom_public_subnet_name: _models.WorkspaceCustomStringParameter | None = None, custom_private_subnet_name: _models.WorkspaceCustomStringParameter | None = None, enable_no_public_ip: _models.WorkspaceCustomBooleanParameter | None = None, load_balancer_backend_pool_name: _models.WorkspaceCustomStringParameter | None = None, load_balancer_id: _models.WorkspaceCustomStringParameter | None = None, nat_gateway_name: _models.WorkspaceCustomStringParameter | None = None, public_ip_name: _models.WorkspaceCustomStringParameter | None = None, prepare_encryption: _models.WorkspaceCustomBooleanParameter | None = None, encryption: _models.WorkspaceEncryptionParameter | None = None, require_infrastructure_encryption: _models.WorkspaceCustomBooleanParameter | None = None, storage_account_name: _models.WorkspaceCustomStringParameter | None = None, storage_account_sku_name: _models.WorkspaceCustomStringParameter | None = None, vnet_address_prefix: _models.WorkspaceCustomStringParameter | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
aml_workspace_id

The ID of a Azure Machine Learning workspace to link with Databricks workspace.

Default value: None
custom_virtual_network_id

The ID of a Virtual Network where this Databricks Cluster should be created.

Default value: None
custom_public_subnet_name

The name of a Public Subnet within the Virtual Network.

Default value: None
custom_private_subnet_name

The name of the Private Subnet within the Virtual Network.

Default value: None
enable_no_public_ip

Should the Public IP be Disabled?.

Default value: None
load_balancer_backend_pool_name

Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).

Default value: None
load_balancer_id

Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.

Default value: None
nat_gateway_name

Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.

Default value: None
public_ip_name

Name of the Public IP for No Public IP workspace with managed vNet.

Default value: None
prepare_encryption

Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.

Default value: None
encryption

Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.

Default value: None
require_infrastructure_encryption

A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.

Default value: None
storage_account_name

Default DBFS storage account name.

Default value: None
storage_account_sku_name

Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.

Default value: None
vnet_address_prefix

Address prefix for Managed virtual network. Default value for this input is 10.139.

Default value: None

Variables

Name Description
aml_workspace_id

The ID of a Azure Machine Learning workspace to link with Databricks workspace.

custom_virtual_network_id

The ID of a Virtual Network where this Databricks Cluster should be created.

custom_public_subnet_name

The name of a Public Subnet within the Virtual Network.

custom_private_subnet_name

The name of the Private Subnet within the Virtual Network.

enable_no_public_ip

Should the Public IP be Disabled?.

load_balancer_backend_pool_name

Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).

load_balancer_id

Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.

nat_gateway_name

Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.

public_ip_name

Name of the Public IP for No Public IP workspace with managed vNet.

prepare_encryption

Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.

encryption

Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.

require_infrastructure_encryption

A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.

storage_account_name

Default DBFS storage account name.

storage_account_sku_name

Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.

vnet_address_prefix

Address prefix for Managed virtual network. Default value for this input is 10.139.

resource_tags

Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.