public sealed class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.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
Reference documentation and code samples for the Cloud AI Platform v1beta1 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
IMessageStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesDiscreteValueCondition, IEquatableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesDiscreteValueCondition, IDeepCloneableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesDiscreteValueCondition, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DiscreteValueCondition()
public DiscreteValueCondition()
DiscreteValueCondition(DiscreteValueCondition)
public DiscreteValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.DiscreteValueCondition other)
Parameter | |
---|---|
Name | Description |
other |
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesDiscreteValueCondition |
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 |
RepeatedFielddouble |