MachineLearningRegistryData Class

Definition

A class representing the MachineLearningRegistry data model.

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

Constructors

MachineLearningRegistryData(AzureLocation)

Initializes a new instance of MachineLearningRegistryData.

Properties

DiscoveryUri

Discovery URL for the Registry.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Managed service identity (system assigned and/or user assigned identities).

IntellectualPropertyPublisher

IntellectualPropertyPublisher for the registry.

Kind

Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagedResourceId

Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

MlFlowRegistryUri

MLFlow Registry URI for the Registry.

Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointConnections

Private endpoint connections info used for pending connections in private link portal.

PublicNetworkAccess

Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"

RegionDetails

Details of each region the registry is in.

RegistryPrivateEndpointConnections

Private endpoint connections info used for pending connections in private link portal.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

Sku details required for ARM contract for Autoscaling.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<MachineLearningRegistryData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningRegistryData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningRegistryData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningRegistryData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningRegistryData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to