View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec (google_api_ai_platform v0.13.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 ofCATEGORICAL
type. -
parentDiscreteValues
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition.t
, default:nil
) - The spec for matching values from a parent parameter ofDISCRETE
type. -
parentIntValues
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition.t
, default:nil
) - The spec for matching values from a parent parameter ofINTEGER
type.
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 }
Functions
Unwrap a decoded JSON object into its complex fields.