Interface GetTuningJobParameters

Parameters for the get method.

interface GetTuningJobParameters {
    config?: GetTuningJobConfig;
    name: string;
}

Properties

Properties

Optional parameters for the request.

name: string