WorkspaceUpdateParameters Class

The parameters for updating a machine learning workspace.

Inheritance
WorkspaceUpdateParameters

Constructor

WorkspaceUpdateParameters(*, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.machinelearningservices.models._models_py3.Sku] = None, description: Optional[str] = None, friendly_name: Optional[str] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. The resource tags for the machine learning workspace.

sku
Sku
Required

The sku of the workspace.

description
str
Required

The description of this workspace.

friendly_name
str
Required

The friendly name for this workspace.