public static interface StudySpec.TransferLearningConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisableTransferLearning()
Flag to to manually prevent vizier from using transfer learning on a
new study.
|
String |
getPriorStudyNames(int index)
Output only.
|
com.google.protobuf.ByteString |
getPriorStudyNamesBytes(int index)
Output only.
|
int |
getPriorStudyNamesCount()
Output only.
|
List<String> |
getPriorStudyNamesList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisableTransferLearning()
Flag to to manually prevent vizier from using transfer learning on a new study. Otherwise, vizier will automatically determine whether or not to use transfer learning.
bool disable_transfer_learning = 1;List<String> getPriorStudyNamesList()
Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPriorStudyNamesCount()
Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getPriorStudyNames(int index)
Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getPriorStudyNamesBytes(int index)
Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.