tuningJobState

public abstract TuningJob.Builder tuningJobState(TuningJobState tuningJobState)

Setter for tuningJobState.

tuningJobState: Output only. The detail state of the tuning job (while the overall `JobState` is running).


@CanIgnoreReturnValue()
public TuningJob.Builder tuningJobState(TuningJobState.Known knownType)

Setter for tuningJobState given a known enum.

tuningJobState: Output only. The detail state of the tuning job (while the overall `JobState` is running).


@CanIgnoreReturnValue()
public TuningJob.Builder tuningJobState(String tuningJobState)

Setter for tuningJobState given a string.

tuningJobState: Output only. The detail state of the tuning job (while the overall `JobState` is running).