Managed Service for ClickHouse API, REST: MlModel.Get
Written by
Updated at October 17, 2024
Returns the specified machine learning model.
To get the list of all available models, make a List request.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-clickhouse/v1/clusters/{clusterId}/mlModels/{mlModelName}
Path parameters
Field |
Description |
clusterId |
string Required field. ID of the cluster that the model belongs to. |
mlModelName |
string Required field. Name of the model to return. To get a model name make a MlModelService.List request. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"clusterId": "string",
"type": "string",
"uri": "string"
}
Field |
Description |
name |
string Name of the the model. |
clusterId |
string ID of the ClickHouse cluster that the model belongs to. |
type |
enum (MlModelType) Type of the model.
|
uri |
string Model file URL. You can only use models stored in Object Storage. |