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

CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.

Attributes

  • timeoutTrainingMilliHours (type: String.t, default: nil) - The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrainingConfig{
  timeoutTrainingMilliHours: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.