public sealed class StudySpec.Types.TransferLearningConfig : IMessage<StudySpec.Types.TransferLearningConfig>, IEquatable<StudySpec.Types.TransferLearningConfig>, IDeepCloneable<StudySpec.Types.TransferLearningConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StudySpec.Types.TransferLearningConfig.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `StudySpec.Types.TransferLearningConfig` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["The `TransferLearningConfig` class allows users to manually disable transfer learning for a study, offering control over whether prior study data is utilized, and lists the names of prior studies used for learning."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties like `DisableTransferLearning`, which is a boolean flag to control the use of transfer learning, and `PriorStudyNames`, which lists the names of previously completed studies."],["The documentation also covers the available constructors for creating instances of `TransferLearningConfig` which are `TransferLearningConfig()` and `TransferLearningConfig(StudySpec.Types.TransferLearningConfig other)`."]]],[]]