Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX