Package com.google.genai.types
Class TuningJobMetadata.Builder
-
- All Implemented Interfaces:
public abstract class TuningJobMetadata.BuilderBuilder for TuningJobMetadata.
-
-
Constructor Summary
Constructors Constructor Description TuningJobMetadata.Builder()
-
Method Summary
Modifier and Type Method Description abstract TuningJobMetadata.BuildercompletedEpochCount(Long completedEpochCount)Setter for completedEpochCount. TuningJobMetadata.BuilderclearCompletedEpochCount()Clears the value of completedEpochCount field. abstract TuningJobMetadata.BuildercompletedStepCount(Long completedStepCount)Setter for completedStepCount. TuningJobMetadata.BuilderclearCompletedStepCount()Clears the value of completedStepCount field. abstract TuningJobMetadatabuild()-
-
Method Detail
-
completedEpochCount
abstract TuningJobMetadata.Builder completedEpochCount(Long completedEpochCount)
Setter for completedEpochCount.
completedEpochCount: Output only. The number of epochs that have been completed.
-
clearCompletedEpochCount
@CanIgnoreReturnValue() TuningJobMetadata.Builder clearCompletedEpochCount()
Clears the value of completedEpochCount field.
-
completedStepCount
abstract TuningJobMetadata.Builder completedStepCount(Long completedStepCount)
Setter for completedStepCount.
completedStepCount: Output only. The number of steps that have been completed. Set for Multi-Step RL.
-
clearCompletedStepCount
@CanIgnoreReturnValue() TuningJobMetadata.Builder clearCompletedStepCount()
Clears the value of completedStepCount field.
-
build
abstract TuningJobMetadata build()
-
-
-
-