Project interface
An object that represents a machine learning project.
- Extends
Properties
account |
The immutable id of the team account which contains this project. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The creation date of the project in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of this project. |
friendly |
The friendly name for this project. |
gitrepo | The reference to git repo for this project. |
project |
The immutable id of this project. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
workspace |
The immutable id of the workspace which contains this project. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. This cannot be changed after the resource is created. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountId
The immutable id of the team account which contains this project. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
creationDate
The creation date of the project in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
description
The description of this project.
description?: string
Property Value
string
friendlyName
The friendly name for this project.
friendlyName?: string
Property Value
string
gitrepo
The reference to git repo for this project.
gitrepo?: string
Property Value
string
projectId
The immutable id of this project. NOTE: This property will not be serialized. It can only be populated by the server.
projectId?: string
Property Value
string
provisioningState
The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
workspaceId
The immutable id of the workspace which contains this project. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceId?: string
Property Value
string
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource. This cannot be changed after the resource is created.
location: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript