View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial_Parameter (google_api_machine_learning v0.28.1)

A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.

Attributes

  • floatValue (type: float(), default: nil) - Must be set if ParameterType is DOUBLE or DISCRETE.
  • intValue (type: String.t, default: nil) - Must be set if ParameterType is INTEGER
  • parameter (type: String.t, default: nil) - The name of the parameter.
  • stringValue (type: String.t, default: nil) - Must be set if ParameterTypeis CATEGORICAL

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial_Parameter{
  floatValue: float() | nil,
  intValue: String.t() | nil,
  parameter: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.