StudySpec_TransferLearningConfig class final

This contains flag for manually disabling transfer learning for a study. The names of prior studies being used for transfer learning (if any) are also listed here.

Inheritance
  • Object
  • ProtoMessage
  • StudySpec_TransferLearningConfig

Constructors

StudySpec_TransferLearningConfig({bool disableTransferLearning = false, List<String> priorStudyNames = const []})
StudySpec_TransferLearningConfig.fromJson(Map<String, dynamic> json)
factory

Properties

disableTransferLearning bool
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.
final
hashCode int
The hash code for this object.
no setterinherited
priorStudyNames List<String>
Output only. Names of previously completed studies
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String