Cloud AI Platform v1 API - Class StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition (2.6.0)

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, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 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.IntValueCondition

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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
NameDescription
otherStudySpec.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
TypeDescription
RepeatedField<Int64>