View Source GoogleApi.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsReportingMetrics (google_api_ai_platform v0.3.0)

Attributes

  • 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.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsMetricEntry.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.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsReportingMetrics{
    effectiveTrainingDuration: String.t() | nil,
    metricEntries:
      [GoogleApi.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsMetricEntry.t()]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.