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, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition.
Represents the spec to match discrete values from parent parameter.
Inheritance
Object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueConditionImplements
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, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
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 | |
|---|---|
| Name | Description |
other |
StudySpec.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 | |
|---|---|
| Type | Description |
RepeatedField<Double> |
|