public static interface StudySpec.TransferLearningConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisableTransferLearning()
public abstract boolean 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;
| Type | Description |
| boolean | The disableTransferLearning. |
getPriorStudyNames(int index)
public abstract String getPriorStudyNames(int index)Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The priorStudyNames at the given index. |
getPriorStudyNamesBytes(int index)
public abstract ByteString getPriorStudyNamesBytes(int index)Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the priorStudyNames at the given index. |
getPriorStudyNamesCount()
public abstract int getPriorStudyNamesCount()Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The count of priorStudyNames. |
getPriorStudyNamesList()
public abstract List<String> getPriorStudyNamesList()Output only. Names of previously completed studies
repeated string prior_study_names = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<String> | A list containing the priorStudyNames. |