Aracılığıyla paylaş


DatabricksComputeSecrets Class

Definition

Secrets related to a Machine Learning compute based on Databricks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DatabricksComputeSecretsTypeConverter))]
public class DatabricksComputeSecrets : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDatabricksComputeSecrets, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DatabricksComputeSecretsTypeConverter))>]
type DatabricksComputeSecrets = class
    interface IDatabricksComputeSecrets
    interface IJsonSerializable
    interface IComputeSecrets
    interface IDatabricksComputeSecretsProperties
    interface IValidates
Public Class DatabricksComputeSecrets
Implements IDatabricksComputeSecrets, IValidates
Inheritance
DatabricksComputeSecrets
Attributes
Implements

Constructors

DatabricksComputeSecrets()

Creates an new DatabricksComputeSecrets instance.

Properties

ComputeType

The type of compute

DatabricksAccessToken

access token for databricks account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabricksComputeSecrets.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabricksComputeSecrets.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDatabricksComputeSecrets.

FromJsonString(String)

Creates a new instance of DatabricksComputeSecrets, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabricksComputeSecrets into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to