View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpec (google_api_ai_platform v0.15.0)

Represents a single parameter to optimize.

Attributes

  • categoricalValueSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec.t, default: nil) - The value spec for a 'CATEGORICAL' parameter.
  • conditionalParameterSpecs (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec.t), default: nil) - A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
  • discreteValueSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec.t, default: nil) - The value spec for a 'DISCRETE' parameter.
  • doubleValueSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec.t, default: nil) - The value spec for a 'DOUBLE' parameter.
  • integerValueSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec.t, default: nil) - The value spec for an 'INTEGER' parameter.
  • parameterId (type: String.t, default: nil) - Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.
  • scaleType (type: String.t, default: nil) - How the parameter should be scaled. Leave unset for CATEGORICAL parameters.

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.