Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add specs for ml namespace #228

Open
5 of 40 tasks
Tracked by #168
nhtruong opened this issue Apr 11, 2024 · 2 comments
Open
5 of 40 tasks
Tracked by #168

[FEATURE] Add specs for ml namespace #228

nhtruong opened this issue Apr 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nhtruong
Copy link
Collaborator

nhtruong commented Apr 11, 2024

Part of Adding missing API specs issue

  • /_plugins/_ml/_execute/{algorithm}: ["POST"]
  • /_plugins/_ml/_predict/{algorithm}/{model_id}: ["POST"]
  • /_plugins/_ml/_train/{algorithm}: ["POST"]
  • /_plugins/_ml/_train_predict/{algorithm}: ["POST"]
  • /_plugins/_ml/connectors/_create: ["POST"]
  • /_plugins/_ml/connectors/_search: ["GET","POST"]
  • /_plugins/_ml/connectors/{connector_id}: ["GET","PUT","DELETE"]
  • /_plugins/_ml/memory/conversation: ["GET","POST"]
  • /_plugins/_ml/memory/conversation/{conversation_id}: ["GET","POST","DELETE"]
  • /_plugins/_ml/model_groups/_register: ["POST"]
  • /_plugins/_ml/model_groups/_search: ["GET","POST"]
  • /_plugins/_ml/model_groups/{model_group_id}: ["PUT","DELETE"]
  • /_plugins/_ml/models/_register: ["POST"]
  • /_plugins/_ml/models/_register_meta: ["POST"]
  • /_plugins/_ml/models/_search: ["GET","POST"]
  • /_plugins/_ml/models/_undeploy: ["POST"]
  • /_plugins/_ml/models/_unload: ["POST"]
  • /_plugins/_ml/models/_upload: ["POST"]
  • /_plugins/_ml/models/meta: ["POST"]
  • /_plugins/_ml/models/{model_id}: ["GET","DELETE"]
  • /_plugins/_ml/models/{model_id}/_deploy: ["POST"]
  • /_plugins/_ml/models/{model_id}/_load: ["POST"]
  • /_plugins/_ml/models/{model_id}/_predict: ["POST"]
  • /_plugins/_ml/models/{model_id}/_undeploy: ["POST"]
  • /_plugins/_ml/models/{model_id}/_unload: ["POST"]
  • /_plugins/_ml/models/{model_id}/chunk/{chunk_number}: ["POST"]
  • /_plugins/_ml/models/{model_id}/upload_chunk/{chunk_number}: ["POST"]
  • /_plugins/_ml/models/{model_id}/{version}/_register: ["POST"]
  • /_plugins/_ml/models/{model_id}/{version}/_upload: ["POST"]
  • /_plugins/_ml/profile: ["GET"]
  • /_plugins/_ml/profile/models: ["GET"]
  • /_plugins/_ml/profile/models/{model_id}: ["GET"]
  • /_plugins/_ml/profile/tasks: ["GET"]
  • /_plugins/_ml/profile/tasks/{task_id}: ["GET"]
  • /_plugins/_ml/stats/: ["GET"]
  • /_plugins/_ml/stats/{stat}: ["GET"]
  • /_plugins/_ml/tasks/_search: ["GET","POST"]
  • /_plugins/_ml/tasks/{task_id}: ["GET","DELETE"]
  • /_plugins/_ml/{nodeId}/stats/: ["GET"]
  • /_plugins/_ml/{nodeId}/stats/{stat}: ["GET"]
@dblock
Copy link
Member

dblock commented Aug 6, 2024

In the default installation GET /_mappings also currently fails on .plugins-ml-config and .plugins-ml-model.

@dblock
Copy link
Member

dblock commented Aug 13, 2024

Checked some of these boxes after #504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants