DatabricksSchema Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.DatabricksSchema

Implements

public class DatabricksSchema
implements JsonSerializable<DatabricksSchema>

The DatabricksSchema model.

Constructor Summary

Constructor Description
DatabricksSchema()

Creates an instance of DatabricksSchema class.

Method Summary

Modifier and Type Method and Description
static DatabricksSchema fromJson(JsonReader jsonReader)

Reads an instance of DatabricksSchema from the JsonReader.

DatabricksProperties properties()

Get the properties property: Properties of Databricks.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DatabricksSchema withProperties(DatabricksProperties properties)

Set the properties property: Properties of Databricks.

Methods inherited from java.lang.Object

Constructor Details

DatabricksSchema

public DatabricksSchema()

Creates an instance of DatabricksSchema class.

Method Details

fromJson

public static DatabricksSchema fromJson(JsonReader jsonReader)

Reads an instance of DatabricksSchema from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DatabricksSchema if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DatabricksSchema.

properties

public DatabricksProperties properties()

Get the properties property: Properties of Databricks.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

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.

Applies to