View Source GoogleApi.Language.V1.Model.XPSEvaluationMetricsSet (google_api_language v0.15.0)

Specifies location of model evaluation metrics.

Attributes

  • evaluationMetrics (type: list(GoogleApi.Language.V1.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.V1.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.V1.Model.XPSEvaluationMetricsSet{
  evaluationMetrics:
    [GoogleApi.Language.V1.Model.XPSEvaluationMetrics.t()] | nil,
  fileSpec: GoogleApi.Language.V1.Model.XPSFileSpec.t() | nil,
  numEvaluationMetrics: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.