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

Configuration for Automated Early Stopping of Trials. If no implementation_config is set, automated early stopping will not be run.

Attributes

  • decayCurveStoppingConfig (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig_DecayCurveAutomatedStoppingConfig.t, default: nil) -
  • medianAutomatedStoppingConfig (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig{
    decayCurveStoppingConfig:
      GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig_DecayCurveAutomatedStoppingConfig.t()
      | nil,
    medianAutomatedStoppingConfig:
      GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.