Databricks Class

public final class Databricks
extends Compute

A DataFactory compute.

Constructor Summary

Constructor Description
Databricks()

Method Summary

Modifier and Type Method and Description
DatabricksProperties properties()

Get the properties property: The properties property.

void validate()

Validates the instance.

Databricks withComputeLocation(String computeLocation)

Set the computeLocation property: Location for the underlying compute.

Databricks withDescription(String description)

Set the description property: The description of the Machine Learning compute.

Databricks withDisableLocalAuth(Boolean disableLocalAuth)

Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

Databricks withProperties(DatabricksProperties properties)

Set the properties property: The properties property.

Databricks withResourceId(String resourceId)

Set the resourceId property: ARM resource id of the underlying compute.

Methods inherited from Compute

Methods inherited from java.lang.Object

Constructor Details

Databricks

public Databricks()

Method Details

properties

public DatabricksProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

Databricks.validate()

withComputeLocation

public Databricks withComputeLocation(String computeLocation)

Set the computeLocation property: Location for the underlying compute.

Overrides:

Databricks.withComputeLocation(String computeLocation)

Parameters:

computeLocation

withDescription

public Databricks withDescription(String description)

Set the description property: The description of the Machine Learning compute.

Overrides:

Databricks.withDescription(String description)

Parameters:

description

withDisableLocalAuth

public Databricks withDisableLocalAuth(Boolean disableLocalAuth)

Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

Overrides:

Databricks.withDisableLocalAuth(Boolean disableLocalAuth)

Parameters:

disableLocalAuth

withProperties

public Databricks withProperties(DatabricksProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the Databricks object itself.

withResourceId

public Databricks withResourceId(String resourceId)

Set the resourceId property: ARM resource id of the underlying compute.

Overrides:

Databricks.withResourceId(String resourceId)

Parameters:

resourceId

Applies to