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.
Implements
IMessageStudySpecTypesTransferLearningConfig, IEquatableStudySpecTypesTransferLearningConfig, IDeepCloneableStudySpecTypesTransferLearningConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TransferLearningConfig()
public TransferLearningConfig()
TransferLearningConfig(TransferLearningConfig)
public TransferLearningConfig(StudySpec.Types.TransferLearningConfig other)
Parameter | |
---|---|
Name | Description |
other |
StudySpecTypesTransferLearningConfig |
Properties
DisableTransferLearning
public bool DisableTransferLearning { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
PriorStudyNames
public RepeatedField<string> PriorStudyNames { get; }
Output only. Names of previously completed studies
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |