View Source GoogleApi.Language.V2.Model.XPSEvaluationMetricsSet (google_api_language v0.16.1)
Specifies location of model evaluation metrics.
Attributes
-
evaluationMetrics(type:list(GoogleApi.Language.V2.Model.XPSEvaluationMetrics.t), default:nil) - Inline EvaluationMetrics - should be relatively small. For passing large quantities of exhaustive metrics, use file_spec. -
fileSpec(type:GoogleApi.Language.V2.Model.XPSFileSpec.t, default:nil) - File spec containing evaluation metrics of a model, must point to RecordIO file(s) of intelligence.cloud.automl.xps.EvaluationMetrics messages. -
numEvaluationMetrics(type:String.t, default:nil) - Number of the evaluation metrics (usually one per label plus overall).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSEvaluationMetricsSet{ evaluationMetrics: [GoogleApi.Language.V2.Model.XPSEvaluationMetrics.t()] | nil, fileSpec: GoogleApi.Language.V2.Model.XPSFileSpec.t() | nil, numEvaluationMetrics: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.