Home
last modified time | relevance | path

Searched refs:model_id (Results 1 – 13 of 13) sorted by path

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc275 $params['model_id'] = (string) The ID of the trained models stats to fetch
H A DMlNamespace.asciidoc253 $params['model_id'] = (string) The ID of the trained model to delete
639 $params['model_id'] = (string) The ID of the trained models to fetch
655 $params['model_id'] = (string) The ID of the trained models stats to fetch
829 $params['model_id'] = (string) The ID of the trained models to store
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DMlTrainedModels.php30 protected $model_id; variable in Elasticsearch\\Endpoints\\Cat\\MlTrainedModels
34 $model_id = $this->model_id ?? null;
36 if (isset($model_id)) {
37 return "/_cat/ml/trained_models/$model_id";
63 public function setModelId($model_id): MlTrainedModels argument
65 if (isset($model_id) !== true) {
68 $this->model_id = $model_id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DDeleteTrainedModel.php31 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteTrainedModel
35 $model_id = $this->model_id ?? null;
37 if (isset($model_id)) {
38 return "/_ml/trained_models/$model_id";
53 public function setModelId($model_id): DeleteTrainedModel argument
55 if (isset($model_id) !== true) {
58 $this->model_id = $model_id;
H A DDeleteTrainedModelAlias.php32 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteTrainedModelAlias
37 $model_id = $this->model_id ?? null;
39 if (isset($model_id) && isset($model_alias)) {
40 return "/_ml/trained_models/$model_id/model_aliases/$model_alias";
65 public function setModelId($model_id): DeleteTrainedModelAlias argument
67 if (isset($model_id) !== true) {
70 $this->model_id = $model_id;
H A DGetTrainedModels.php30 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\GetTrainedModels
34 $model_id = $this->model_id ?? null;
36 if (isset($model_id)) {
37 return "/_ml/trained_models/$model_id";
61 public function setModelId($model_id): GetTrainedModels argument
63 if (isset($model_id) !== true) {
66 $this->model_id = $model_id;
H A DGetTrainedModelsStats.php30 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\GetTrainedModelsStats
34 $model_id = $this->model_id ?? null;
36 if (isset($model_id)) {
37 return "/_ml/trained_models/$model_id/_stats";
56 public function setModelId($model_id): GetTrainedModelsStats argument
58 if (isset($model_id) !== true) {
61 $this->model_id = $model_id;
H A DPutTrainedModel.php31 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\PutTrainedModel
35 $model_id = $this->model_id ?? null;
37 if (isset($model_id)) {
38 return "/_ml/trained_models/$model_id";
65 public function setModelId($model_id): PutTrainedModel argument
67 if (isset($model_id) !== true) {
70 $this->model_id = $model_id;
H A DPutTrainedModelAlias.php32 protected $model_id; variable in Elasticsearch\\Endpoints\\Ml\\PutTrainedModelAlias
37 $model_id = $this->model_id ?? null;
39 if (isset($model_id) && isset($model_alias)) {
40 return "/_ml/trained_models/$model_id/model_aliases/$model_alias";
67 public function setModelId($model_id): PutTrainedModelAlias argument
69 if (isset($model_id) !== true) {
72 $this->model_id = $model_id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php324 * $params['model_id'] = (string) The ID of the trained models stats to fetch
342 $model_id = $this->extractArgument($params, 'model_id');
347 $endpoint->setModelId($model_id);
H A DMlNamespace.php284 * $params['model_id'] = (string) The ID of the trained model to delete
292 $model_id = $this->extractArgument($params, 'model_id');
297 $endpoint->setModelId($model_id);
305 * $params['model_id'] = (string) The trained model where the model alias is assigned
314 $model_id = $this->extractArgument($params, 'model_id');
320 $endpoint->setModelId($model_id);
877 * $params['model_id'] = (string) The ID of the trained models to fetch
893 $model_id
[all...]
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isNaN(parseFloa… variable
H A Dstl_viewer.min.js2model_id=e.id,o.set_geo_minmax(e),o.recalc_dims(e),e.color="#"+e.mesh.material.color.getHexString(…