View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfo (google_api_ai_platform v0.5.0)

Attributes

  • raiCategories (type: list(String.t), default: nil) - List of rai categories' information to return
  • scores (type: list(number()), default: nil) - List of rai scores mapping to the rai categories. Rounded to 1 decimal place.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfo{
  raiCategories: [String.t()] | nil,
  scores: [number()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.