You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| capabilities |[Capabilities](#capabilities)| The capabilities of a base or fine tune model. | Yes ||
5996
5996
| created_at | integer | A timestamp when this job or item was created (in unix epochs). | No ||
5997
-
| deprecation | [Deprecation](#deprecation) | Defines the dates of deprecation for the different use cases of a model.
5998
-
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or
5999
-
fine tuned models. The exact dates are specified in the properties. | Yes | |
5997
+
| deprecation |[Deprecation](#deprecation)| Defines the dates of deprecation for the different use cases of a model. Usually base models support 1 year of fine tuning after creation Inference is typically supported 2 years after creation of base or fine tuned models. The exact dates are specified in the properties. | Yes ||
6000
5998
| fine_tune | string | The fine tune job identity (fine-tune-id) if this is a fine tune model; otherwise `null`. | No ||
6001
5999
| id | string | The identity of this item. | No ||
6002
-
| lifecycle_status | [LifeCycleStatus](#lifecyclestatus) | The life cycle status of a model.
6003
-
Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". | Yes | |
6000
+
| lifecycle_status |[LifeCycleStatus](#lifecyclestatus)| The life cycle status of a model. Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". | Yes ||
6004
6001
| model | string | The base model identity (model-id) if this is a fine tune model; otherwise `null`. | No ||
6005
6002
| object |[TypeDiscriminator](#typediscriminator)| Defines the type of an object. | No ||
6006
6003
| status |[FineTuningState](#finetuningstate)| The state of a finetunes object or fine tuning job. | No ||
0 commit comments