Uses of Class
com.google.cloud.aiplatform.v1beta1.DistillationSpec.Builder
Packages that use DistillationSpec.Builder
-
Uses of DistillationSpec.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DistillationSpec.BuilderModifier and TypeMethodDescriptionDistillationSpec.Builder.clear()DistillationSpec.Builder.clearBaseTeacherModel()The base teacher model that is being distilled.DistillationSpec.Builder.clearHyperParameters()Optional.DistillationSpec.Builder.clearPipelineRootDirectory()Required.DistillationSpec.Builder.clearStudentModel()The student model that is being tuned, e.g., "google/gemma-2b-1.1-it".DistillationSpec.Builder.clearTeacherModel()DistillationSpec.Builder.clearTrainingDatasetUri()Required.DistillationSpec.Builder.clearTunedTeacherModelSource()The resource name of the Tuned teacher model.DistillationSpec.Builder.clearValidationDatasetUri()Optional.TuningJob.Builder.getDistillationSpecBuilder()Tuning Spec for Distillation.DistillationSpec.Builder.mergeFrom(DistillationSpec other) DistillationSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DistillationSpec.Builder.mergeFrom(com.google.protobuf.Message other) DistillationSpec.Builder.mergeHyperParameters(DistillationHyperParameters value) Optional.static DistillationSpec.BuilderDistillationSpec.newBuilder()static DistillationSpec.BuilderDistillationSpec.newBuilder(DistillationSpec prototype) DistillationSpec.newBuilderForType()protected DistillationSpec.BuilderDistillationSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DistillationSpec.Builder.setBaseTeacherModel(String value) The base teacher model that is being distilled.DistillationSpec.Builder.setBaseTeacherModelBytes(com.google.protobuf.ByteString value) The base teacher model that is being distilled.DistillationSpec.Builder.setHyperParameters(DistillationHyperParameters value) Optional.DistillationSpec.Builder.setHyperParameters(DistillationHyperParameters.Builder builderForValue) Optional.DistillationSpec.Builder.setPipelineRootDirectory(String value) Required.DistillationSpec.Builder.setPipelineRootDirectoryBytes(com.google.protobuf.ByteString value) Required.DistillationSpec.Builder.setStudentModel(String value) The student model that is being tuned, e.g., "google/gemma-2b-1.1-it".DistillationSpec.Builder.setStudentModelBytes(com.google.protobuf.ByteString value) The student model that is being tuned, e.g., "google/gemma-2b-1.1-it".DistillationSpec.Builder.setTrainingDatasetUri(String value) Required.DistillationSpec.Builder.setTrainingDatasetUriBytes(com.google.protobuf.ByteString value) Required.DistillationSpec.Builder.setTunedTeacherModelSource(String value) The resource name of the Tuned teacher model.DistillationSpec.Builder.setTunedTeacherModelSourceBytes(com.google.protobuf.ByteString value) The resource name of the Tuned teacher model.DistillationSpec.Builder.setValidationDatasetUri(String value) Optional.DistillationSpec.Builder.setValidationDatasetUriBytes(com.google.protobuf.ByteString value) Optional.DistillationSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DistillationSpec.BuilderModifier and TypeMethodDescriptionTuningJob.Builder.setDistillationSpec(DistillationSpec.Builder builderForValue) Tuning Spec for Distillation.