Class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition (1.2.0)

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

Represents the spec to match discrete values from parent parameter.

Inheritance

Object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DiscreteValueCondition()

public DiscreteValueCondition()

DiscreteValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition)

public DiscreteValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition other)
Parameter
NameDescription
otherStudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition

Properties

Values

public RepeatedField<double> Values { get; }

Required. Matches values of the parent parameter of 'DISCRETE' type. All values must exist in discrete_value_spec of parent parameter.

The Epsilon of the value matching is 1e-10.

Property Value
TypeDescription
RepeatedField<Double>