mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00

* updated metadata-ingestion and apis documents * minor changes in * addressing maven ci findings Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2.1 KiB
2.1 KiB
Model
This schema defines the Model entity. Models are algorithms trained on data to find patterns or make predictions.
$id: https://open-metadata.org/schema/entity/data/model.json
Type: object
Properties
- id
required
- Unique identifier of a model instance.
- $ref: ../../type/basic.json#/definitions/uuid
- name
required
- Name that identifies this model.
- Type:
string
- Length: between 1 and 64
- fullyQualifiedName
- A unique name that identifies a model.
- Type:
string
- Length: between 1 and 64
- displayName
- Display Name that identifies this model.
- Type:
string
- version
- Metadata version of the entity.
- $ref: ../../type/basic.json#/definitions/entityVersion
- updatedAt
- Last update time corresponding to the new version of the entity.
- $ref: ../../type/basic.json#/definitions/dateTime
- updatedBy
- User who made the update.
- Type:
string
- description
- Description of the model, what it is, and how to use it.
- Type:
string
- algorithm
required
- Algorithm used to train the model.
- Type:
string
- dashboard
- Performance Dashboard URL to track metric evolution.
- $ref: ../../type/entityReference.json
- href
- Link to the resource corresponding to this entity.
- $ref: ../../type/basic.json#/definitions/href
- owner
- Owner of this model.
- $ref: ../../type/entityReference.json
- followers
- Followers of this model.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
- tags
- Tags for this model.
- Type:
array
- Items
- $ref: ../../type/tagLabel.json
- usageSummary
- Latest usage information for this model.
- $ref: ../../type/usageDetails.json
This document was updated on: Monday, October 18, 2021