Lingua

MachineLearningDatastoreProperties Class

Definition

Base definition for datastore contents configuration. Please note this is the base class. The derived classes available for instantiation are: MachineLearningAzureBlobDatastore, MachineLearningAzureDataLakeGen1Datastore, MachineLearningAzureDataLakeGen2Datastore, MachineLearningAzureFileDatastore, and OneLakeDatastore.

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

Constructors

Name Description
MachineLearningDatastoreProperties(MachineLearningDatastoreCredentials, DatastoreType)

Initializes a new instance of MachineLearningDatastoreProperties.

MachineLearningDatastoreProperties(MachineLearningDatastoreCredentials)

Initializes a new instance of MachineLearningDatastoreProperties.

Properties

Name Description
Credentials

[Required] Account credentials.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IntellectualProperty

Intellectual Property details.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<MachineLearningDatastoreProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningDatastoreProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDatastoreProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDatastoreProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)

Applies to