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

Value specification for a parameter in INTEGER type.

Attributes

  • defaultValue (type: String.t, default: nil) - A default value for an INTEGER 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: String.t, default: nil) - Required. Inclusive maximum value of the parameter.
  • minValue (type: String.t, 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.GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec{
    defaultValue: String.t() | nil,
    maxValue: String.t() | nil,
    minValue: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.