Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Model

Description of Model.

Properties

compartmentId

compartmentId: string

The OCID for the model's compartment.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A short description of the Model.

displayName

displayName: string

A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

id

id: string

The OCID of the model that is immutable on creation.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

lifecycleState

lifecycleState: LifecycleState

The state of the model.

modelTrainingDetails

modelTrainingDetails: ModelTrainingDetails

modelTrainingResults

modelTrainingResults: ModelTrainingResults

projectId

projectId: string

The OCID of the project to associate with the model.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code { "orcl-cloud": { "free-tier-retained": "true" } }}

timeCreated

timeCreated: Date

The time the the Model was created. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time the Model was updated. An RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Model): object

getJsonObj

  • getJsonObj(obj: Model): object