GoogleApi.Language.V2.Model.XPSTablesTrainingOperationMetadata (google_api_language v0.16.3)

View Source

Attributes

  • createModelStage (type: String.t, default: nil) - Current stage of creating model.
  • optimizationObjective (type: String.t, default: nil) - The optimization objective for model.
  • topTrials (type: list(GoogleApi.Language.V2.Model.XPSTuningTrial.t), default: nil) - This field is for training. When the operation is terminated successfully, AutoML Backend post this field to operation metadata in spanner. If the metadata has no trials returned, the training operation is supposed to be a failure.
  • trainBudgetMilliNodeHours (type: String.t, default: nil) - Creating model budget.
  • trainingObjectivePoints (type: list(GoogleApi.Language.V2.Model.XPSTrainingObjectivePoint.t), default: nil) - This field records the training objective value with respect to time, giving insight into how the model architecture search is performing as training time elapses.
  • trainingStartTime (type: DateTime.t, default: nil) - Timestamp when training process starts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSTablesTrainingOperationMetadata{
  createModelStage: String.t() | nil,
  optimizationObjective: String.t() | nil,
  topTrials: [GoogleApi.Language.V2.Model.XPSTuningTrial.t()] | nil,
  trainBudgetMilliNodeHours: String.t() | nil,
  trainingObjectivePoints:
    [GoogleApi.Language.V2.Model.XPSTrainingObjectivePoint.t()] | nil,
  trainingStartTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.