Class GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition
Represents the spec to match discrete values from parent parameter.
Inheritance
GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
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.
Declaration
[JsonProperty("values")]
public virtual IList<double?> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |