Interface CancelTuningJobParameters

Parameters for the cancel method.

interface CancelTuningJobParameters {
    config?: CancelTuningJobConfig;
    name: string;
}

Properties

Properties

Optional parameters for the request.

name: string

The resource name of the tuning job.