Builder
Builder for CreateTuningJobConfig.
Functions
Link copied to clipboard
Setter for adapterSize.
@CanIgnoreReturnValue()
Setter for adapterSize given a known enum.
Setter for adapterSize given a string.
Link copied to clipboard
Setter for baseTeacherModel.
Link copied to clipboard
Setter for batchSize.
Link copied to clipboard
Setter for beta.
Link copied to clipboard
Link copied to clipboard
Clears the value of adapterSize field.
Link copied to clipboard
Clears the value of baseTeacherModel field.
Link copied to clipboard
Clears the value of batchSize field.
Link copied to clipboard
Clears the value of beta field.
Link copied to clipboard
Clears the value of customBaseModel field.
Link copied to clipboard
Clears the value of description field.
Link copied to clipboard
Clears the value of encryptionSpec field.
Link copied to clipboard
Clears the value of epochCount field.
Link copied to clipboard
Clears the value of evaluationConfig field.
Link copied to clipboard
Clears the value of exportLastCheckpointOnly field.
Link copied to clipboard
Clears the value of httpOptions field.
Link copied to clipboard
Clears the value of labels field.
Link copied to clipboard
Clears the value of learningRate field.
Link copied to clipboard
Clears the value of learningRateMultiplier field.
Link copied to clipboard
Clears the value of method field.
Link copied to clipboard
Clears the value of outputUri field.
Link copied to clipboard
Clears the value of preTunedModelCheckpointId field.
Link copied to clipboard
Clears the value of sftLossWeightMultiplier field.
Link copied to clipboard
Clears the value of tunedModelDisplayName field.
Link copied to clipboard
Clears the value of tunedTeacherModelSource field.
Link copied to clipboard
Clears the value of tuningMode field.
Link copied to clipboard
Clears the value of validationDataset field.
Link copied to clipboard
Setter for customBaseModel.
Link copied to clipboard
Setter for description.
Link copied to clipboard
Setter for encryptionSpec.
@CanIgnoreReturnValue()
Setter for encryptionSpec builder.
Link copied to clipboard
Setter for epochCount.
Link copied to clipboard
Setter for evaluationConfig.
@CanIgnoreReturnValue()
Setter for evaluationConfig builder.
Link copied to clipboard
public abstract CreateTuningJobConfig.Builder exportLastCheckpointOnly(boolean exportLastCheckpointOnly)
Setter for exportLastCheckpointOnly.
Link copied to clipboard
Setter for httpOptions.
@CanIgnoreReturnValue()
Setter for httpOptions builder.
Link copied to clipboard
Setter for learningRate.
Link copied to clipboard
Setter for learningRateMultiplier.
Link copied to clipboard
Setter for method.
Setter for method given a known enum.
Setter for method given a string.
Link copied to clipboard
Setter for outputUri.
Link copied to clipboard
public abstract CreateTuningJobConfig.Builder preTunedModelCheckpointId(String preTunedModelCheckpointId)
Setter for preTunedModelCheckpointId.
Link copied to clipboard
public abstract CreateTuningJobConfig.Builder sftLossWeightMultiplier(Float sftLossWeightMultiplier)
Setter for sftLossWeightMultiplier.
Link copied to clipboard
Setter for tunedModelDisplayName.
Link copied to clipboard
public abstract CreateTuningJobConfig.Builder tunedTeacherModelSource(String tunedTeacherModelSource)
Setter for tunedTeacherModelSource.
Link copied to clipboard
Setter for tuningMode.
Setter for tuningMode given a known enum.
Setter for tuningMode given a string.
Link copied to clipboard
public abstract CreateTuningJobConfig.Builder validationDataset(TuningValidationDataset validationDataset)
Setter for validationDataset.
@CanIgnoreReturnValue()
Setter for validationDataset builder.