LakeHouseArtifact Class

Definition

The LakeHouseArtifact.

public class LakeHouseArtifact : Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.LakeHouseArtifact>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.LakeHouseArtifact>
public class LakeHouseArtifact : Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact
type LakeHouseArtifact = class
    inherit OneLakeArtifact
    interface IJsonModel<LakeHouseArtifact>
    interface IPersistableModel<LakeHouseArtifact>
type LakeHouseArtifact = class
    inherit OneLakeArtifact
Public Class LakeHouseArtifact
Inherits OneLakeArtifact
Implements IJsonModel(Of LakeHouseArtifact), IPersistableModel(Of LakeHouseArtifact)
Public Class LakeHouseArtifact
Inherits OneLakeArtifact
Inheritance
LakeHouseArtifact
Implements

Constructors

LakeHouseArtifact(String)

Initializes a new instance of LakeHouseArtifact.

Properties

ArtifactName

[Required] OneLake artifact name.

(Inherited from OneLakeArtifact)

Explicit Interface Implementations

IJsonModel<LakeHouseArtifact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LakeHouseArtifact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<OneLakeArtifact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from OneLakeArtifact)
IJsonModel<OneLakeArtifact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OneLakeArtifact)
IPersistableModel<LakeHouseArtifact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LakeHouseArtifact>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LakeHouseArtifact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<OneLakeArtifact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OneLakeArtifact)
IPersistableModel<OneLakeArtifact>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from OneLakeArtifact)
IPersistableModel<OneLakeArtifact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OneLakeArtifact)

Applies to