Closed mattt closed 12 months ago
This PR updates the Client.createTraining method to take a required model argument (model ID in the form {owner}/{model}, and routes the request to the correct URL for the trainings.create endpoint.
Client.createTraining
model
{owner}/{model}
trainings.create
This PR updates the
Client.createTraining
method to take a requiredmodel
argument (model ID in the form{owner}/{model}
, and routes the request to the correct URL for thetrainings.create
endpoint.