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 of CATEGORICAL type.
  • parentDiscreteValues (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition.t, default: nil) - The spec for matching values from a parent parameter of DISCRETE type.
  • parentIntValues (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition.t, default: nil) - The spec for matching values from a parent parameter of INTEGER type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.