Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workspace

Package version

interface

An interface representing Workspace. Batch AI Workspace information.

extends

Resource

Hierarchy

Index

Properties

Optional creationTime

creationTime: Date
member

{Date} [creationTime] Creation time. Time when the Workspace was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] The ID of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] The location of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] Provisioning state. The provisioned state of the Workspace. Possible values include: 'creating', 'succeeded', 'failed', 'deleting' NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningStateTransitionTime

provisioningStateTransitionTime: Date
member

{Date} [provisioningStateTransitionTime] Provisioning state transition time. The time at which the workspace entered its current provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] The tags of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] The type of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc