Lingua

MachineLearningWorkspacePatch Class

Definition

The parameters for updating a machine learning workspace.

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

Constructors

Name Description
MachineLearningWorkspacePatch()

Initializes a new instance of MachineLearningWorkspacePatch.

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.

CosmosDbCollectionsThroughput

Gets or sets the CosmosDbCollectionsThroughput.

Description

The description of this workspace.

EnableDataIsolation

Gets or sets the EnableDataIsolation.

FeatureStoreSettings

Settings for feature store type workspace.

FriendlyName

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

Identity

Gets or sets the Identity.

ImageBuildCompute

The compute name for image build.

IsV1LegacyMode

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

KeyIdentifier

Gets or sets the KeyIdentifier.

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.

Sku

Optional. This field is required to be implemented by the RP because AML is supporting more than one tier.

SoftDeleteRetentionInDays

Retention time in days after workspace get soft deleted.

SystemDatastoresAuthMode

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

Tags

The resource tags for the machine learning workspace.

V1LegacyMode

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

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<MachineLearningWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to