View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec (google_api_ai_platform v0.24.0)
Represents a parameter spec with condition from its parent parameter.
Attributes
-
parameterSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpec.t, default:nil) - Required. The spec for a conditional parameter. -
parentCategoricalValues(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition.t, default:nil) - The spec for matching values from a parent parameter ofCATEGORICALtype. -
parentDiscreteValues(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition.t, default:nil) - The spec for matching values from a parent parameter ofDISCRETEtype. -
parentIntValues(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition.t, default:nil) - The spec for matching values from a parent parameter ofINTEGERtype.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec{ parameterSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpec.t() | nil, parentCategoricalValues: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition.t() | nil, parentDiscreteValues: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition.t() | nil, parentIntValues: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition.t() | nil }