Uses of Class
com.google.cloud.aiplatform.v1beta1.StudySpec.TransferLearningConfig.Builder
Packages that use StudySpec.TransferLearningConfig.Builder
-
Uses of StudySpec.TransferLearningConfig.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StudySpec.TransferLearningConfig.BuilderModifier and TypeMethodDescriptionStudySpec.TransferLearningConfig.Builder.addAllPriorStudyNames(Iterable<String> values) Output only.StudySpec.TransferLearningConfig.Builder.addPriorStudyNames(String value) Output only.StudySpec.TransferLearningConfig.Builder.addPriorStudyNamesBytes(com.google.protobuf.ByteString value) Output only.StudySpec.TransferLearningConfig.Builder.clear()StudySpec.TransferLearningConfig.Builder.clearDisableTransferLearning()Flag to to manually prevent vizier from using transfer learning on a new study.StudySpec.TransferLearningConfig.Builder.clearPriorStudyNames()Output only.StudySpec.Builder.getTransferLearningConfigBuilder()The configuration info/options for transfer learning.StudySpec.TransferLearningConfig.Builder.mergeFrom(StudySpec.TransferLearningConfig other) StudySpec.TransferLearningConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StudySpec.TransferLearningConfig.Builder.mergeFrom(com.google.protobuf.Message other) StudySpec.TransferLearningConfig.newBuilder()StudySpec.TransferLearningConfig.newBuilder(StudySpec.TransferLearningConfig prototype) StudySpec.TransferLearningConfig.newBuilderForType()protected StudySpec.TransferLearningConfig.BuilderStudySpec.TransferLearningConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StudySpec.TransferLearningConfig.Builder.setDisableTransferLearning(boolean value) Flag to to manually prevent vizier from using transfer learning on a new study.StudySpec.TransferLearningConfig.Builder.setPriorStudyNames(int index, String value) Output only.StudySpec.TransferLearningConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StudySpec.TransferLearningConfig.BuilderModifier and TypeMethodDescriptionStudySpec.Builder.setTransferLearningConfig(StudySpec.TransferLearningConfig.Builder builderForValue) The configuration info/options for transfer learning.