Class GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec
Represents a parameter spec with condition from its parent parameter.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec : 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 GoogleCloudAiplatformV1StudySpecParameterSpec ParameterSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpec |
ParentCategoricalValues
The spec for matching values from a parent parameter of CATEGORICAL
type.
Declaration
[JsonProperty("parentCategoricalValues")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition ParentCategoricalValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition |
ParentDiscreteValues
The spec for matching values from a parent parameter of DISCRETE
type.
Declaration
[JsonProperty("parentDiscreteValues")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition ParentDiscreteValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition |
ParentIntValues
The spec for matching values from a parent parameter of INTEGER
type.
Declaration
[JsonProperty("parentIntValues")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition ParentIntValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition |