Uses of Class
com.google.genai.types.TuningJobMetadata.Builder
Packages that use TuningJobMetadata.Builder
-
Uses of TuningJobMetadata.Builder in com.google.genai.types
Methods in com.google.genai.types that return TuningJobMetadata.BuilderModifier and TypeMethodDescriptionstatic TuningJobMetadata.BuilderTuningJobMetadata.builder()Instantiates a builder for TuningJobMetadata.TuningJobMetadata.Builder.clearCompletedEpochCount()Clears the value of completedEpochCount field.TuningJobMetadata.Builder.clearCompletedStepCount()Clears the value of completedStepCount field.abstract TuningJobMetadata.BuilderTuningJobMetadata.Builder.completedEpochCount(Long completedEpochCount) Setter for completedEpochCount.abstract TuningJobMetadata.BuilderTuningJobMetadata.Builder.completedStepCount(Long completedStepCount) Setter for completedStepCount.abstract TuningJobMetadata.BuilderTuningJobMetadata.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type TuningJobMetadata.BuilderModifier and TypeMethodDescriptionTuningJob.Builder.tuningJobMetadata(TuningJobMetadata.Builder tuningJobMetadataBuilder) Setter for tuningJobMetadata builder.