Class GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig
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
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig : IDirectResponseSchema
Properties
DisableTransferLearning
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.
Declaration
[JsonProperty("disableTransferLearning")]
public virtual bool? DisableTransferLearning { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PriorStudyNames
Output only. Names of previously completed studies
Declaration
[JsonProperty("priorStudyNames")]
public virtual IList<string> PriorStudyNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |