Condividi tramite


LakeHouseArtifact Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LakeHouseArtifactTypeConverter))]
public class LakeHouseArtifact : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ILakeHouseArtifact, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LakeHouseArtifactTypeConverter))>]
type LakeHouseArtifact = class
    interface ILakeHouseArtifact
    interface IJsonSerializable
    interface IOneLakeArtifact
    interface IValidates
Public Class LakeHouseArtifact
Implements ILakeHouseArtifact, IValidates
Inheritance
LakeHouseArtifact
Attributes
Implements

Constructors

Name Description
LakeHouseArtifact()

Creates an new LakeHouseArtifact instance.

Properties

Name Description
ArtifactName

[Required] OneLake artifact name

ArtifactType

[Required] OneLake artifact type

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LakeHouseArtifact.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LakeHouseArtifact.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ILakeHouseArtifact.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LakeHouseArtifact into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to