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, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.
Represents a parameter spec with condition from its parent parameter.
Implements
IMessageStudySpecTypesParameterSpecTypesConditionalParameterSpec, IEquatableStudySpecTypesParameterSpecTypesConditionalParameterSpec, IDeepCloneableStudySpecTypesParameterSpecTypesConditionalParameterSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ConditionalParameterSpec()
public ConditionalParameterSpec()ConditionalParameterSpec(ConditionalParameterSpec)
public ConditionalParameterSpec(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec other)| Parameter | |
|---|---|
| Name | Description | 
| other | StudySpecTypesParameterSpecTypesConditionalParameterSpec | 
Properties
ParameterSpec
public StudySpec.Types.ParameterSpec ParameterSpec { get; set; }Required. The spec for a conditional parameter.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition | |
ParentValueConditionCase
public StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.ParentValueConditionOneofCase ParentValueConditionCase { get; }| Property Value | |
|---|---|
| Type | Description | 
| StudySpecTypesParameterSpecTypesConditionalParameterSpecParentValueConditionOneofCase | |