Share via


Databricks Class

Definition

A DataFactory compute.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DatabricksTypeConverter))]
public class Databricks : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDatabricks, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DatabricksTypeConverter))>]
type Databricks = class
    interface IDatabricks
    interface IJsonSerializable
    interface ICompute
    interface IDatabricksSchema
    interface IValidates
Public Class Databricks
Implements IDatabricks, IValidates
Inheritance
Databricks
Attributes
Implements

Constructors

Databricks()

Creates an new Databricks instance.

Properties

AccessToken

Databricks access token

CreatedOn

The time at which the compute was created.

Description

The description of the Machine Learning compute.

DisableLocalAuth

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

IsAttachedCompute

Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.

Location

Location for the underlying compute

ModifiedOn

The time at which the compute was last modified.

Property

Properties of Databricks

ProvisioningError

Errors during provisioning

ProvisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.

ResourceId

ARM resource id of the underlying compute

Type

The type of compute

WorkspaceUrl

Workspace Url

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Databricks.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Databricks.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDatabricks.

FromJsonString(String)

Creates a new instance of Databricks, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Databricks into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to