|
3 | 3 |
|
4 | 4 | | Name | Type | Description | Notes |
|
5 | 5 | |------------ | ------------- | ------------- | -------------|
|
6 |
| -| **model\_name** | **String** | Name of registered model, relative to parent schema. | [optional] [default to null] | |
7 |
| -| **catalog\_name** | **String** | Name of parent catalog. | [optional] [default to null] | |
8 |
| -| **schema\_name** | **String** | Name of parent schema relative to its parent catalog. | [optional] [default to null] | |
9 |
| -| **version** | **Long** | The version number of the model version. | [optional] [default to null] | |
10 |
| -| **source** | **String** | URI indicating the location of the source model artifacts. | [optional] [default to null] | |
| 6 | +| **model\_name** | **String** | The name of the parent registered model of the model version, relative to parent schema | [optional] [default to null] | |
| 7 | +| **catalog\_name** | **String** | The name of the catalog containing the model version | [optional] [default to null] | |
| 8 | +| **schema\_name** | **String** | The name of the schema containing the model version, relative to parent catalog | [optional] [default to null] | |
| 9 | +| **version** | **Long** | Integer model version number, used to reference the model version in API requests. | [optional] [default to null] | |
| 10 | +| **source** | **String** | URI indicating the location of the source artifacts (files) for the model version | [optional] [default to null] | |
11 | 11 | | **run\_id** | **String** | The run id used by the ML package that generated the model. | [optional] [default to null] |
|
12 | 12 | | **status** | [**ModelVersionStatus**](ModelVersionStatus.md) | | [optional] [default to null] |
|
13 |
| -| **storage\_location** | **String** | The storage location on the cloud under which model version data files are stored. | [optional] [default to null] | |
14 |
| -| **comment** | **String** | User-provided free-form text description. | [optional] [default to null] | |
| 13 | +| **storage\_location** | **String** | The storage location on the cloud under which model version data files are stored | [optional] [default to null] | |
| 14 | +| **comment** | **String** | The comment attached to the model version | [optional] [default to null] | |
15 | 15 | | **created\_at** | **Long** | Time at which this model version was created, in epoch milliseconds. | [optional] [default to null] |
|
16 |
| -| **created\_by** | **String** | The user that created the model version | [optional] [default to null] | |
| 16 | +| **created\_by** | **String** | The identifier of the user who created the model version | [optional] [default to null] | |
17 | 17 | | **updated\_at** | **Long** | Time at which this model version was last modified, in epoch milliseconds. | [optional] [default to null] |
|
18 |
| -| **updated\_by** | **String** | The user that last updated the model version | [optional] [default to null] | |
19 |
| -| **model\_version\_id** | **String** | Unique identifier for the model version. | [optional] [default to null] | |
| 18 | +| **updated\_by** | **String** | The identifier of the user who updated the model version last time | [optional] [default to null] | |
| 19 | +| **id** | **String** | Unique identifier for the model version. | [optional] [default to null] | |
20 | 20 |
|
21 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
22 | 22 |
|
0 commit comments