Package com.google.genai.types
Class TuningJobMetadata.Builder
java.lang.Object
com.google.genai.types.TuningJobMetadata.Builder
- Enclosing class:
- TuningJobMetadata
Builder for TuningJobMetadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TuningJobMetadatabuild()Clears the value of completedEpochCount field.Clears the value of completedStepCount field.abstract TuningJobMetadata.BuildercompletedEpochCount(Long completedEpochCount) Setter for completedEpochCount.abstract TuningJobMetadata.BuildercompletedStepCount(Long completedStepCount) Setter for completedStepCount.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
completedEpochCount
Setter for completedEpochCount.completedEpochCount: Output only. The number of epochs that have been completed.
-
clearCompletedEpochCount
Clears the value of completedEpochCount field. -
completedStepCount
Setter for completedStepCount.completedStepCount: Output only. The number of steps that have been completed. Set for Multi-Step RL.
-
clearCompletedStepCount
Clears the value of completedStepCount field. -
build
-