New-AzMLWorkspaceDatabricksObject
Create an in-memory object for Databricks.
Syntax
New-AzMLWorkspaceDatabricksObject
[-Description <String>]
[-DisableLocalAuth <Boolean>]
[-ResourceId <String>]
[-AccessToken <String>]
[-WorkspaceUrl <String>]
[<CommonParameters>]
Description
Create an in-memory object for Databricks.
Examples
Example 1: Create an in-memory object for Databricks
New-AzMLWorkspaceDatabricksObject
New-AzMLWorkspaceDatabricksObject
Create an in-memory object for Databricks
Parameters
-AccessToken
Databricks access token.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Description
The description of the Machine Learning compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableLocalAuth
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
ARM resource id of the underlying compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WorkspaceUrl
Workspace Url.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell