DatabricksProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.DatabricksProperties

public final class DatabricksProperties

The DatabricksProperties model.

Constructor Summary

Constructor Description
DatabricksProperties()

Method Summary

Modifier and Type Method and Description
String databricksAccessToken()

Get the databricksAccessToken property: Databricks access token.

void validate()

Validates the instance.

DatabricksProperties withDatabricksAccessToken(String databricksAccessToken)

Set the databricksAccessToken property: Databricks access token.

DatabricksProperties withWorkspaceUrl(String workspaceUrl)

Set the workspaceUrl property: Workspace Url.

String workspaceUrl()

Get the workspaceUrl property: Workspace Url.

Methods inherited from java.lang.Object

Constructor Details

DatabricksProperties

public DatabricksProperties()

Method Details

databricksAccessToken

public String databricksAccessToken()

Get the databricksAccessToken property: Databricks access token.

Returns:

the databricksAccessToken value.

validate

public void validate()

Validates the instance.

withDatabricksAccessToken

public DatabricksProperties withDatabricksAccessToken(String databricksAccessToken)

Set the databricksAccessToken property: Databricks access token.

Parameters:

databricksAccessToken - the databricksAccessToken value to set.

Returns:

the DatabricksProperties object itself.

withWorkspaceUrl

public DatabricksProperties withWorkspaceUrl(String workspaceUrl)

Set the workspaceUrl property: Workspace Url.

Parameters:

workspaceUrl - the workspaceUrl value to set.

Returns:

the DatabricksProperties object itself.

workspaceUrl

public String workspaceUrl()

Get the workspaceUrl property: Workspace Url.

Returns:

the workspaceUrl value.

Applies to