Private
clientReadonly
methods: { Readonly
cancelfrom rpc viam.app.mltraining.v1.MLTrainingService.CancelTrainingJob
Readonly
I: typeof CancelTrainingJobRequestReadonly
O: typeof CancelTrainingJobResponseReadonly
kind: UnaryReadonly
name: "CancelTrainingJob"Readonly
deleteDeleteCompletedTrainingJob removes a completed training job from the database, whether the job succeeded or failed.
from rpc viam.app.mltraining.v1.MLTrainingService.DeleteCompletedTrainingJob
Readonly
I: typeof DeleteCompletedTrainingJobRequestReadonly
O: typeof DeleteCompletedTrainingJobResponseReadonly
kind: UnaryReadonly
name: "DeleteCompletedTrainingJob"Readonly
getGetTrainingJob retrieves a training job by its ID.
from rpc viam.app.mltraining.v1.MLTrainingService.GetTrainingJob
Readonly
I: typeof GetTrainingJobRequestReadonly
O: typeof GetTrainingJobResponseReadonly
kind: UnaryReadonly
name: "GetTrainingJob"Readonly
getGetTrainingJobLogs gets the logs for a given custom training job.
from rpc viam.app.mltraining.v1.MLTrainingService.GetTrainingJobLogs
Readonly
I: typeof GetTrainingJobLogsRequestReadonly
O: typeof GetTrainingJobLogsResponseReadonly
kind: UnaryReadonly
name: "GetTrainingJobLogs"Readonly
listListTrainingJobs lists training jobs for a given organization ID and training status.
from rpc viam.app.mltraining.v1.MLTrainingService.ListTrainingJobs
Readonly
I: typeof ListTrainingJobsRequestReadonly
O: typeof ListTrainingJobsResponseReadonly
kind: UnaryReadonly
name: "ListTrainingJobs"Readonly
submitSubmitCustomTrainingJob submits a custom training job request.
from rpc viam.app.mltraining.v1.MLTrainingService.SubmitCustomTrainingJob
Readonly
I: typeof SubmitCustomTrainingJobRequestReadonly
O: typeof SubmitCustomTrainingJobResponseReadonly
kind: UnaryReadonly
name: "SubmitCustomTrainingJob"Readonly
submitSubmitTrainingJob submits a training job request.
from rpc viam.app.mltraining.v1.MLTrainingService.SubmitTrainingJob
Readonly
I: typeof SubmitTrainingJobRequestReadonly
O: typeof SubmitTrainingJobResponseReadonly
kind: UnaryReadonly
name: "SubmitTrainingJob"Readonly
type
CancelTrainingJob cancels a training job that has not yet completed.