Lingua

MachineLearningWorkspacePropertiesPatch Class

Definition

The parameters for updating a machine learning workspace.

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

Constructors

Name Description
MachineLearningWorkspacePropertiesPatch()

Initializes a new instance of MachineLearningWorkspacePropertiesPatch.

Properties

Name Description
ApplicationInsights

ARM id of the application insights associated with this workspace.

ContainerRegistry

ARM id of the container registry associated with this workspace.

Description

The description of this workspace.

EnableDataIsolation

Gets or sets the EnableDataIsolation.

EncryptionKeyIdentifier

Gets the KeyIdentifier.

FeatureStoreSettings

Settings for feature store type workspace.

FriendlyName

The friendly name for this workspace. This name in mutable.

ImageBuildCompute

The compute name for image build.

IsV1LegacyMode

Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.

ManagedNetwork

Gets or sets the ManagedNetwork.

PrimaryUserAssignedIdentity

The user assigned identity resource id that represents the workspace identity.

PublicNetworkAccessType

Whether requests from Public Network are allowed.

ServerlessComputeSettings

Settings for serverless compute in a workspace.

ServiceManagedResourcesCosmosDBCollectionsThroughput

Gets or sets the CollectionsThroughput.

SystemDatastoresAuthMode

The auth mode used for accessing the system datastores of the workspace.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningWorkspacePropertiesPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<MachineLearningWorkspacePropertiesPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<MachineLearningWorkspacePropertiesPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<MachineLearningWorkspacePropertiesPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<MachineLearningWorkspacePropertiesPatch>.Write(ModelReaderWriterOptions)

Applies to