GoogleApi.Language.V1.Model.XPSReportingMetrics (google_api_language v0.16.3)
View SourceAttributes
-
effectiveTrainingDuration
(type:String.t
, default:nil
) - The effective time training used. If set, this is used for quota management and billing. Deprecated. AutoML BE doesn't use this. Don't set. -
metricEntries
(type:list(GoogleApi.Language.V1.Model.XPSMetricEntry.t)
, default:nil
) - One entry per metric name. The values must be aggregated per metric name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSReportingMetrics{ effectiveTrainingDuration: String.t() | nil, metricEntries: [GoogleApi.Language.V1.Model.XPSMetricEntry.t()] | nil }