public static interface StudySpec.TransferLearningConfigOrBuilder extends MessageOrBuilder
Implements
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;
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the priorStudyNames. |