Sprog

OneLakeArtifact Class

Definition

OneLake artifact (data source) configuration. Please note this is the abstract base class. The derived classes available for instantiation are: LakeHouseArtifact.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownOneLakeArtifact))]
public abstract class OneLakeArtifact : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact>
public abstract class OneLakeArtifact
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownOneLakeArtifact))>]
type OneLakeArtifact = class
    interface IJsonModel<OneLakeArtifact>
    interface IPersistableModel<OneLakeArtifact>
type OneLakeArtifact = class
Public MustInherit Class OneLakeArtifact
Implements IJsonModel(Of OneLakeArtifact), IPersistableModel(Of OneLakeArtifact)
Public MustInherit Class OneLakeArtifact
Inheritance
OneLakeArtifact
Derived
Attributes
Implements

Constructors

Name Description
OneLakeArtifact(String)

Initializes a new instance of OneLakeArtifact.

Properties

Name Description
ArtifactName

[Required] OneLake artifact name.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OneLakeArtifact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OneLakeArtifact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OneLakeArtifact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OneLakeArtifact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OneLakeArtifact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to