View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ReliabilityProjection (google_api_recommender v0.20.1)

Contains information on the impact of a reliability recommendation.

Attributes

  • details (type: map(), default: nil) - Per-recommender projection.
  • risks (type: list(String.t), default: nil) - Reliability risks mitigated by this recommendation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ReliabilityProjection{
    details: map() | nil,
    risks: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.