class Azure::MachineLearningServices::Mgmt::V2018_11_19::Models::DatabricksProperties
Model object.
Attributes
databricks_access_token[RW]
@return [String] Databricks
access token
Public Class Methods
mapper()
click to toggle source
Mapper for DatabricksProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-11-19/generated/azure_mgmt_machine_learning_services/models/databricks_properties.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Databricks_properties', type: { name: 'Composite', class_name: 'DatabricksProperties', model_properties: { databricks_access_token: { client_side_validation: true, required: false, serialized_name: 'databricksAccessToken', type: { name: 'String' } } } } } end