View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec (google_api_ai_platform v0.13.0)

Value specification for a parameter in DOUBLE type.

Attributes

  • defaultValue (type: float(), default: nil) - A default value for a DOUBLE parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
  • maxValue (type: float(), default: nil) - Required. Inclusive maximum value of the parameter.
  • minValue (type: float(), default: nil) - Required. Inclusive minimum value of the parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec{
    defaultValue: float() | nil,
    maxValue: float() | nil,
    minValue: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.