Class GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec
Represents a parameter spec with condition from its parent parameter.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ParameterSpec
Required. The spec for a conditional parameter.
Declaration
[JsonProperty("parameterSpec")]
public virtual GoogleCloudAiplatformV1beta1StudySpecParameterSpec ParameterSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StudySpecParameterSpec |
ParentCategoricalValues
The spec for matching values from a parent parameter of CATEGORICAL
type.
Declaration
[JsonProperty("parentCategoricalValues")]
public virtual GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition ParentCategoricalValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition |
ParentDiscreteValues
The spec for matching values from a parent parameter of DISCRETE
type.
Declaration
[JsonProperty("parentDiscreteValues")]
public virtual GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition ParentDiscreteValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition |
ParentIntValues
The spec for matching values from a parent parameter of INTEGER
type.
Declaration
[JsonProperty("parentIntValues")]
public virtual GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition ParentIntValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition |