Workspace Class

Batch AI Workspace information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.batchai.models._models_py3.Resource
Workspace

Constructor

Workspace(**kwargs)

Variables

id
str

The ID of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags
dict[str, str]

A set of tags. The tags of the resource.

creation_time
datetime

Time when the Workspace was created.

provisioning_state
str or <xref:batch_ai.models.ProvisioningState>

The provisioned state of the Workspace. Possible values include: "creating", "succeeded", "failed", "deleting".

provisioning_state_transition_time
datetime

The time at which the workspace entered its current provisioning state.