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

Attributes

  • argentumMetricId (type: String.t, default: nil) - For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty.
  • doubleValue (type: float(), default: nil) - A double value.
  • int64Value (type: String.t, default: nil) - A signed 64-bit integer value.
  • metricName (type: String.t, default: nil) - The metric name defined in the service configuration.
  • systemLabels (type: list(GoogleApi.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsMetricEntryLabel.t), default: nil) - Billing system labels for this (metric, value) pair.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsMetricEntry{
  argentumMetricId: String.t() | nil,
  doubleValue: float() | nil,
  int64Value: String.t() | nil,
  metricName: String.t() | nil,
  systemLabels:
    [
      GoogleApi.AIPlatform.V1.Model.IntelligenceCloudAutomlXpsMetricEntryLabel.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.