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

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 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(IntValueCondition)

public IntValueCondition(StudySpec.Types.ParameterSpec.Types.ConditionalParameterSpec.Types.IntValueCondition other)
Parameter
NameDescription
otherStudySpecTypesParameterSpecTypesConditionalParameterSpecTypesIntValueCondition

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
RepeatedFieldlong