tuningMode

Setter for tuningMode.

tuningMode: Tuning mode for tuning.


@CanIgnoreReturnValue()
public CreateTuningJobConfig.Builder tuningMode(TuningMode.Known knownType)

Setter for tuningMode given a known enum.

tuningMode: Tuning mode for tuning.


@CanIgnoreReturnValue()
public CreateTuningJobConfig.Builder tuningMode(String tuningMode)

Setter for tuningMode given a string.

tuningMode: Tuning mode for tuning.