public sealed class IntValueCondition : IMessage<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IEquatable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IBufferMessage, IMessageRepresents the spec to match integer values from parent parameter.
Inheritance
Object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueConditionImplements
IMessage<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IEquatable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
IntValueCondition()
public IntValueCondition()IntValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition)
public IntValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition |
Properties
Values
public RepeatedField<long> Values { get; }Required. Matches values of the parent parameter of 'INTEGER' type.
All values must lie in integer_value_spec of parent parameter.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Int64> |
|