View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec (google_api_ai_platform v0.13.0)

Attributes

  • maxFailedTrialCount (type: integer(), default: nil) - The number of failed Trials that need to be seen before failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many Trials must fail before the whole job fails.
  • maxTrialCount (type: integer(), default: nil) - The desired total number of Trials.
  • parallelTrialCount (type: integer(), default: nil) - The desired number of Trials to run in parallel.
  • studySpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpec.t, default: nil) - Study configuration of the HyperparameterTuningJob.
  • trialJobSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t, default: nil) - The spec of a trial job. The same spec applies to the CustomJobs created in all the trials.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec{
    maxFailedTrialCount: integer() | nil,
    maxTrialCount: integer() | nil,
    parallelTrialCount: integer() | nil,
    studySpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpec.t() | nil,
    trialJobSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.