public sealed class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition : IMessage<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition>, IEquatable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition.
Represents the spec to match categorical values from parent parameter.
Inheritance
object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueConditionImplements
IMessageStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesCategoricalValueCondition, IEquatableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesCategoricalValueCondition, IDeepCloneableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesCategoricalValueCondition, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
CategoricalValueCondition()
public CategoricalValueCondition()CategoricalValueCondition(CategoricalValueCondition)
public CategoricalValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.CategoricalValueCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesCategoricalValueCondition |
Properties
Values
public RepeatedField<string> Values { get; }Required. Matches values of the parent parameter of 'CATEGORICAL'
type. All values must exist in categorical_value_spec of parent
parameter.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|