Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Model

Models are mathematical representations of the relationships between data. Models are represented by their associated metadata and artifacts.

Properties

compartmentId

compartmentId: string

The OCID of the model's compartment.

createdBy

createdBy: string

The OCID of the user who created the model.

Optional customMetadataList

customMetadataList: Array<Metadata>

An array of custom metadata details for the model.

Optional definedMetadataList

definedMetadataList: Array<Metadata>

An array of defined metadata details for the model.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

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

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {@code {"Department": "Finance"}}

id

id: string

The OCID of the model.

Optional inputSchema

inputSchema: undefined | string

Input schema file content in String format

lifecycleState

lifecycleState: ModelLifecycleState

The state of the model.

modelVersionSetId

modelVersionSetId: string

The OCID of the model version set that the model is associated to.

modelVersionSetName

modelVersionSetName: string

The name of the model version set that the model is associated to.

Optional outputSchema

outputSchema: undefined | string

Output schema file content in String format

projectId

projectId: string

The OCID of the project associated with the model.

timeCreated

timeCreated: Date

The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z

versionId

versionId: number

Unique identifier assigned to each version of the model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

versionLabel

versionLabel: string

The version label can add an additional description of the lifecycle state of the model or the application using and training the model.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Model): object

getJsonObj

  • getJsonObj(obj: Model): object