google_api_machine_learning v0.18.1 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpec View Source

Attributes

  • maxValue (type: String.t, default: nil) - Must be specified if type is INTEGER. Maximum value of the parameter.
  • minValue (type: String.t, default: nil) - Must be specified if type is INTEGER. Minimum value of the parameter.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpec{
    maxValue: String.t(),
    minValue: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.