Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Model

Machine-learned Model.

Properties

Optional averagePrecision

averagePrecision: undefined | number

The mean average precision of the trained model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The compartment identifier.

Optional confidenceThreshold

confidenceThreshold: undefined | number

The intersection over the union threshold used for calculating precision and recall. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional definedTags

definedTags: undefined | object

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

Optional description

description: undefined | string

An optional description of the model.

Optional displayName

displayName: undefined | string

A human-friendly name for the model, which can be changed.

Optional freeformTags

freeformTags: undefined | object

A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {@code {"bar-key": "value"}}

id

id: string

A unique identifier that is immutable after creation.

Optional isQuickMode

isQuickMode: undefined | false | true

Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail, that can provide actionable information if training failed.

lifecycleState

lifecycleState: LifecycleState

The current state of the model.

Optional maxTrainingDurationInHours

maxTrainingDurationInHours: undefined | number

The maximum model training duration in hours, expressed as a decimal fraction. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional metrics

metrics: undefined | string

The complete set of per-label metrics for successfully trained models.

modelType

modelType: ModelType

What type of Vision model this is.

modelVersion

modelVersion: string

The version of the model.

Optional precision

precision: undefined | number

The precision of the trained model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

projectId

projectId: string

The OCID of the project that contains the model.

Optional recall

recall: undefined | number

Recall of the trained model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional systemTags

systemTags: undefined | object

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

Optional testImageCount

testImageCount: undefined | number

The number of images set aside for evaluating model performance metrics after training. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional testingDataset

timeCreated

timeCreated: Date

When the model was created, as an RFC3339 datetime string.

Optional timeUpdated

timeUpdated: Date

When the model was updated, as an RFC3339 datetime string.

Optional totalImageCount

totalImageCount: undefined | number

The number of images in the dataset used to train, validate, and test the model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional trainedDurationInHours

trainedDurationInHours: undefined | number

The total hours actually used for model training. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

trainingDataset

Optional validationDataset

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Model): object

getJsonObj

  • getJsonObj(obj: Model): object