Cloud AI Platform v1 API - Class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec (2.27.0)

public sealed class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec : IMessage<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec>, IEquatable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.

Represents a parameter spec with condition from its parent parameter.

Inheritance

object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ConditionalParameterSpec()

public ConditionalParameterSpec()

ConditionalParameterSpec(ConditionalParameterSpec)

public ConditionalParameterSpec(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec other)
Parameter
NameDescription
otherStudySpecTypesParameterSpecTypesConditionalParameterSpec

Properties

ParameterSpec

public StudySpec.Types.ParameterSpec ParameterSpec { get; set; }

Required. The spec for a conditional parameter.

Property Value
TypeDescription
StudySpecTypesParameterSpec

ParentCategoricalValues

public StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition ParentCategoricalValues { get; set; }

The spec for matching values from a parent parameter of CATEGORICAL type.

Property Value
TypeDescription
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesCategoricalValueCondition

ParentDiscreteValues

public StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition ParentDiscreteValues { get; set; }

The spec for matching values from a parent parameter of DISCRETE type.

Property Value
TypeDescription
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesDiscreteValueCondition

ParentIntValues

public StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition ParentIntValues { get; set; }

The spec for matching values from a parent parameter of INTEGER type.

Property Value
TypeDescription
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition

ParentValueConditionCase

public StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.ParentValueConditionOneofCase ParentValueConditionCase { get; }
Property Value
TypeDescription
StudySpecTypesParameterSpecTypesConditionalParameterSpecParentValueConditionOneofCase