Interface StudySpec.TransferLearningConfigOrBuilder (3.42.0)

public static interface StudySpec.TransferLearningConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the priorStudyNames.