Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Project

Package version

interface

An interface representing Project. An object that represents a machine learning project.

extends

Resource

Hierarchy

Index

Properties

Optional accountId

accountId: undefined | string
member

{string} [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.

Optional creationDate

creationDate: Date
member

{Date} [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.

Optional description

description: undefined | string
member

{string} [description] The description of this project.

friendlyName

friendlyName: string
member

{string} friendlyName The friendly name for this project.

Optional gitrepo

gitrepo: undefined | string
member

{string} [gitrepo] The reference to git repo for this project.

Optional id

id: undefined | string
member

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

location

location: string
member

{string} location The location of the resource. This cannot be changed after the resource is created.

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 projectId

projectId: undefined | string
member

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

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Creating', 'Succeeded', 'Updating', 'Deleting', 'Failed' 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.

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.

Optional workspaceId

workspaceId: undefined | string
member

{string} [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.

Generated using TypeDoc