GoogleApi.Language.V2.Model.XPSTuningTrial (google_api_language v0.16.3)
View SourceMetrics for a tuning job generated, will get forwarded to Stackdriver as model tuning logs. Setting this as a standalone message out of CreateModelMetadata to avoid confusion as we expose this message only to users.
Attributes
-
modelStructure
(type:GoogleApi.Language.V2.Model.XPSTablesModelStructure.t
, default:nil
) - Model parameters for the trial. -
trainingObjectivePoint
(type:GoogleApi.Language.V2.Model.XPSTrainingObjectivePoint.t
, default:nil
) - The optimization objective evaluation of the eval split data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSTuningTrial{ modelStructure: GoogleApi.Language.V2.Model.XPSTablesModelStructure.t() | nil, trainingObjectivePoint: GoogleApi.Language.V2.Model.XPSTrainingObjectivePoint.t() | nil }