Skip to main content
Glama

Gotas Commerce MCP Server

fine-tuning.d.ts2 kB
import { APIResource } from "../../resource.js"; import * as MethodsAPI from "./methods.js"; import { DpoHyperparameters, DpoMethod, Methods, ReinforcementHyperparameters, ReinforcementMethod, SupervisedHyperparameters, SupervisedMethod } from "./methods.js"; import * as AlphaAPI from "./alpha/alpha.js"; import { Alpha } from "./alpha/alpha.js"; import * as CheckpointsAPI from "./checkpoints/checkpoints.js"; import { Checkpoints } from "./checkpoints/checkpoints.js"; import * as JobsAPI from "./jobs/jobs.js"; import { FineTuningJob, FineTuningJobEvent, FineTuningJobEventsPage, FineTuningJobIntegration, FineTuningJobWandbIntegration, FineTuningJobWandbIntegrationObject, FineTuningJobsPage, JobCreateParams, JobListEventsParams, JobListParams, Jobs } from "./jobs/jobs.js"; export declare class FineTuning extends APIResource { methods: MethodsAPI.Methods; jobs: JobsAPI.Jobs; checkpoints: CheckpointsAPI.Checkpoints; alpha: AlphaAPI.Alpha; } export declare namespace FineTuning { export { Methods as Methods, type DpoHyperparameters as DpoHyperparameters, type DpoMethod as DpoMethod, type ReinforcementHyperparameters as ReinforcementHyperparameters, type ReinforcementMethod as ReinforcementMethod, type SupervisedHyperparameters as SupervisedHyperparameters, type SupervisedMethod as SupervisedMethod, }; export { Jobs as Jobs, type FineTuningJob as FineTuningJob, type FineTuningJobEvent as FineTuningJobEvent, type FineTuningJobIntegration as FineTuningJobIntegration, type FineTuningJobWandbIntegration as FineTuningJobWandbIntegration, type FineTuningJobWandbIntegrationObject as FineTuningJobWandbIntegrationObject, FineTuningJobsPage as FineTuningJobsPage, FineTuningJobEventsPage as FineTuningJobEventsPage, type JobCreateParams as JobCreateParams, type JobListParams as JobListParams, type JobListEventsParams as JobListEventsParams, }; export { Checkpoints as Checkpoints }; export { Alpha as Alpha }; } //# sourceMappingURL=fine-tuning.d.ts.map

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/caiovicentino/mcpGOTAS'

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