View Source GoogleApi.Language.V1.Model.XPSTablesTrainingOperationMetadata (google_api_language v0.14.0)
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.V1.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.V1.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
@type t() :: %GoogleApi.Language.V1.Model.XPSTablesTrainingOperationMetadata{ createModelStage: String.t() | nil, optimizationObjective: String.t() | nil, topTrials: [GoogleApi.Language.V1.Model.XPSTuningTrial.t()] | nil, trainBudgetMilliNodeHours: String.t() | nil, trainingObjectivePoints: [GoogleApi.Language.V1.Model.XPSTrainingObjectivePoint.t()] | nil, trainingStartTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.