Skip to main content
Glama

Infer MCP Server

by jackyxhb

trainClassifier

Execute classifier training commands on remote hosts via SSH to train specified subclasses using dataset paths and configurable execution parameters.

Instructions

Run classifier training commands on a remote host via SSH

Input Schema

NameRequiredDescriptionDefault
commandTemplateNoCommand template to run on the remote host; overrides configuration if provided
datasetPathYesRemote dataset path
dryRunNoIf true, render commands without executing them
profileYesCredential profile for SSH access
subclassesYesList of subclasses to train
timeoutMsNoOptional timeout per subclass execution in milliseconds

Input Schema (JSON Schema)

{ "properties": { "commandTemplate": { "description": "Command template to run on the remote host; overrides configuration if provided", "type": "string" }, "datasetPath": { "description": "Remote dataset path", "type": "string" }, "dryRun": { "description": "If true, render commands without executing them", "type": "boolean" }, "profile": { "description": "Credential profile for SSH access", "type": "string" }, "subclasses": { "description": "List of subclasses to train", "items": { "type": "string" }, "minItems": 1, "type": "array" }, "timeoutMs": { "description": "Optional timeout per subclass execution in milliseconds", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "profile", "subclasses", "datasetPath" ], "type": "object" }

Other Tools from Infer MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackyxhb/InferMCPServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server