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

Represents configuration of a study.

Attributes

  • algorithm (type: String.t, default: nil) - The search algorithm specified for the study.
  • automatedStoppingConfig (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig.t, default: nil) - Configuration for automated stopping of unpromising Trials.
  • metrics (type: list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig_MetricSpec.t), default: nil) - Metric specs for the study.
  • parameters (type: list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig_ParameterSpec.t), default: nil) - Required. The set of parameters to tune.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig{
  algorithm: String.t() | nil,
  automatedStoppingConfig:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig.t()
    | nil,
  metrics:
    [
      GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig_MetricSpec.t()
    ]
    | nil,
  parameters:
    [
      GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig_ParameterSpec.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.