MachineLearningWorkspacePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MachineLearningWorkspacePatch() |
Initializes a new instance of MachineLearningWorkspacePatch. |
Properties
ApplicationInsights |
ARM id of the application insights associated with this workspace. |
ContainerRegistry |
ARM id of the container registry associated with this workspace. |
CosmosDbCollectionsThroughput |
The throughput of the collections in cosmosdb database. |
Description |
The description of this workspace. |
EnableDataIsolation |
Gets or sets the enable data isolation. |
FeatureStoreSettings |
Settings for feature store type workspace. |
FriendlyName |
The friendly name for this workspace. |
Identity |
The identity of the resource. |
ImageBuildCompute |
The compute name for image build. |
KeyIdentifier |
Gets or sets the key identifier. |
ManagedNetwork |
Managed Network settings for a machine learning workspace. |
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 created in the workspace. |
Sku |
The sku of the workspace. |
SoftDeleteRetentionInDays |
Retention time in days after workspace get soft deleted. |
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. |
Explicit Interface Implementations
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
Azure SDK for .NET