google_api_machine_learning v0.13.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial_Parameter View Source

A message representing a parameter to be tuned.

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial_Parameter{
  floatValue: float(),
  intValue: String.t(),
  parameter: String.t(),
  stringValue: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.