DatabricksComputeSecrets Class

Secrets related to a Machine Learning compute based on Databricks.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.machinelearningservices.models._models_py3.ComputeSecrets
DatabricksComputeSecrets

Constructor

DatabricksComputeSecrets(*, databricks_access_token: Optional[str] = None, **kwargs)

Parameters

compute_type
str or ComputeType
Required

Required. The type of compute.Constant filled by server. Possible values include: "AKS", "AmlCompute", "ComputeInstance", "DataFactory", "VirtualMachine", "HDInsight", "Databricks", "DataLakeAnalytics".

databricks_access_token
str
Required

access token for databricks account.