public sealed class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.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, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition.
Represents the spec to match integer values from parent parameter.
Inheritance
object > StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueConditionImplements
IMessageStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition, IEquatableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition, IDeepCloneableStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
IntValueCondition()
public IntValueCondition()
IntValueCondition(IntValueCondition)
public IntValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition other)
Parameter | |
---|---|
Name | Description |
other |
StudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition |
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 |
RepeatedFieldlong |