Class DatabricksSchema
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.DatabricksSchema
-
public class DatabricksSchema extends Object
The DatabricksSchema model.
-
-
Constructor Summary
Constructors Constructor Description DatabricksSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabricksProperties
properties()
Get the properties property: Properties of Databricks.void
validate()
Validates the instance.DatabricksSchema
withProperties(DatabricksProperties properties)
Set the properties property: Properties of Databricks.
-
-
-
Method Detail
-
properties
public DatabricksProperties properties()
Get the properties property: Properties of Databricks.- Returns:
- the properties value.
-
withProperties
public DatabricksSchema withProperties(DatabricksProperties properties)
Set the properties property: Properties of Databricks.- Parameters:
properties
- the properties value to set.- Returns:
- the DatabricksSchema object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-